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 BillingAccountPurchaseInfoBillingAccountPurchaseInfo.Builder. build()BillingAccountPurchaseInfoBillingAccountPurchaseInfo.Builder. buildPartial()BillingAccountPurchaseInfoSkuPurchaseGroup.Builder. getBillingAccountPurchaseInfos(int index)List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfoSkuPurchaseGroup. getBillingAccountPurchaseInfos(int index)List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfoSkuPurchaseGroupOrBuilder. getBillingAccountPurchaseInfos(int index)List of billing accounts that are eligible to purhcase these SKUs.static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. getDefaultInstance()BillingAccountPurchaseInfoBillingAccountPurchaseInfo.Builder. getDefaultInstanceForType()BillingAccountPurchaseInfoBillingAccountPurchaseInfo. getDefaultInstanceForType()static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseDelimitedFrom(InputStream input)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(byte[] data)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(com.google.protobuf.ByteString data)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(com.google.protobuf.CodedInputStream input)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(InputStream input)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. parseFrom(ByteBuffer data)static BillingAccountPurchaseInfoBillingAccountPurchaseInfo. 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.BuilderSkuPurchaseGroup.Builder. addBillingAccountPurchaseInfos(int index, BillingAccountPurchaseInfo value)List of billing accounts that are eligible to purhcase these SKUs.SkuPurchaseGroup.BuilderSkuPurchaseGroup.Builder. addBillingAccountPurchaseInfos(BillingAccountPurchaseInfo value)List of billing accounts that are eligible to purhcase these SKUs.BillingAccountPurchaseInfo.BuilderBillingAccountPurchaseInfo.Builder. mergeFrom(BillingAccountPurchaseInfo other)static BillingAccountPurchaseInfo.BuilderBillingAccountPurchaseInfo. newBuilder(BillingAccountPurchaseInfo prototype)SkuPurchaseGroup.BuilderSkuPurchaseGroup.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.BuilderSkuPurchaseGroup.Builder. addAllBillingAccountPurchaseInfos(Iterable<? extends BillingAccountPurchaseInfo> values)List of billing accounts that are eligible to purhcase these SKUs.
-