public interface TileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tile.ProductAttributeCase |
getProductAttributeCase() |
ProductAttributeInterval |
getProductAttributeInterval()
The product attribute key-numeric interval.
|
ProductAttributeIntervalOrBuilder |
getProductAttributeIntervalOrBuilder()
The product attribute key-numeric interval.
|
ProductAttributeValue |
getProductAttributeValue()
The product attribute key-value.
|
ProductAttributeValueOrBuilder |
getProductAttributeValueOrBuilder()
The product attribute key-value.
|
String |
getRepresentativeProductId()
The representative product id for this tile.
|
com.google.protobuf.ByteString |
getRepresentativeProductIdBytes()
The representative product id for this tile.
|
boolean |
hasProductAttributeInterval()
The product attribute key-numeric interval.
|
boolean |
hasProductAttributeValue()
The product attribute key-value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProductAttributeValue()
The product attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;ProductAttributeValue getProductAttributeValue()
The product attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;ProductAttributeValueOrBuilder getProductAttributeValueOrBuilder()
The product attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;boolean hasProductAttributeInterval()
The product attribute key-numeric interval.
.google.cloud.retail.v2.ProductAttributeInterval product_attribute_interval = 2;ProductAttributeInterval getProductAttributeInterval()
The product attribute key-numeric interval.
.google.cloud.retail.v2.ProductAttributeInterval product_attribute_interval = 2;ProductAttributeIntervalOrBuilder getProductAttributeIntervalOrBuilder()
The product attribute key-numeric interval.
.google.cloud.retail.v2.ProductAttributeInterval product_attribute_interval = 2;String getRepresentativeProductId()
The representative product id for this tile.
string representative_product_id = 3;com.google.protobuf.ByteString getRepresentativeProductIdBytes()
The representative product id for this tile.
string representative_product_id = 3;Tile.ProductAttributeCase getProductAttributeCase()
Copyright © 2025 Google LLC. All rights reserved.