Interface Dataset.GCSManagedConfigOrBuilder (2.45.0)

public static interface Dataset.GCSManagedConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsPrefix()

public abstract GcsPrefix getGcsPrefix()

Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsPrefix

The gcsPrefix.

getGcsPrefixOrBuilder()

public abstract GcsPrefixOrBuilder getGcsPrefixOrBuilder()

Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsPrefixOrBuilder

hasGcsPrefix()

public abstract boolean hasGcsPrefix()

Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the gcsPrefix field is set.