Show / Hide Table of Contents

Class CustomConnectorVersion

CustomConnectorVersion indicates a specific version of a connector.

Inheritance
object
CustomConnectorVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class CustomConnectorVersion : IDirectResponseSchema

Properties

AsyncOperationsSupport

Optional. Indicates if Async Operations/Connector Job is supported. This is only available for SDK based custom connectors.

Declaration
[JsonProperty("asyncOperationsSupport")]
public virtual bool? AsyncOperationsSupport { get; set; }
Property Value
Type Description
bool?

AuthConfig

Optional. Authentication config for accessing connector service (facade). 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

AuthConfigTemplates

Optional. Auth Config Templates is only used when connector backend is enabled. This is used to specify the auth configs supported by the connector backend service to talk to the actual application backend.

Declaration
[JsonProperty("authConfigTemplates")]
public virtual IList<AuthConfigTemplate> AuthConfigTemplates { get; set; }
Property Value
Type Description
IList<AuthConfigTemplate>

AuthOverrideSupport

Optional. Auth override support.

Declaration
[JsonProperty("authOverrideSupport")]
public virtual bool? AuthOverrideSupport { get; set; }
Property Value
Type Description
bool?

BackendVariableTemplates

Optional. Backend variable templates is only used when connector backend is enabled. This is used to specify the variables required by the connector backend service to talk to the actual application backend. This translates to additional variable templates in the connection config.

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 service (facade). 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. Indicates if an intermediatory connectorservice is used as backend. When this is enabled, the connector destination and connector auth config are required. For SDK based connectors, this is always enabled.

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. This is only used for Open API based custom connectors. 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 Open API spec. This is only used for Open API based custom connectors.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX