Google Cloud Billing V1 Client - Class UpdateProjectBillingInfoRequest (1.7.5)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Billing\V1\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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
Google\Cloud\Billing\V1\ProjectBillingInfo|null

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.

Parameter
NameDescription
var Google\Cloud\Billing\V1\ProjectBillingInfo
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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 Google\Cloud\Billing\V1\ProjectBillingInfo

The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except billing_account_name.

Returns
TypeDescription
Google\Cloud\Billing\V1\UpdateProjectBillingInfoRequest