Class: Google::Monitoring::V3::UpdateGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb

Overview

The +UpdateGroup+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#groupGoogle::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.

Returns:

  • (Google::Monitoring::V3::Group)

    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_onlytrue, false

Returns If true, validate this request but do not update the existing group.

Returns:

  • (true, false)

    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