Class ConnectorConfigurationAsset
Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfigurationAsset : IDirectResponseSchema
Properties
Database
Name of the database.
Declaration
[JsonProperty("database")]
public virtual string Database { 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 |
GoogleCloudResource
Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name.
Example: //library.googleapis.com/shelves/shelf1/books/book2
Declaration
[JsonProperty("googleCloudResource")]
public virtual string GoogleCloudResource { get; set; }
Property Value
Type | Description |
---|---|
string |