Class: Google::Cloud::CloudControlsPartner::V1::GetPartnerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::GetPartnerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb
Overview
Message for getting a Partner
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
organizations/{organization}/locations/{location}/partner
.
61 62 63 64 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 61 class GetPartnerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |