Class ConnectorConfiguration
Represents concrete parameter values for Connector Configuration.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfiguration : IDirectResponseSchema
Properties
Asset
Data asset.
Declaration
[JsonProperty("asset")]
public virtual ConnectorConfigurationAsset Asset { get; set; }
Property Value
Type | Description |
---|---|
ConnectorConfigurationAsset |
Authentication
Client authentication.
Declaration
[JsonProperty("authentication")]
public virtual ConnectorConfigurationAuthentication Authentication { get; set; }
Property Value
Type | Description |
---|---|
ConnectorConfigurationAuthentication |
ConnectorId
Required. Immutable. The ID of the Connector these parameters are configured for.
Declaration
[JsonProperty("connectorId")]
public virtual string ConnectorId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
Specifies how to reach the remote system this connection is pointing to.
Declaration
[JsonProperty("endpoint")]
public virtual ConnectorConfigurationEndpoint Endpoint { get; set; }
Property Value
Type | Description |
---|---|
ConnectorConfigurationEndpoint |
Network
Networking configuration.
Declaration
[JsonProperty("network")]
public virtual ConnectorConfigurationNetwork Network { get; set; }
Property Value
Type | Description |
---|---|
ConnectorConfigurationNetwork |