public static interface StandardOffer.PriceModel.SkuGroupListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSkuGroups(int index)
public abstract String getSkuGroups(int index)Output only. List of SkuGroups by name.
repeated string sku_groups = 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 skuGroups at the given index. |
getSkuGroupsBytes(int index)
public abstract ByteString getSkuGroupsBytes(int index)Output only. List of SkuGroups by name.
repeated string sku_groups = 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 skuGroups at the given index. |
getSkuGroupsCount()
public abstract int getSkuGroupsCount()Output only. List of SkuGroups by name.
repeated string sku_groups = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of skuGroups. |
getSkuGroupsList()
public abstract List<String> getSkuGroupsList()Output only. List of SkuGroups by name.
repeated string sku_groups = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the skuGroups. |