Class CustomConnectorVersion
CustomConnectorVersion indicates a specific version of a connector.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class CustomConnectorVersion : IDirectResponseSchema
Properties
AuthConfig
Optional. Authentication config for accessing connector facade/ proxy. This is used only when enable_backend_destination_config is true.
Declaration
[JsonProperty("authConfig")]
public virtual AuthConfig AuthConfig { get; set; }
Property Value
Type | Description |
---|---|
AuthConfig |
BackendVariableTemplates
Optional. Backend variables config templates. This translates to additional variable templates in connection.
Declaration
[JsonProperty("backendVariableTemplates")]
public virtual IList<ConfigVariableTemplate> BackendVariableTemplates { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigVariableTemplate> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Created time.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationConfigs
Optional. Destination config(s) for accessing connector facade/ proxy. This is used only when enable_backend_destination_config is true.
Declaration
[JsonProperty("destinationConfigs")]
public virtual IList<DestinationConfig> DestinationConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<DestinationConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableBackendDestinationConfig
Optional. When enabled, the connector will be a facade/ proxy, and connects to the destination provided during connection creation.
Declaration
[JsonProperty("enableBackendDestinationConfig")]
public virtual bool? EnableBackendDestinationConfig { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Labels
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
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerMetadata
Optional. Partner metadata details. This should be populated only when publishing the custom connector to partner connector.
Declaration
[JsonProperty("partnerMetadata")]
public virtual PartnerMetadata PartnerMetadata { get; set; }
Property Value
Type | Description |
---|---|
PartnerMetadata |
PublishStatus
Output only. Publish status of a custom connector.
Declaration
[JsonProperty("publishStatus")]
public virtual PublishStatus PublishStatus { get; set; }
Property Value
Type | Description |
---|---|
PublishStatus |
ServiceAccount
Optional. Service account used by runtime plane to access auth config secrets.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecLocation
Optional. Location of the custom connector spec. The location can be either a public url like
https://public-url.com/spec
Or a Google Cloud Storage location like gs:///
Declaration
[JsonProperty("specLocation")]
public virtual string SpecLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecServerUrls
Output only. Server URLs parsed from the spec.
Declaration
[JsonProperty("specServerUrls")]
public virtual IList<string> SpecServerUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
State
Output only. State of the custom connector version.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Updated time.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |