public static final class Image.Builder extends GeneratedMessageV3.Builder<Image.Builder> implements ImageOrBuilder
Product image. Recommendations AI and
Retail Search do not use product images to improve prediction and search
results. However, product images can be returned in results, and are shown in
prediction or search previews in the console.
Protobuf type google.cloud.retail.v2.Image
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Image.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Image buildPartial()
Returns
clear()
public Image.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Image.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearHeight()
public Image.Builder clearHeight()
Height of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 height = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Image.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUri()
public Image.Builder clearUri()
Required. URI of the image.
This field must be a valid UTF-8 encoded URI with a length limit of 5,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
Google Merchant Center property
image_link.
Schema.org property Product.image.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearWidth()
public Image.Builder clearWidth()
Width of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 width = 3;
Returns
clone()
public Image.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public Image getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getHeight()
Height of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 height = 2;
Returns
Type | Description |
int | The height.
|
getUri()
Required. URI of the image.
This field must be a valid UTF-8 encoded URI with a length limit of 5,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
Google Merchant Center property
image_link.
Schema.org property Product.image.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUriBytes()
public ByteString getUriBytes()
Required. URI of the image.
This field must be a valid UTF-8 encoded URI with a length limit of 5,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
Google Merchant Center property
image_link.
Schema.org property Product.image.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getWidth()
Width of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 width = 3;
Returns
Type | Description |
int | The width.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Image other)
public Image.Builder mergeFrom(Image other)
Parameter
Name | Description |
other | Image
|
Returns
public Image.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Image.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Image.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Image.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setHeight(int value)
public Image.Builder setHeight(int value)
Height of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 height = 2;
Parameter
Name | Description |
value | int
The height to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Image.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Image.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUri(String value)
public Image.Builder setUri(String value)
Required. URI of the image.
This field must be a valid UTF-8 encoded URI with a length limit of 5,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
Google Merchant Center property
image_link.
Schema.org property Product.image.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | String
The uri to set.
|
Returns
setUriBytes(ByteString value)
public Image.Builder setUriBytes(ByteString value)
Required. URI of the image.
This field must be a valid UTF-8 encoded URI with a length limit of 5,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
Google Merchant Center property
image_link.
Schema.org property Product.image.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | ByteString
The bytes for uri to set.
|
Returns
setWidth(int value)
public Image.Builder setWidth(int value)
Width of the image in number of pixels.
This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 width = 3;
Parameter
Name | Description |
value | int
The width to set.
|
Returns