GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures (google_api_connectors v0.2.0) View Source

Supported runtime features of a connector version. This is passed to the management layer to add a new connector version by the connector developer. Details about how this proto is passed to the management layer is covered in this doc - go/runtime-manifest.

Attributes

  • actionApis (type: boolean(), default: nil) - Specifies if the connector supports action apis like 'executeAction'.
  • entityApis (type: boolean(), default: nil) - Specifies if the connector supports entity apis like 'createEntity'.
  • sqlQuery (type: boolean(), default: nil) - Specifies if the connector supports 'ExecuteSqlQuery' operation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures{
  actionApis: boolean() | nil,
  entityApis: boolean() | nil,
  sqlQuery: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.