Class: Google::Cloud::ConfigDelivery::V1::GetVariantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigDelivery::V1::GetVariantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
Message for getting a Variant
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
950 951 952 953 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 950 class GetVariantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |