Uses of Class
com.google.cloud.vision.v1.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of GcsDestination in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return GcsDestination Modifier and Type Method Description GcsDestinationGcsDestination.Builder. build()GcsDestinationGcsDestination.Builder. buildPartial()static GcsDestinationGcsDestination. getDefaultInstance()GcsDestinationGcsDestination.Builder. getDefaultInstanceForType()GcsDestinationGcsDestination. getDefaultInstanceForType()GcsDestinationOutputConfig.Builder. getGcsDestination()The Google Cloud Storage location to write the output(s) to.GcsDestinationOutputConfig. getGcsDestination()The Google Cloud Storage location to write the output(s) to.GcsDestinationOutputConfigOrBuilder. getGcsDestination()The Google Cloud Storage location to write the output(s) to.static GcsDestinationGcsDestination. parseDelimitedFrom(InputStream input)static GcsDestinationGcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(byte[] data)static GcsDestinationGcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.ByteString data)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(InputStream input)static GcsDestinationGcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(ByteBuffer data)static GcsDestinationGcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 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.vision.v1 with parameters of type GcsDestination Modifier and Type Method Description GcsDestination.BuilderGcsDestination.Builder. mergeFrom(GcsDestination other)OutputConfig.BuilderOutputConfig.Builder. mergeGcsDestination(GcsDestination value)The Google Cloud Storage location to write the output(s) to.static GcsDestination.BuilderGcsDestination. newBuilder(GcsDestination prototype)OutputConfig.BuilderOutputConfig.Builder. setGcsDestination(GcsDestination value)The Google Cloud Storage location to write the output(s) to.
-