Class: Google::Cloud::Billing::V1::CreateBillingAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/billing/v1/cloud_billing.rb

Overview

Request message for CreateBillingAccount.

Instance Attribute Summary collapse

Instance Attribute Details

#billing_account::Google::Cloud::Billing::V1::BillingAccount

Returns 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:

  • (::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.



163
164
165
166
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 163

class CreateBillingAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF.

Returns:

  • (::String)

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

    • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF


163
164
165
166
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 163

class CreateBillingAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end