Class: Google::Monitoring::V3::CreateGroupRequest

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

Overview

The +CreateGroup+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#groupGoogle::Monitoring::V3::Group

Returns A group definition. It is an error to define the +name+ field because the system assigns the name.

Returns:



81
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 81

class CreateGroupRequest; end

#nameString

Returns The project in which to create the group. The format is +"projects/project_id_or_number"+.

Returns:

  • (String)

    The project in which to create the group. The format is +"projects/project_id_or_number"+.



81
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 81

class CreateGroupRequest; end

#validate_onlytrue, false

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

Returns:

  • (true, false)

    If true, validate this request but do not create the group.



81
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 81

class CreateGroupRequest; end