public interface ListBillingAccountsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BillingAccount |
getBillingAccounts(int index)
A list of billing accounts.
|
int |
getBillingAccountsCount()
A list of billing accounts.
|
List<BillingAccount> |
getBillingAccountsList()
A list of billing accounts.
|
BillingAccountOrBuilder |
getBillingAccountsOrBuilder(int index)
A list of billing accounts.
|
List<? extends BillingAccountOrBuilder> |
getBillingAccountsOrBuilderList()
A list of billing accounts.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BillingAccount> getBillingAccountsList()
A list of billing accounts.
repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;BillingAccount getBillingAccounts(int index)
A list of billing accounts.
repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;int getBillingAccountsCount()
A list of billing accounts.
repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;List<? extends BillingAccountOrBuilder> getBillingAccountsOrBuilderList()
A list of billing accounts.
repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;BillingAccountOrBuilder getBillingAccountsOrBuilder(int index)
A list of billing accounts.
repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;String getNextPageToken()
A token to retrieve the next page of results. To retrieve the next page, call `ListBillingAccounts` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. To retrieve the next page, call `ListBillingAccounts` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.