public static interface StandardOffer.PriceModel.UsageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSkuGroupList()
public abstract StandardOffer.PriceModel.SkuGroupList getSkuGroupList()Output only. The offer's usage fees are charged against the SKUs in these groups.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuGroupList sku_group_list = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
StandardOffer.PriceModel.SkuGroupList |
The skuGroupList. |
getSkuGroupListOrBuilder()
public abstract StandardOffer.PriceModel.SkuGroupListOrBuilder getSkuGroupListOrBuilder()Output only. The offer's usage fees are charged against the SKUs in these groups.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuGroupList sku_group_list = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
StandardOffer.PriceModel.SkuGroupListOrBuilder |
|
getSkuList()
public abstract StandardOffer.PriceModel.SkuList getSkuList()Output only. The offer's usage fees are charged against these SKUs.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuList sku_list = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
StandardOffer.PriceModel.SkuList |
The skuList. |
getSkuListOrBuilder()
public abstract StandardOffer.PriceModel.SkuListOrBuilder getSkuListOrBuilder()Output only. The offer's usage fees are charged against these SKUs.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuList sku_list = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
StandardOffer.PriceModel.SkuListOrBuilder |
|
getSkusCase()
public abstract StandardOffer.PriceModel.Usage.SkusCase getSkusCase()| Returns | |
|---|---|
| Type | Description |
StandardOffer.PriceModel.Usage.SkusCase |
|
hasSkuGroupList()
public abstract boolean hasSkuGroupList()Output only. The offer's usage fees are charged against the SKUs in these groups.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuGroupList sku_group_list = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the skuGroupList field is set. |
hasSkuList()
public abstract boolean hasSkuList()Output only. The offer's usage fees are charged against these SKUs.
.google.cloud.commerceproducer.v1beta.StandardOffer.PriceModel.SkuList sku_list = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the skuList field is set. |