Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
ItemStructuredData |
ItemStructuredData.clone() |
ItemStructuredData |
Item.getStructuredData()
The structured data for the item that should conform to a registered object definition in the
schema for the data source.
|
ItemStructuredData |
ItemStructuredData.set(java.lang.String fieldName,
java.lang.Object value) |
ItemStructuredData |
ItemStructuredData.setHash(java.lang.String hash)
Hashing value provided by the API caller.
|
ItemStructuredData |
ItemStructuredData.setObject(StructuredDataObject object__)
The structured data object that should conform to a registered object definition in the schema
for the data source.
|
Modifier and Type | Method and Description |
---|---|
Item |
Item.setStructuredData(ItemStructuredData structuredData)
The structured data for the item that should conform to a registered object definition in the
schema for the data source.
|