Interface ImportEntriesRequestOrBuilder (1.48.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for parent.

getSourceCase()

public abstract ImportEntriesRequest.SourceCase getSourceCase()
Returns
Type Description
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
Type Description
boolean

Whether the gcsBucketPath field is set.