Class: Google::Cloud::Monitoring::V3::CreateGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The CreateGroup
request.
Instance Attribute Summary collapse
-
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
Required.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If true, validate this request but do not create the group.
Instance Attribute Details
#group ⇒ ::Google::Cloud::Monitoring::V3::Group
Returns Required. A group definition. It is an error to define the name
field
because the system assigns the name.
112 113 114 115 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 112 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER].
112 113 114 115 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 112 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, validate this request but do not create the group.
112 113 114 115 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 112 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |