google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.Schema View Source

The schema definition for a data source.

Attributes

  • objectDefinitions (type: list(GoogleApi.CloudSearch.V1.Model.ObjectDefinition.t), default: nil) - The list of top-level objects for the data source. The maximum number of elements is 10.
  • operationIds (type: list(String.t), default: nil) - IDs of the Long Running Operations (LROs) currently running for this schema. After modifying the schema, wait for operations to complete before indexing additional content.

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 Source
t() :: %GoogleApi.CloudSearch.V1.Model.Schema{
  objectDefinitions: [GoogleApi.CloudSearch.V1.Model.ObjectDefinition.t()],
  operationIds: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.