Class: Google::Monitoring::V3::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::UpdateGroupRequest
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb
Overview
The +UpdateGroup+ request.
Instance Attribute Summary collapse
-
#group ⇒ Google::Monitoring::V3::Group
The new definition of the group.
-
#validate_only ⇒ true, false
If true, validate this request but do not update the existing group.
Instance Attribute Details
#group ⇒ Google::Monitoring::V3::Group
Returns The new definition of the group. All fields of the existing group, excepting +name+, are replaced with the corresponding fields of this group.
91 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 91 class UpdateGroupRequest; end |
#validate_only ⇒ true, false
Returns If true, validate this request but do not update the existing group.
91 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 91 class UpdateGroupRequest; end |