Uses of Class
com.google.cloud.documentai.v1beta3.GcsPrefix
-
Packages that use GcsPrefix Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of GcsPrefix in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return GcsPrefix Modifier and Type Method Description GcsPrefix
GcsPrefix.Builder. build()
GcsPrefix
GcsPrefix.Builder. buildPartial()
static GcsPrefix
GcsPrefix. getDefaultInstance()
GcsPrefix
GcsPrefix.Builder. getDefaultInstanceForType()
GcsPrefix
GcsPrefix. getDefaultInstanceForType()
GcsPrefix
BatchDocumentsInputConfig.Builder. getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.GcsPrefix
BatchDocumentsInputConfig. getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.GcsPrefix
BatchDocumentsInputConfigOrBuilder. getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.GcsPrefix
Dataset.GCSManagedConfig.Builder. getGcsPrefix()
Required.GcsPrefix
Dataset.GCSManagedConfig. getGcsPrefix()
Required.GcsPrefix
Dataset.GCSManagedConfigOrBuilder. getGcsPrefix()
Required.static GcsPrefix
GcsPrefix. parseDelimitedFrom(InputStream input)
static GcsPrefix
GcsPrefix. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsPrefix
GcsPrefix. parseFrom(byte[] data)
static GcsPrefix
GcsPrefix. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsPrefix
GcsPrefix. parseFrom(com.google.protobuf.ByteString data)
static GcsPrefix
GcsPrefix. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsPrefix
GcsPrefix. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsPrefix
GcsPrefix. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsPrefix
GcsPrefix. parseFrom(InputStream input)
static GcsPrefix
GcsPrefix. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsPrefix
GcsPrefix. parseFrom(ByteBuffer data)
static GcsPrefix
GcsPrefix. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type GcsPrefix Modifier and Type Method Description com.google.protobuf.Parser<GcsPrefix>
GcsPrefix. getParserForType()
static com.google.protobuf.Parser<GcsPrefix>
GcsPrefix. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type GcsPrefix Modifier and Type Method Description GcsPrefix.Builder
GcsPrefix.Builder. mergeFrom(GcsPrefix other)
BatchDocumentsInputConfig.Builder
BatchDocumentsInputConfig.Builder. mergeGcsPrefix(GcsPrefix value)
The set of documents that match the specified Cloud Storage `gcs_prefix`.Dataset.GCSManagedConfig.Builder
Dataset.GCSManagedConfig.Builder. mergeGcsPrefix(GcsPrefix value)
Required.static GcsPrefix.Builder
GcsPrefix. newBuilder(GcsPrefix prototype)
BatchDocumentsInputConfig.Builder
BatchDocumentsInputConfig.Builder. setGcsPrefix(GcsPrefix value)
The set of documents that match the specified Cloud Storage `gcs_prefix`.Dataset.GCSManagedConfig.Builder
Dataset.GCSManagedConfig.Builder. setGcsPrefix(GcsPrefix value)
Required.
-