Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCloudSqlSource

Cloud SQL source import data from.

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

Properties

DatabaseId

Required. The Cloud SQL database to copy the data from with a length limit of 256 characters.

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

GcsStagingDir

Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the Cloud SQL export to a specific Cloud Storage directory. Ensure that the Cloud SQL service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.

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

InstanceId

Required. The Cloud SQL instance to copy the data from with a length limit of 256 characters.

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

Offload

Option for serverless export. Enabling this option will incur additional cost. More info can be found here.

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

ProjectId

The project ID that contains the Cloud SQL 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 Cloud SQL table to copy the data from with a length limit of 256 characters.

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