Interface UpdateBudgetRequestOrBuilder (2.37.0)

public interface UpdateBudgetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBudget()

public abstract Budget getBudget()

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

.google.cloud.billing.budgets.v1.Budget budget = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Budget

The budget.

getBudgetOrBuilder()

public abstract BudgetOrBuilder getBudgetOrBuilder()

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

.google.cloud.billing.budgets.v1.Budget budget = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BudgetOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasBudget()

public abstract boolean hasBudget()

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

.google.cloud.billing.budgets.v1.Budget budget = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the budget field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.