Uses of Class
com.google.cloud.channel.v1.BillingAccountPurchaseInfo
-
Packages that use BillingAccountPurchaseInfo Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of BillingAccountPurchaseInfo in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return BillingAccountPurchaseInfo Modifier and Type Method Description BillingAccountPurchaseInfo
BillingAccountPurchaseInfo.Builder. build()
BillingAccountPurchaseInfo
BillingAccountPurchaseInfo.Builder. buildPartial()
BillingAccountPurchaseInfo
SkuPurchaseGroup.Builder. getBillingAccountPurchaseInfos(int index)
List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfo
SkuPurchaseGroup. getBillingAccountPurchaseInfos(int index)
List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfo
SkuPurchaseGroupOrBuilder. getBillingAccountPurchaseInfos(int index)
List of billing accounts that are eligible to purhcase these SKUs.static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. getDefaultInstance()
BillingAccountPurchaseInfo
BillingAccountPurchaseInfo.Builder. getDefaultInstanceForType()
BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. getDefaultInstanceForType()
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseDelimitedFrom(InputStream input)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(byte[] data)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(com.google.protobuf.ByteString data)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(InputStream input)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(ByteBuffer data)
static BillingAccountPurchaseInfo
BillingAccountPurchaseInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type BillingAccountPurchaseInfo Modifier and Type Method Description List<BillingAccountPurchaseInfo>
SkuPurchaseGroup.Builder. getBillingAccountPurchaseInfosList()
List of billing accounts that are eligible to purhcase these SKUs.List<BillingAccountPurchaseInfo>
SkuPurchaseGroup. getBillingAccountPurchaseInfosList()
List of billing accounts that are eligible to purhcase these SKUs.List<BillingAccountPurchaseInfo>
SkuPurchaseGroupOrBuilder. getBillingAccountPurchaseInfosList()
List of billing accounts that are eligible to purhcase these SKUs.com.google.protobuf.Parser<BillingAccountPurchaseInfo>
BillingAccountPurchaseInfo. getParserForType()
static com.google.protobuf.Parser<BillingAccountPurchaseInfo>
BillingAccountPurchaseInfo. parser()
Methods in com.google.cloud.channel.v1 with parameters of type BillingAccountPurchaseInfo Modifier and Type Method Description SkuPurchaseGroup.Builder
SkuPurchaseGroup.Builder. addBillingAccountPurchaseInfos(int index, BillingAccountPurchaseInfo value)
List of billing accounts that are eligible to purhcase these SKUs.SkuPurchaseGroup.Builder
SkuPurchaseGroup.Builder. addBillingAccountPurchaseInfos(BillingAccountPurchaseInfo value)
List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfo.Builder
BillingAccountPurchaseInfo.Builder. mergeFrom(BillingAccountPurchaseInfo other)
static BillingAccountPurchaseInfo.Builder
BillingAccountPurchaseInfo. newBuilder(BillingAccountPurchaseInfo prototype)
SkuPurchaseGroup.Builder
SkuPurchaseGroup.Builder. setBillingAccountPurchaseInfos(int index, BillingAccountPurchaseInfo value)
List of billing accounts that are eligible to purhcase these SKUs.Method parameters in com.google.cloud.channel.v1 with type arguments of type BillingAccountPurchaseInfo Modifier and Type Method Description SkuPurchaseGroup.Builder
SkuPurchaseGroup.Builder. addAllBillingAccountPurchaseInfos(Iterable<? extends BillingAccountPurchaseInfo> values)
List of billing accounts that are eligible to purhcase these SKUs.
-