public interface GroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
A user-assigned name for this group, used only for display purposes.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A user-assigned name for this group, used only for display purposes.
|
String |
getFilter()
The filter used to determine which monitored resources belong to this
group.
|
com.google.protobuf.ByteString |
getFilterBytes()
The filter used to determine which monitored resources belong to this
group.
|
boolean |
getIsCluster()
If true, the members of this group are considered to be a cluster.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getParentName()
The name of the group's parent, if it has one.
|
com.google.protobuf.ByteString |
getParentNameBytes()
The name of the group's parent, if it has one.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The name of this group. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
When creating a group, this field is ignored and a new name is created
consisting of the project specified in the call to `CreateGroup`
and a unique `[GROUP_ID]` that is generated automatically.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Output only. The name of this group. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
When creating a group, this field is ignored and a new name is created
consisting of the project specified in the call to `CreateGroup`
and a unique `[GROUP_ID]` that is generated automatically.
string name = 1;String getDisplayName()
A user-assigned name for this group, used only for display purposes.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
A user-assigned name for this group, used only for display purposes.
string display_name = 2;String getParentName()
The name of the group's parent, if it has one. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
For groups with no parent, `parent_name` is the empty string, `""`.
string parent_name = 3;com.google.protobuf.ByteString getParentNameBytes()
The name of the group's parent, if it has one. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
For groups with no parent, `parent_name` is the empty string, `""`.
string parent_name = 3;String getFilter()
The filter used to determine which monitored resources belong to this group.
string filter = 5;com.google.protobuf.ByteString getFilterBytes()
The filter used to determine which monitored resources belong to this group.
string filter = 5;boolean getIsCluster()
If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
bool is_cluster = 6;Copyright © 2024 Google LLC. All rights reserved.