Class: Google::Cloud::ServiceManagement::V1::ConfigRef
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ConfigRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/resources.rb
Overview
Represents a service configuration with its name and id.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Resource name of a service config.
Instance Attribute Details
#name ⇒ ::String
Returns Resource name of a service config. It must have the following format: "services/{service name}/configs/{config id}".
182 183 184 185 |
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 182 class ConfigRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |