Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UptimeCheckConfig::ResourceGroup.
The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group_id
def group_id() -> ::String
Returns
-
(::String) — The group of resources being monitored. Should be only the
[GROUP_ID]
, and not the full-pathprojects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
.
#group_id=
def group_id=(value) -> ::String
Parameter
-
value (::String) — The group of resources being monitored. Should be only the
[GROUP_ID]
, and not the full-pathprojects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
.
Returns
-
(::String) — The group of resources being monitored. Should be only the
[GROUP_ID]
, and not the full-pathprojects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
.
#resource_type
def resource_type() -> ::Google::Cloud::Monitoring::V3::GroupResourceType
Returns
- (::Google::Cloud::Monitoring::V3::GroupResourceType) — The resource type of the group members.
#resource_type=
def resource_type=(value) -> ::Google::Cloud::Monitoring::V3::GroupResourceType
Parameter
- value (::Google::Cloud::Monitoring::V3::GroupResourceType) — The resource type of the group members.
Returns
- (::Google::Cloud::Monitoring::V3::GroupResourceType) — The resource type of the group members.