Interface ImportEntriesRequestOrBuilder (1.47.0)

public interface ImportEntriesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsBucketPath()

public abstract String getGcsBucketPath()

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

string gcs_bucket_path = 2;

Returns
TypeDescription
String

The gcsBucketPath.

getGcsBucketPathBytes()

public abstract ByteString getGcsBucketPathBytes()

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

string gcs_bucket_path = 2;

Returns
TypeDescription
ByteString

The bytes for gcsBucketPath.

getJobId()

public abstract String getJobId()

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

string job_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

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

string job_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for jobId.

getParent()

public abstract String getParent()

Required. Target entry group for ingested entries.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Target entry group for ingested entries.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getSourceCase()

public abstract ImportEntriesRequest.SourceCase getSourceCase()
Returns
TypeDescription
ImportEntriesRequest.SourceCase

hasGcsBucketPath()

public abstract boolean hasGcsBucketPath()

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

string gcs_bucket_path = 2;

Returns
TypeDescription
boolean

Whether the gcsBucketPath field is set.