public interface ListBudgetsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Budget |
getBudgets(int index)
List of the budgets owned by the requested billing account.
|
int |
getBudgetsCount()
List of the budgets owned by the requested billing account.
|
List<Budget> |
getBudgetsList()
List of the budgets owned by the requested billing account.
|
BudgetOrBuilder |
getBudgetsOrBuilder(int index)
List of the budgets owned by the requested billing account.
|
List<? extends BudgetOrBuilder> |
getBudgetsOrBuilderList()
List of the budgets owned by the requested billing account.
|
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`.
|
com.google.protobuf.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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Budget> getBudgetsList()
List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;Budget getBudgets(int index)
List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;int getBudgetsCount()
List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;List<? extends BudgetOrBuilder> getBudgetsOrBuilderList()
List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;BudgetOrBuilder getBudgetsOrBuilder(int index)
List of the budgets owned by the requested billing account.
repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.