public static interface UptimeCheckConfig.ResourceGroupOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupId()
The group of resources being monitored.
|
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, hasOneof
isInitialized
java.lang.String getGroupId()
The group of resources being monitored. Should be only the group_id, not projects/<project_id>/groups/<group_id>.
string group_id = 1;
ByteString getGroupIdBytes()
The group of resources being monitored. Should be only the group_id, not projects/<project_id>/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;