Uses of Class
com.google.cloud.channel.v1.SkuPurchaseGroup
-
Packages that use SkuPurchaseGroup Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of SkuPurchaseGroup in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return SkuPurchaseGroup Modifier and Type Method Description SkuPurchaseGroup
SkuPurchaseGroup.Builder. build()
SkuPurchaseGroup
SkuPurchaseGroup.Builder. buildPartial()
static SkuPurchaseGroup
SkuPurchaseGroup. getDefaultInstance()
SkuPurchaseGroup
SkuPurchaseGroup.Builder. getDefaultInstanceForType()
SkuPurchaseGroup
SkuPurchaseGroup. getDefaultInstanceForType()
SkuPurchaseGroup
QueryEligibleBillingAccountsResponse.Builder. getSkuPurchaseGroups(int index)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.SkuPurchaseGroup
QueryEligibleBillingAccountsResponse. getSkuPurchaseGroups(int index)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.SkuPurchaseGroup
QueryEligibleBillingAccountsResponseOrBuilder. getSkuPurchaseGroups(int index)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.static SkuPurchaseGroup
SkuPurchaseGroup. parseDelimitedFrom(InputStream input)
static SkuPurchaseGroup
SkuPurchaseGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(byte[] data)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(com.google.protobuf.ByteString data)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(InputStream input)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(ByteBuffer data)
static SkuPurchaseGroup
SkuPurchaseGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type SkuPurchaseGroup Modifier and Type Method Description com.google.protobuf.Parser<SkuPurchaseGroup>
SkuPurchaseGroup. getParserForType()
List<SkuPurchaseGroup>
QueryEligibleBillingAccountsResponse.Builder. getSkuPurchaseGroupsList()
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.List<SkuPurchaseGroup>
QueryEligibleBillingAccountsResponse. getSkuPurchaseGroupsList()
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.List<SkuPurchaseGroup>
QueryEligibleBillingAccountsResponseOrBuilder. getSkuPurchaseGroupsList()
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.static com.google.protobuf.Parser<SkuPurchaseGroup>
SkuPurchaseGroup. parser()
Methods in com.google.cloud.channel.v1 with parameters of type SkuPurchaseGroup Modifier and Type Method Description QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse.Builder. addSkuPurchaseGroups(int index, SkuPurchaseGroup value)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse.Builder. addSkuPurchaseGroups(SkuPurchaseGroup value)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.SkuPurchaseGroup.Builder
SkuPurchaseGroup.Builder. mergeFrom(SkuPurchaseGroup other)
static SkuPurchaseGroup.Builder
SkuPurchaseGroup. newBuilder(SkuPurchaseGroup prototype)
QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse.Builder. setSkuPurchaseGroups(int index, SkuPurchaseGroup value)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.Method parameters in com.google.cloud.channel.v1 with type arguments of type SkuPurchaseGroup Modifier and Type Method Description QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse.Builder. addAllSkuPurchaseGroups(Iterable<? extends SkuPurchaseGroup> values)
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
-