Class GoogleCloudDiscoveryengineV1BigtableSource
The Cloud Bigtable source for importing data.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1BigtableSource : IDirectResponseSchema
Properties
BigtableOptions
Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.
Declaration
[JsonProperty("bigtableOptions")]
public virtual GoogleCloudDiscoveryengineV1BigtableOptions BigtableOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1BigtableOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceId
Required. The instance ID of the Cloud Bigtable that needs to be imported.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Required. The table ID of the Cloud Bigtable that needs to be imported.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |