public static interface UptimeCheckConfig.ResourceGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroupId()
public abstract String 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;
| Returns | |
|---|---|
| Type | Description |
String |
The groupId. |
getGroupIdBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for groupId. |
getResourceType()
public abstract GroupResourceType getResourceType()The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;
| Returns | |
|---|---|
| Type | Description |
GroupResourceType |
The resourceType. |
getResourceTypeValue()
public abstract int getResourceTypeValue()The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for resourceType. |