Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1ImportEntriesRequest

Request message for ImportEntries method.

Inheritance
object
GoogleCloudDatacatalogV1ImportEntriesRequest
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.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ImportEntriesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsBucketPath

Path to a Cloud Storage bucket that contains a dump ready for ingestion.

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

JobId

Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX