public static interface PinControlMetadata.ProductPinsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProductId(int index)
public abstract String getProductId(int index)List of product ids which have associated pins.
repeated string product_id = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The productId at the given index. |
getProductIdBytes(int index)
public abstract ByteString getProductIdBytes(int index)List of product ids which have associated pins.
repeated string product_id = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the productId at the given index. |
getProductIdCount()
public abstract int getProductIdCount()List of product ids which have associated pins.
repeated string product_id = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of productId. |
getProductIdList()
public abstract List<String> getProductIdList()List of product ids which have associated pins.
repeated string product_id = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the productId. |