Interface UptimeCheckConfig.ResourceGroupOrBuilder (3.42.0)

public static interface UptimeCheckConfig.ResourceGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
GroupResourceType

The resourceType.

getResourceTypeValue()

public abstract int getResourceTypeValue()

The resource type of the group members.

.google.monitoring.v3.GroupResourceType resource_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for resourceType.