Class: Google::Cloud::Monitoring::V3::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The GetService
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the Service
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID].
50 51 52 53 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 50 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |