public final class ListGroupsRequest extends GeneratedMessageV3 implements ListGroupsRequestOrBuilder
The ListGroup
request.
Protobuf type google.monitoring.v3.ListGroupsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANCESTORS_OF_GROUP_FIELD_NUMBER
public static final int ANCESTORS_OF_GROUP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CHILDREN_OF_GROUP_FIELD_NUMBER
public static final int CHILDREN_OF_GROUP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DESCENDANTS_OF_GROUP_FIELD_NUMBER
public static final int DESCENDANTS_OF_GROUP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ListGroupsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListGroupsRequest.Builder newBuilder()
newBuilder(ListGroupsRequest prototype)
public static ListGroupsRequest.Builder newBuilder(ListGroupsRequest prototype)
public static ListGroupsRequest parseDelimitedFrom(InputStream input)
public static ListGroupsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListGroupsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGroupsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListGroupsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGroupsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGroupsRequest parseFrom(CodedInputStream input)
public static ListGroupsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupsRequest parseFrom(InputStream input)
public static ListGroupsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListGroupsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListGroupsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListGroupsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAncestorsOfGroup()
public String getAncestorsOfGroup()
A group name. The format is:
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 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The ancestorsOfGroup.
|
getAncestorsOfGroupBytes()
public ByteString getAncestorsOfGroupBytes()
A group name. The format is:
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 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for ancestorsOfGroup.
|
getChildrenOfGroup()
public String getChildrenOfGroup()
A group name. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
Returns groups whose parent_name
field contains the group
name. If no groups have this parent, the results are empty.
string children_of_group = 2 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The childrenOfGroup.
|
getChildrenOfGroupBytes()
public ByteString getChildrenOfGroupBytes()
A group name. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
Returns groups whose parent_name
field contains the group
name. If no groups have this parent, the results are empty.
string children_of_group = 2 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for childrenOfGroup.
|
getDefaultInstanceForType()
public ListGroupsRequest getDefaultInstanceForType()
getDescendantsOfGroup()
public String getDescendantsOfGroup()
A group name. The format is:
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 children_of_group
filter, and includes
children-of-children, and so forth.
string descendants_of_group = 4 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The descendantsOfGroup.
|
getDescendantsOfGroupBytes()
public ByteString getDescendantsOfGroupBytes()
A group name. The format is:
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 children_of_group
filter, and includes
children-of-children, and so forth.
string descendants_of_group = 4 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for descendantsOfGroup.
|
getFilterCase()
public ListGroupsRequest.FilterCase getFilterCase()
getName()
Required. The project
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The project
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 5;
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
If this field is not empty then it must contain the next_page_token
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;
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
If this field is not empty then it must contain the next_page_token
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;
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
getParserForType()
public Parser<ListGroupsRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasAncestorsOfGroup()
public boolean hasAncestorsOfGroup()
A group name. The format is:
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 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
boolean | Whether the ancestorsOfGroup field is set.
|
hasChildrenOfGroup()
public boolean hasChildrenOfGroup()
A group name. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
Returns groups whose parent_name
field contains the group
name. If no groups have this parent, the results are empty.
string children_of_group = 2 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
boolean | Whether the childrenOfGroup field is set.
|
hasDescendantsOfGroup()
public boolean hasDescendantsOfGroup()
A group name. The format is:
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 children_of_group
filter, and includes
children-of-children, and so forth.
string descendants_of_group = 4 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
boolean | Whether the descendantsOfGroup field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListGroupsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListGroupsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ListGroupsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides