Uses of Class
com.google.cloud.channel.v1.BillingAccount
-
Packages that use BillingAccount Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of BillingAccount in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return BillingAccount Modifier and Type Method Description BillingAccount
BillingAccount.Builder. build()
BillingAccount
BillingAccount.Builder. buildPartial()
BillingAccount
BillingAccountPurchaseInfo.Builder. getBillingAccount()
The billing account resource.BillingAccount
BillingAccountPurchaseInfo. getBillingAccount()
The billing account resource.BillingAccount
BillingAccountPurchaseInfoOrBuilder. getBillingAccount()
The billing account resource.static BillingAccount
BillingAccount. getDefaultInstance()
BillingAccount
BillingAccount.Builder. getDefaultInstanceForType()
BillingAccount
BillingAccount. getDefaultInstanceForType()
static BillingAccount
BillingAccount. parseDelimitedFrom(InputStream input)
static BillingAccount
BillingAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccount
BillingAccount. parseFrom(byte[] data)
static BillingAccount
BillingAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccount
BillingAccount. parseFrom(com.google.protobuf.ByteString data)
static BillingAccount
BillingAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccount
BillingAccount. parseFrom(com.google.protobuf.CodedInputStream input)
static BillingAccount
BillingAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccount
BillingAccount. parseFrom(InputStream input)
static BillingAccount
BillingAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillingAccount
BillingAccount. parseFrom(ByteBuffer data)
static BillingAccount
BillingAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type BillingAccount Modifier and Type Method Description com.google.protobuf.Parser<BillingAccount>
BillingAccount. getParserForType()
static com.google.protobuf.Parser<BillingAccount>
BillingAccount. parser()
Methods in com.google.cloud.channel.v1 with parameters of type BillingAccount Modifier and Type Method Description BillingAccountPurchaseInfo.Builder
BillingAccountPurchaseInfo.Builder. mergeBillingAccount(BillingAccount value)
The billing account resource.BillingAccount.Builder
BillingAccount.Builder. mergeFrom(BillingAccount other)
static BillingAccount.Builder
BillingAccount. newBuilder(BillingAccount prototype)
BillingAccountPurchaseInfo.Builder
BillingAccountPurchaseInfo.Builder. setBillingAccount(BillingAccount value)
The billing account resource.
-