Package com.google.cloud.channel.v1
Interface SkuPurchaseGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SkuPurchaseGroup,SkuPurchaseGroup.Builder
public interface SkuPurchaseGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingAccountPurchaseInfogetBillingAccountPurchaseInfos(int index)List of billing accounts that are eligible to purhcase these SKUs.intgetBillingAccountPurchaseInfosCount()List of billing accounts that are eligible to purhcase these SKUs.List<BillingAccountPurchaseInfo>getBillingAccountPurchaseInfosList()List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfoOrBuildergetBillingAccountPurchaseInfosOrBuilder(int index)List of billing accounts that are eligible to purhcase these SKUs.List<? extends BillingAccountPurchaseInfoOrBuilder>getBillingAccountPurchaseInfosOrBuilderList()List of billing accounts that are eligible to purhcase these SKUs.StringgetSkus(int index)Resource names of the SKUs included in this group.com.google.protobuf.ByteStringgetSkusBytes(int index)Resource names of the SKUs included in this group.intgetSkusCount()Resource names of the SKUs included in this group.List<String>getSkusList()Resource names of the SKUs included in this group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSkusList
List<String> getSkusList()
Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.repeated string skus = 1;- Returns:
- A list containing the skus.
-
getSkusCount
int getSkusCount()
Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.repeated string skus = 1;- Returns:
- The count of skus.
-
getSkus
String getSkus(int index)
Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.repeated string skus = 1;- Parameters:
index- The index of the element to return.- Returns:
- The skus at the given index.
-
getSkusBytes
com.google.protobuf.ByteString getSkusBytes(int index)
Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.repeated string skus = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the skus at the given index.
-
getBillingAccountPurchaseInfosList
List<BillingAccountPurchaseInfo> getBillingAccountPurchaseInfosList()
List of billing accounts that are eligible to purhcase these SKUs.
repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
-
getBillingAccountPurchaseInfos
BillingAccountPurchaseInfo getBillingAccountPurchaseInfos(int index)
List of billing accounts that are eligible to purhcase these SKUs.
repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
-
getBillingAccountPurchaseInfosCount
int getBillingAccountPurchaseInfosCount()
List of billing accounts that are eligible to purhcase these SKUs.
repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
-
getBillingAccountPurchaseInfosOrBuilderList
List<? extends BillingAccountPurchaseInfoOrBuilder> getBillingAccountPurchaseInfosOrBuilderList()
List of billing accounts that are eligible to purhcase these SKUs.
repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
-
getBillingAccountPurchaseInfosOrBuilder
BillingAccountPurchaseInfoOrBuilder getBillingAccountPurchaseInfosOrBuilder(int index)
List of billing accounts that are eligible to purhcase these SKUs.
repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
-
-