public static interface Dataset.GCSManagedConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the gcsPrefix field is set. |