Interface ImportEntriesRequestOrBuilder (1.20.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.

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.