Class: Google::Cloud::ServiceManagement::V1::ManagedService
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ManagedService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/resources.rb
Overview
The full representation of a Service that is managed by Google Service Management.
Instance Attribute Summary collapse
-
#producer_project_id ⇒ ::String
ID of the project that produces and owns this service.
-
#service_name ⇒ ::String
The name of the service.
Instance Attribute Details
#producer_project_id ⇒ ::String
Returns ID of the project that produces and owns this service.
34 35 36 37 |
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 34 class ManagedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns The name of the service. See the overview for naming requirements.
34 35 36 37 |
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 34 class ManagedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |