public interface ListBudgetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBudgets(int index)
public abstract Budget getBudgets(int index)List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
| Name | Description |
index |
int |
| Type | Description |
Budget |
getBudgetsCount()
public abstract int getBudgetsCount()List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
| Type | Description |
int |
getBudgetsList()
public abstract List<Budget> getBudgetsList()List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
| Type | Description |
List<Budget> |
getBudgetsOrBuilder(int index)
public abstract BudgetOrBuilder getBudgetsOrBuilder(int index)List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
| Name | Description |
index |
int |
| Type | Description |
BudgetOrBuilder |
getBudgetsOrBuilderList()
public abstract List<? extends BudgetOrBuilder> getBudgetsOrBuilderList()List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
| Type | Description |
List<? extends com.google.cloud.billing.budgets.v1beta1.BudgetOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken() If not empty, indicates that there may be more budgets that match the
request; this value should be passed in a new ListBudgetsRequest.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() If not empty, indicates that there may be more budgets that match the
request; this value should be passed in a new ListBudgetsRequest.
string next_page_token = 2;
| Type | Description |
ByteString |
The bytes for nextPageToken. |