Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSpannerSource

The Spanner source for importing data

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSpannerSource
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 GoogleCloudDiscoveryengineV1alphaSpannerSource : IDirectResponseSchema

Properties

DatabaseId

Required. The database ID of the source Spanner table.

Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { 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

EnableDataBoost

Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.

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

InstanceId

Required. The instance ID of the source Spanner table.

Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type Description
string

ProjectId

The project ID that contains the Spanner 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 name of the Spanner database 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