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
- (::Google::Cloud::CloudControlsPartner::V1beta::Customer) — Required. The customer to create.
#customer=
def customer=(value) -> ::Google::Cloud::CloudControlsPartner::V1beta::Customer
Parameter
- value (::Google::Cloud::CloudControlsPartner::V1beta::Customer) — Required. The customer to create.
Returns
- (::Google::Cloud::CloudControlsPartner::V1beta::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}