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
permalink #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.
110 111 112 113 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 110 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #name ⇒ ::String
Returns Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER].
110 111 112 113 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 110 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #validate_only ⇒ ::Boolean
Returns If true, validate this request but do not create the group.
110 111 112 113 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 110 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |