java.lang.Object | ||
↳ | com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.Indexable.Builder> | |
↳ | com.google.firebase.appindexing.Indexable.Builder |
The builder for Indexable
.
Convenience methods to construct indexables for common data types are available via Indexables
.
Note that the following limitations are automatically applied:
Indexable
. Refer to the setName(String)
method.
Indexable.MAX_STRING_LENGTH
.
Indexable.MAX_REPEATED_SIZE
.
Indexable.MAX_NESTING_DEPTH
.
Indexable
is limited to Indexable.MAX_NUMBER_OF_FIELDS
.
Indexable
is limited to Indexable.MAX_BYTE_SIZE
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The constructor.
| |||||||||||
The constructor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The constructor.
The constructor.
Parameters | |
---|---|
type |
String :
The Schema.org type best describing this indexable unit (refer to schema.org for a list of standard types).
|