Uses of Class
com.google.cloud.documentai.v1beta2.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of GcsDestination in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return GcsDestination Modifier and Type Method Description GcsDestination
GcsDestination.Builder. build()
GcsDestination
GcsDestination.Builder. buildPartial()
static GcsDestination
GcsDestination. getDefaultInstance()
GcsDestination
GcsDestination.Builder. getDefaultInstanceForType()
GcsDestination
GcsDestination. getDefaultInstanceForType()
GcsDestination
OutputConfig.Builder. getGcsDestination()
The Google Cloud Storage location to write the output to.GcsDestination
OutputConfig. getGcsDestination()
The Google Cloud Storage location to write the output to.GcsDestination
OutputConfigOrBuilder. getGcsDestination()
The Google Cloud Storage location to write the output to.static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input)
static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(byte[] data)
static GcsDestination
GcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(InputStream input)
static GcsDestination
GcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type GcsDestination Modifier and Type Method Description com.google.protobuf.Parser<GcsDestination>
GcsDestination. getParserForType()
static com.google.protobuf.Parser<GcsDestination>
GcsDestination. parser()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type GcsDestination Modifier and Type Method Description GcsDestination.Builder
GcsDestination.Builder. mergeFrom(GcsDestination other)
OutputConfig.Builder
OutputConfig.Builder. mergeGcsDestination(GcsDestination value)
The Google Cloud Storage location to write the output to.static GcsDestination.Builder
GcsDestination. newBuilder(GcsDestination prototype)
OutputConfig.Builder
OutputConfig.Builder. setGcsDestination(GcsDestination value)
The Google Cloud Storage location to write the output to.
-