Class: Google::Monitoring::V3::CreateGroupRequest
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::CreateGroupRequest
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb
Overview
The +CreateGroup+ request.
Instance Attribute Summary collapse
-
#group ⇒ Google::Monitoring::V3::Group
A group definition.
-
#name ⇒ String
The project in which to create the group.
-
#validate_only ⇒ true, false
If true, validate this request but do not create the group.
Instance Attribute Details
#group ⇒ Google::Monitoring::V3::Group
Returns A group definition. It is an error to define the +name+ field because the system assigns the name.
81 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 81 class CreateGroupRequest; end |
#name ⇒ String
Returns 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_only ⇒ true, false
Returns 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 |