Google Cloud Billing V1 Client - Class CreateBillingAccountRequest (1.8.0)

Reference documentation and code samples for the Google Cloud Billing V1 Client class CreateBillingAccountRequest.

Request message for CreateBillingAccount.

Generated from protobuf message google.cloud.billing.v1.CreateBillingAccountRequest

Namespace

Google \ Cloud \ Billing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ billing_account Google\Cloud\Billing\V1\BillingAccount

Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.

↳ parent string

Optional. The parent to create a billing account from. Format: - organizations/{organization_id}, for example, organizations/12345678 - billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

getBillingAccount

Required. The billing account resource to create.

Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.

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

hasBillingAccount

clearBillingAccount

setBillingAccount

Required. The billing account resource to create.

Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.

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

getParent

Optional. The parent to create a billing account from.

Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF
Returns
TypeDescription
string

setParent

Optional. The parent to create a billing account from.

Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF
Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
billingAccount Google\Cloud\Billing\V1\BillingAccount

Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.

Returns
TypeDescription
Google\Cloud\Billing\V1\CreateBillingAccountRequest

static::buildFromBillingAccountParent

Parameters
NameDescription
billingAccount Google\Cloud\Billing\V1\BillingAccount

Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.

parent string

Optional. The parent to create a billing account from. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF
Returns
TypeDescription
Google\Cloud\Billing\V1\CreateBillingAccountRequest