public static interface StandardOffer.PriceModel.SkuListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSkus(int index)
public abstract String getSkus(int index)Output only. List of SKUs by name.
repeated string skus = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The skus at the given index. |
getSkusBytes(int index)
public abstract ByteString getSkusBytes(int index)Output only. List of SKUs by name.
repeated string skus = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the skus at the given index. |
getSkusCount()
public abstract int getSkusCount()Output only. List of SKUs by name.
repeated string skus = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of skus. |
getSkusList()
public abstract List<String> getSkusList()Output only. List of SKUs by name.
repeated string skus = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the skus. |