View Source GoogleApi.CloudSearch.V1.Model.PollItemsRequest (google_api_cloud_search v0.23.1)

Attributes

  • connectorName (type: String.t, default: nil) - The name of connector making this call. Format: datasources/{source_id}/connectors/{ID}
  • debugOptions (type: GoogleApi.CloudSearch.V1.Model.DebugOptions.t, default: nil) - Common debug options.
  • limit (type: integer(), default: nil) - Maximum number of items to return. The maximum value is 100 and the default value is 20.
  • queue (type: String.t, default: nil) - Queue name to fetch items from. If unspecified, PollItems will fetch from 'default' queue. The maximum length is 100 characters.
  • statusCodes (type: list(String.t), default: nil) - Limit the items polled to the ones with these statuses.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.PollItemsRequest{
  connectorName: String.t() | nil,
  debugOptions: GoogleApi.CloudSearch.V1.Model.DebugOptions.t() | nil,
  limit: integer() | nil,
  queue: String.t() | nil,
  statusCodes: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.