Reference documentation and code samples for the Cloud Controls Partner V1 API class Google::Cloud::CloudControlsPartner::V1::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::V1::Customer Returns 
 - (::Google::Cloud::CloudControlsPartner::V1::Customer) — Required. The customer to create.
 
#customer=
def customer=(value) -> ::Google::Cloud::CloudControlsPartner::V1::Customer Parameter 
 - value (::Google::Cloud::CloudControlsPartner::V1::Customer) — Required. The customer to create.
 
 Returns 
 - (::Google::Cloud::CloudControlsPartner::V1::Customer) — Required. The customer to create.
 
#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}