View Source GoogleApi.Connectors.V1.Model.Connector (google_api_connectors v0.14.0)

Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.

Attributes

  • category (type: String.t, default: nil) - Output only. Category of the connector.
  • connectorType (type: String.t, default: nil) - Output only. The type of the connector.
  • createTime (type: DateTime.t, default: nil) - Output only. Created time.
  • description (type: String.t, default: nil) - Output only. Description of the resource.
  • displayName (type: String.t, default: nil) - Output only. Display name.
  • documentationUri (type: String.t, default: nil) - Output only. Link to documentation page.
  • eventingDetails (type: GoogleApi.Connectors.V1.Model.EventingDetails.t, default: nil) - Output only. Eventing details. Will be null if eventing is not supported.
  • externalUri (type: String.t, default: nil) - Output only. Link to external page.
  • labels (type: map(), default: nil) - Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
  • launchStage (type: String.t, default: nil) - Output only. Flag to mark the version indicating the launch stage.
  • name (type: String.t, default: nil) - Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} Only global location is supported for Connector resource.
  • tags (type: list(String.t), default: nil) - Output only. Tags of the connector.
  • updateTime (type: DateTime.t, default: nil) - Output only. Updated time.
  • webAssetsLocation (type: String.t, default: nil) - Output only. Cloud storage location of icons etc consumed by UI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.Connector{
  category: String.t() | nil,
  connectorType: String.t() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  documentationUri: String.t() | nil,
  eventingDetails: GoogleApi.Connectors.V1.Model.EventingDetails.t() | nil,
  externalUri: String.t() | nil,
  labels: map() | nil,
  launchStage: String.t() | nil,
  name: String.t() | nil,
  tags: [String.t()] | nil,
  updateTime: DateTime.t() | nil,
  webAssetsLocation: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.