Class Image.Builder (3.39.0)

public static final class Image.Builder extends GeneratedMessageV3.Builder<Image.Builder> implements ImageOrBuilder

Client image to perform Google Cloud Vision API tasks over.

Protobuf type google.cloud.vision.v1p4beta1.Image

Implements

ImageOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Image.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Image.Builder
Overrides

build()

public Image build()
Returns
TypeDescription
Image

buildPartial()

public Image buildPartial()
Returns
TypeDescription
Image

clear()

public Image.Builder clear()
Returns
TypeDescription
Image.Builder
Overrides

clearContent()

public Image.Builder clearContent()

Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

bytes content = 1;

Returns
TypeDescription
Image.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Image.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Image.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Image.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Image.Builder
Overrides

clearSource()

public Image.Builder clearSource()

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Returns
TypeDescription
Image.Builder

clone()

public Image.Builder clone()
Returns
TypeDescription
Image.Builder
Overrides

getContent()

public ByteString getContent()

Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

bytes content = 1;

Returns
TypeDescription
ByteString

The content.

getDefaultInstanceForType()

public Image getDefaultInstanceForType()
Returns
TypeDescription
Image

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getSource()

public ImageSource getSource()

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Returns
TypeDescription
ImageSource

The source.

getSourceBuilder()

public ImageSource.Builder getSourceBuilder()

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Returns
TypeDescription
ImageSource.Builder

getSourceOrBuilder()

public ImageSourceOrBuilder getSourceOrBuilder()

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Returns
TypeDescription
ImageSourceOrBuilder

hasSource()

public boolean hasSource()

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Returns
TypeDescription
boolean

Whether the source field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Image other)

public Image.Builder mergeFrom(Image other)
Parameter
NameDescription
otherImage
Returns
TypeDescription
Image.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Image.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Image.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Image.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Image.Builder
Overrides

mergeSource(ImageSource value)

public Image.Builder mergeSource(ImageSource value)

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Parameter
NameDescription
valueImageSource
Returns
TypeDescription
Image.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Image.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Image.Builder
Overrides

setContent(ByteString value)

public Image.Builder setContent(ByteString value)

Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

bytes content = 1;

Parameter
NameDescription
valueByteString

The content to set.

Returns
TypeDescription
Image.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Image.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Image.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Image.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Image.Builder
Overrides

setSource(ImageSource value)

public Image.Builder setSource(ImageSource value)

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Parameter
NameDescription
valueImageSource
Returns
TypeDescription
Image.Builder

setSource(ImageSource.Builder builderForValue)

public Image.Builder setSource(ImageSource.Builder builderForValue)

Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

.google.cloud.vision.v1p4beta1.ImageSource source = 2;

Parameter
NameDescription
builderForValueImageSource.Builder
Returns
TypeDescription
Image.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Image.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Image.Builder
Overrides