Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBigtableSource

The Cloud Bigtable source for importing data.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBigtableSource
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBigtableSource : 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 GoogleCloudDiscoveryengineV1alphaBigtableOptions BigtableOptions { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaBigtableOptions

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX