Uses of Class
com.google.cloud.vision.v1.GcsDestination.Builder
-
Packages that use GcsDestination.Builder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of GcsDestination.Builder in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 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()Google Cloud Storage URI prefix where the results will be stored.GcsDestination.BuilderGcsDestination.Builder. clone()GcsDestination.BuilderOutputConfig.Builder. getGcsDestinationBuilder()The Google Cloud Storage location to write the output(s) 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)Google Cloud Storage URI prefix where the results will be stored.GcsDestination.BuilderGcsDestination.Builder. setUriBytes(com.google.protobuf.ByteString value)Google Cloud Storage URI prefix where the results will be stored.GcsDestination.BuilderGcsDestination. toBuilder()Methods in com.google.cloud.vision.v1 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(s) to.
-