google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.Item View Source
Represents a single object that is an item in the search index, such as a file, folder, or a database record.
Attributes
acl
(type:GoogleApi.CloudSearch.V1.Model.ItemAcl.t
, default:nil
) - Access control list for this item.content
(type:GoogleApi.CloudSearch.V1.Model.ItemContent.t
, default:nil
) - Item content to be indexed and made text searchable.itemType
(type:String.t
, default:nil
) - Type for this item.metadata
(type:GoogleApi.CloudSearch.V1.Model.ItemMetadata.t
, default:nil
) - Metadata information.name
(type:String.t
, default:nil
) - Name of the Item. Format: datasources/{source_id}/items/{item_id}
This is a required field. The maximum length is 1536 characters.payload
(type:String.t
, default:nil
) - Additional state connector can store for this item. The maximum length is 10000 bytes.queue
(type:String.t
, default:nil
) - Queue this item belongs to. The maximum length is 100 characters.status
(type:GoogleApi.CloudSearch.V1.Model.ItemStatus.t
, default:nil
) - Status of the item. Output only field.structuredData
(type:GoogleApi.CloudSearch.V1.Model.ItemStructuredData.t
, default:nil
) - The structured data for the item that should conform to a registered object definition in the schema for the data source.version
(type:String.t
, default:nil
) - Required. The indexing system stores the version from the datasource as a byte string and compares the Item version in the index to the version of the queued Item using lexical ordering.
Cloud Search Indexing won't index or delete any queued item with a version value that is less than or equal to the version of the currently indexed item. The maximum length for this field is 1024 bytes.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.Item{ acl: GoogleApi.CloudSearch.V1.Model.ItemAcl.t(), content: GoogleApi.CloudSearch.V1.Model.ItemContent.t(), itemType: String.t(), metadata: GoogleApi.CloudSearch.V1.Model.ItemMetadata.t(), name: String.t(), payload: String.t(), queue: String.t(), status: GoogleApi.CloudSearch.V1.Model.ItemStatus.t(), structuredData: GoogleApi.CloudSearch.V1.Model.ItemStructuredData.t(), version: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.