public interface CreateBudgetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBudget()
public abstract Budget getBudget()Required. Budget to create.
.google.cloud.billing.budgets.v1.Budget budget = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Budget | The budget. |
getBudgetOrBuilder()
public abstract BudgetOrBuilder getBudgetOrBuilder()Required. Budget to create.
.google.cloud.billing.budgets.v1.Budget budget = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| BudgetOrBuilder |
getParent()
public abstract String getParent() Required. The name of the billing account to create the budget in. Values
are of the form billingAccounts/{billingAccountId}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The name of the billing account to create the budget in. Values
are of the form billingAccounts/{billingAccountId}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasBudget()
public abstract boolean hasBudget()Required. Budget to create.
.google.cloud.billing.budgets.v1.Budget budget = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the budget field is set. |