View Source GoogleApi.Connectors.V1.Model.CustomConnector (google_api_connectors v0.5.0)
CustomConnector represents the custom connector defined by the customer as part of byoc.
Attributes
-
activeConnectorVersions
(type:list(String.t)
, default:nil
) - Optional. Active connector versions. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Created time. -
customConnectorType
(type:String.t
, default:nil
) - Required. Type of the custom connector. -
description
(type:String.t
, default:nil
) - Optional. Description of the resource. -
displayName
(type:String.t
, default:nil
) - Optional. Display name. -
labels
(type:map()
, default:nil
) - Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources -
logo
(type:String.t
, default:nil
) - Optional. Logo of the resource. -
name
(type:String.t
, default:nil
) - Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector} -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Updated time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.CustomConnector{ activeConnectorVersions: [String.t()] | nil, createTime: DateTime.t() | nil, customConnectorType: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, labels: map() | nil, logo: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.