Class: Google::Cloud::CloudControlsPartner::V1beta::GetCustomerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1beta::GetCustomerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb
Overview
Message for getting a customer
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
organizations/{organization}/locations/{location}/customers/{customer}.
110 111 112 113 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 110 class GetCustomerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |