Reference documentation and code samples for the Google Cloud Billing V1 Client class UpdateProjectBillingInfoRequest.
Request message for UpdateProjectBillingInfo
.
Generated from protobuf message google.cloud.billing.v1.UpdateProjectBillingInfoRequest
Namespace
Google \ Cloud \ Billing \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123
.
↳ project_billing_info
ProjectBillingInfo
The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except billing_account_name
.
getName
Required. The resource name of the project associated with the billing
information that you want to update. For example, projects/tokyo-rain-123
.
string
setName
Required. The resource name of the project associated with the billing
information that you want to update. For example, projects/tokyo-rain-123
.
var
string
$this
getProjectBillingInfo
The new billing information for the project. Output-only fields are
ignored; thus, you can leave empty all fields except billing_account_name
.
hasProjectBillingInfo
clearProjectBillingInfo
setProjectBillingInfo
The new billing information for the project. Output-only fields are
ignored; thus, you can leave empty all fields except billing_account_name
.
$this
static::build
name
string
Required. The resource name of the project associated with the billing
information that you want to update. For example, projects/tokyo-rain-123
.
projectBillingInfo
ProjectBillingInfo
The new billing information for the project. Output-only fields are
ignored; thus, you can leave empty all fields except billing_account_name
.