Class: Google::Cloud::Monitoring::V3::GetGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The GetGroup
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The group to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
92 93 94 95 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 92 class GetGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |