Uses of Class
com.google.cloud.documentai.v1.GcsPrefix
-
Packages that use GcsPrefix Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of GcsPrefix in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return GcsPrefix Modifier and Type Method Description GcsPrefixGcsPrefix.Builder. build()GcsPrefixGcsPrefix.Builder. buildPartial()static GcsPrefixGcsPrefix. getDefaultInstance()GcsPrefixGcsPrefix.Builder. getDefaultInstanceForType()GcsPrefixGcsPrefix. getDefaultInstanceForType()GcsPrefixBatchDocumentsInputConfig.Builder. getGcsPrefix()The set of documents that match the specified Cloud Storage `gcs_prefix`.GcsPrefixBatchDocumentsInputConfig. getGcsPrefix()The set of documents that match the specified Cloud Storage `gcs_prefix`.GcsPrefixBatchDocumentsInputConfigOrBuilder. getGcsPrefix()The set of documents that match the specified Cloud Storage `gcs_prefix`.static GcsPrefixGcsPrefix. parseDelimitedFrom(InputStream input)static GcsPrefixGcsPrefix. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsPrefixGcsPrefix. parseFrom(byte[] data)static GcsPrefixGcsPrefix. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsPrefixGcsPrefix. parseFrom(com.google.protobuf.ByteString data)static GcsPrefixGcsPrefix. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsPrefixGcsPrefix. parseFrom(com.google.protobuf.CodedInputStream input)static GcsPrefixGcsPrefix. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsPrefixGcsPrefix. parseFrom(InputStream input)static GcsPrefixGcsPrefix. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsPrefixGcsPrefix. parseFrom(ByteBuffer data)static GcsPrefixGcsPrefix. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1 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.v1 with parameters of type GcsPrefix Modifier and Type Method Description GcsPrefix.BuilderGcsPrefix.Builder. mergeFrom(GcsPrefix other)BatchDocumentsInputConfig.BuilderBatchDocumentsInputConfig.Builder. mergeGcsPrefix(GcsPrefix value)The set of documents that match the specified Cloud Storage `gcs_prefix`.static GcsPrefix.BuilderGcsPrefix. newBuilder(GcsPrefix prototype)BatchDocumentsInputConfig.BuilderBatchDocumentsInputConfig.Builder. setGcsPrefix(GcsPrefix value)The set of documents that match the specified Cloud Storage `gcs_prefix`.
-