Class Tile (2.54.0)

public final class Tile extends GeneratedMessageV3 implements TileOrBuilder

This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.

Protobuf type google.cloud.retail.v2alpha.Tile

Implements

TileOrBuilder

Static Fields

PRODUCT_ATTRIBUTE_INTERVAL_FIELD_NUMBER

public static final int PRODUCT_ATTRIBUTE_INTERVAL_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_ATTRIBUTE_VALUE_FIELD_NUMBER

public static final int PRODUCT_ATTRIBUTE_VALUE_FIELD_NUMBER
Field Value
Type Description
int

REPRESENTATIVE_PRODUCT_ID_FIELD_NUMBER

public static final int REPRESENTATIVE_PRODUCT_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Tile getDefaultInstance()
Returns
Type Description
Tile

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Tile.Builder newBuilder()
Returns
Type Description
Tile.Builder

newBuilder(Tile prototype)

public static Tile.Builder newBuilder(Tile prototype)
Parameter
Name Description
prototype Tile
Returns
Type Description
Tile.Builder

parseDelimitedFrom(InputStream input)

public static Tile parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Tile parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Tile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Tile parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Tile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Tile parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Tile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Tile parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Tile parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Tile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tile
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Tile> parser()
Returns
Type Description
Parser<Tile>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Tile getDefaultInstanceForType()
Returns
Type Description
Tile

getParserForType()

public Parser<Tile> getParserForType()
Returns
Type Description
Parser<Tile>
Overrides

getProductAttributeCase()

public Tile.ProductAttributeCase getProductAttributeCase()
Returns
Type Description
Tile.ProductAttributeCase

getProductAttributeInterval()

public ProductAttributeInterval getProductAttributeInterval()

The product attribute key-numeric interval.

.google.cloud.retail.v2alpha.ProductAttributeInterval product_attribute_interval = 2;

Returns
Type Description
ProductAttributeInterval

The productAttributeInterval.

getProductAttributeIntervalOrBuilder()

public ProductAttributeIntervalOrBuilder getProductAttributeIntervalOrBuilder()

The product attribute key-numeric interval.

.google.cloud.retail.v2alpha.ProductAttributeInterval product_attribute_interval = 2;

Returns
Type Description
ProductAttributeIntervalOrBuilder

getProductAttributeValue()

public ProductAttributeValue getProductAttributeValue()

The product attribute key-value.

.google.cloud.retail.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
ProductAttributeValue

The productAttributeValue.

getProductAttributeValueOrBuilder()

public ProductAttributeValueOrBuilder getProductAttributeValueOrBuilder()

The product attribute key-value.

.google.cloud.retail.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
ProductAttributeValueOrBuilder

getRepresentativeProductId()

public String getRepresentativeProductId()

The representative product id for this tile.

string representative_product_id = 3;

Returns
Type Description
String

The representativeProductId.

getRepresentativeProductIdBytes()

public ByteString getRepresentativeProductIdBytes()

The representative product id for this tile.

string representative_product_id = 3;

Returns
Type Description
ByteString

The bytes for representativeProductId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasProductAttributeInterval()

public boolean hasProductAttributeInterval()

The product attribute key-numeric interval.

.google.cloud.retail.v2alpha.ProductAttributeInterval product_attribute_interval = 2;

Returns
Type Description
boolean

Whether the productAttributeInterval field is set.

hasProductAttributeValue()

public boolean hasProductAttributeValue()

The product attribute key-value.

.google.cloud.retail.v2alpha.ProductAttributeValue product_attribute_value = 1;

Returns
Type Description
boolean

Whether the productAttributeValue field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Tile.Builder newBuilderForType()
Returns
Type Description
Tile.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Tile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Tile.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Tile.Builder toBuilder()
Returns
Type Description
Tile.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException