Cloud Billing Budget v1 API - Class UpdateBudgetRequest (2.5.0)

public sealed class UpdateBudgetRequest : IMessage<UpdateBudgetRequest>, IEquatable<UpdateBudgetRequest>, IDeepCloneable<UpdateBudgetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Billing Budget v1 API class UpdateBudgetRequest.

Request for UpdateBudget

Inheritance

object > UpdateBudgetRequest

Namespace

Google.Cloud.Billing.Budgets.V1

Assembly

Google.Cloud.Billing.Budgets.V1.dll

Constructors

UpdateBudgetRequest()

public UpdateBudgetRequest()

UpdateBudgetRequest(UpdateBudgetRequest)

public UpdateBudgetRequest(UpdateBudgetRequest other)
Parameter
NameDescription
otherUpdateBudgetRequest

Properties

Budget

public Budget Budget { get; set; }

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

Property Value
TypeDescription
Budget

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask