Class: Google::Cloud::Monitoring::V3::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UpdateGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The UpdateGroup
request.
Instance Attribute Summary collapse
-
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
Required.
-
#validate_only ⇒ ::Boolean
If true, validate this request but do not update the existing group.
Instance Attribute Details
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
Returns Required. The new definition of the group. All fields of the existing
group, excepting name
, are replaced with the corresponding fields of this
group.
126 127 128 129 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 126 class UpdateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, validate this request but do not update the existing group.
126 127 128 129 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 126 class UpdateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |