public static interface UptimeCheckConfig.ResourceGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
The group of resources being monitored.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
The group of resources being monitored.
|
GroupResourceType |
getResourceType()
The resource type of the group members.
|
int |
getResourceTypeValue()
The resource type of the group members.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroupId()
The group of resources being monitored. Should be only the `[GROUP_ID]`, and not the full-path `projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]`.
string group_id = 1;com.google.protobuf.ByteString getGroupIdBytes()
The group of resources being monitored. Should be only the `[GROUP_ID]`, and not the full-path `projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]`.
string group_id = 1;int getResourceTypeValue()
The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;GroupResourceType getResourceType()
The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;Copyright © 2025 Google LLC. All rights reserved.