public static interface Dataset.GCSManagedConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsPrefix |
getGcsPrefix()
Required.
|
GcsPrefixOrBuilder |
getGcsPrefixOrBuilder()
Required.
|
boolean |
hasGcsPrefix()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.