Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::UpdateGroupRequest (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UpdateGroupRequest.

The UpdateGroup request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group

def group() -> ::Google::Cloud::Monitoring::V3::Group
Returns
  • (::Google::Cloud::Monitoring::V3::Group) — Required. The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

#group=

def group=(value) -> ::Google::Cloud::Monitoring::V3::Group
Parameter
  • value (::Google::Cloud::Monitoring::V3::Group) — Required. 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::Cloud::Monitoring::V3::Group) — Required. The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If true, validate this request but do not update the existing group.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, validate this request but do not update the existing group.
Returns
  • (::Boolean) — If true, validate this request but do not update the existing group.