Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::CreateGroupRequest (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateGroupRequest.
The CreateGroup request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group
defgroup()->::Google::Cloud::Monitoring::V3::Group
Returns
-
(::Google::Cloud::Monitoring::V3::Group) — Required. A group definition. It is an error to define the
namefield because the system assigns the name.
#group=
defgroup=(value)->::Google::Cloud::Monitoring::V3::Group
Parameter
-
value (::Google::Cloud::Monitoring::V3::Group) — Required. A group definition. It is an error to define the
namefield because the system assigns the name.
Returns
-
(::Google::Cloud::Monitoring::V3::Group) — Required. A group definition. It is an error to define the
namefield because the system assigns the name.
#name
defname()->::String
Returns
-
(::String) —
Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
#name=
defname=(value)->::String
Parameter
-
value (::String) —
Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Returns
-
(::String) —
Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
#validate_only
defvalidate_only()->::Boolean
Returns
- (::Boolean) — If true, validate this request but do not create the group.
#validate_only=
defvalidate_only=(value)->::Boolean
Parameter
- value (::Boolean) — If true, validate this request but do not create the group.
Returns
- (::Boolean) — If true, validate this request but do not create the group.