public interface ListGroupsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAncestorsOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
ByteString |
getAncestorsOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
java.lang.String |
getChildrenOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
ByteString |
getChildrenOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
java.lang.String |
getDescendantsOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
ByteString |
getDescendantsOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
ListGroupsRequest.FilterCase |
getFilterCase() |
java.lang.String |
getName()
The project whose groups are to be listed.
|
ByteString |
getNameBytes()
The project whose groups are to be listed.
|
int |
getPageSize()
A positive number that is the maximum number of results to return.
|
java.lang.String |
getPageToken()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
ByteString |
getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The project whose groups are to be listed. The format is `"projects/{project_id_or_number}"`.
string name = 7;
ByteString getNameBytes()
The project whose groups are to be listed. The format is `"projects/{project_id_or_number}"`.
string name = 7;
java.lang.String getChildrenOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns groups whose `parentName` field contains the group name. If no groups have this parent, the results are empty.
string children_of_group = 2;
ByteString getChildrenOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns groups whose `parentName` field contains the group name. If no groups have this parent, the results are empty.
string children_of_group = 2;
java.lang.String getAncestorsOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty.
string ancestors_of_group = 3;
ByteString getAncestorsOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty.
string ancestors_of_group = 3;
java.lang.String getDescendantsOfGroup()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns the descendants of the specified group. This is a superset of the results returned by the `childrenOfGroup` filter, and includes children-of-children, and so forth.
string descendants_of_group = 4;
ByteString getDescendantsOfGroupBytes()
A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. Returns the descendants of the specified group. This is a superset of the results returned by the `childrenOfGroup` filter, and includes children-of-children, and so forth.
string descendants_of_group = 4;
int getPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 5;
java.lang.String getPageToken()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 6;
ByteString getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 6;
ListGroupsRequest.FilterCase getFilterCase()