Uses of Class
com.google.cloud.documentai.v1beta2.GcsDestination.Builder
-
Packages that use GcsDestination.Builder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of GcsDestination.Builder in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return GcsDestination.Builder Modifier and Type Method Description GcsDestination.BuilderGcsDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. clear()GcsDestination.BuilderGcsDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcsDestination.BuilderGcsDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcsDestination.BuilderGcsDestination.Builder. clearUri()string uri = 1 [(.google.api.field_behavior) = REQUIRED];GcsDestination.BuilderGcsDestination.Builder. clone()GcsDestination.BuilderOutputConfig.Builder. getGcsDestinationBuilder()The Google Cloud Storage location to write the output to.GcsDestination.BuilderGcsDestination.Builder. mergeFrom(GcsDestination other)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.Message other)GcsDestination.BuilderGcsDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcsDestination.BuilderGcsDestination. newBuilder()static GcsDestination.BuilderGcsDestination. newBuilder(GcsDestination prototype)GcsDestination.BuilderGcsDestination. newBuilderForType()protected GcsDestination.BuilderGcsDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcsDestination.BuilderGcsDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcsDestination.BuilderGcsDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcsDestination.BuilderGcsDestination.Builder. setUri(String value)string uri = 1 [(.google.api.field_behavior) = REQUIRED];GcsDestination.BuilderGcsDestination.Builder. setUriBytes(com.google.protobuf.ByteString value)string uri = 1 [(.google.api.field_behavior) = REQUIRED];GcsDestination.BuilderGcsDestination. toBuilder()Methods in com.google.cloud.documentai.v1beta2 with parameters of type GcsDestination.Builder Modifier and Type Method Description OutputConfig.BuilderOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)The Google Cloud Storage location to write the output to.
-