| Modifier and Type | Method and Description |
|---|---|
BillingAccount |
BillingAccount.Builder.build() |
BillingAccount |
BillingAccount.Builder.buildPartial() |
BillingAccount |
UpdateBillingAccountRequestOrBuilder.getAccount()
Required.
|
BillingAccount |
UpdateBillingAccountRequest.getAccount()
Required.
|
BillingAccount |
UpdateBillingAccountRequest.Builder.getAccount()
Required.
|
BillingAccount |
CreateBillingAccountRequest.getBillingAccount()
Required.
|
BillingAccount |
CreateBillingAccountRequest.Builder.getBillingAccount()
Required.
|
BillingAccount |
CreateBillingAccountRequestOrBuilder.getBillingAccount()
Required.
|
BillingAccount |
ListBillingAccountsResponse.getBillingAccounts(int index)
A list of billing accounts.
|
BillingAccount |
ListBillingAccountsResponse.Builder.getBillingAccounts(int index)
A list of billing accounts.
|
BillingAccount |
ListBillingAccountsResponseOrBuilder.getBillingAccounts(int index)
A list of billing accounts.
|
static BillingAccount |
BillingAccount.getDefaultInstance() |
BillingAccount |
BillingAccount.getDefaultInstanceForType() |
BillingAccount |
BillingAccount.Builder.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(ByteBuffer data) |
static BillingAccount |
BillingAccount.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<BillingAccount> |
ListBillingAccountsResponse.getBillingAccountsList()
A list of billing accounts.
|
List<BillingAccount> |
ListBillingAccountsResponse.Builder.getBillingAccountsList()
A list of billing accounts.
|
List<BillingAccount> |
ListBillingAccountsResponseOrBuilder.getBillingAccountsList()
A list of billing accounts.
|
com.google.protobuf.Parser<BillingAccount> |
BillingAccount.getParserForType() |
static com.google.protobuf.Parser<BillingAccount> |
BillingAccount.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListBillingAccountsResponse.Builder |
ListBillingAccountsResponse.Builder.addBillingAccounts(BillingAccount value)
A list of billing accounts.
|
ListBillingAccountsResponse.Builder |
ListBillingAccountsResponse.Builder.addBillingAccounts(int index,
BillingAccount value)
A list of billing accounts.
|
UpdateBillingAccountRequest.Builder |
UpdateBillingAccountRequest.Builder.mergeAccount(BillingAccount value)
Required.
|
CreateBillingAccountRequest.Builder |
CreateBillingAccountRequest.Builder.mergeBillingAccount(BillingAccount value)
Required.
|
BillingAccount.Builder |
BillingAccount.Builder.mergeFrom(BillingAccount other) |
static BillingAccount.Builder |
BillingAccount.newBuilder(BillingAccount prototype) |
UpdateBillingAccountRequest.Builder |
UpdateBillingAccountRequest.Builder.setAccount(BillingAccount value)
Required.
|
CreateBillingAccountRequest.Builder |
CreateBillingAccountRequest.Builder.setBillingAccount(BillingAccount value)
Required.
|
ListBillingAccountsResponse.Builder |
ListBillingAccountsResponse.Builder.setBillingAccounts(int index,
BillingAccount value)
A list of billing accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListBillingAccountsResponse.Builder |
ListBillingAccountsResponse.Builder.addAllBillingAccounts(Iterable<? extends BillingAccount> values)
A list of billing accounts.
|
Copyright © 2024 Google LLC. All rights reserved.