Cloud Controls Partner V1BETA API - Class Google::Cloud::CloudControlsPartner::V1beta::CreateCustomerRequest (v0.4.0)

Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::CreateCustomerRequest.

Request to create a customer

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#customer

def customer() -> ::Google::Cloud::CloudControlsPartner::V1beta::Customer
Returns

#customer=

def customer=(value) -> ::Google::Cloud::CloudControlsPartner::V1beta::Customer
Parameter
Returns

#customer_id

def customer_id() -> ::String
Returns
  • (::String) — Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.

#customer_id=

def customer_id=(value) -> ::String
Parameter
  • value (::String) — Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.
Returns
  • (::String) — Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}
Returns
  • (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}