Class: Google::Cloud::Monitoring::V3::CreateGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The CreateGroup
request.
Instance Attribute Summary collapse
-
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
Required.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If true, validate this request but do not create the group.
Instance Attribute Details
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
118 119 120 121 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 118 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
118 119 120 121 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 118 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
118 119 120 121 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 118 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |