Package com.google.monitoring.v3
Interface UptimeCheckConfig.ResourceGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UptimeCheckConfig.ResourceGroup
,UptimeCheckConfig.ResourceGroup.Builder
- Enclosing class:
- UptimeCheckConfig
public static interface UptimeCheckConfig.ResourceGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupId
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:
- The groupId.
-
getGroupIdBytes
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;
- Returns:
- The bytes for groupId.
-
getResourceTypeValue
int getResourceTypeValue()
The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;
- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
GroupResourceType getResourceType()
The resource type of the group members.
.google.monitoring.v3.GroupResourceType resource_type = 2;
- Returns:
- The resourceType.
-
-