Package com.google.monitoring.v3
Class ListGroupsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
- com.google.monitoring.v3.ListGroupsRequest.Builder
-
- All Implemented Interfaces:
ListGroupsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListGroupsRequest
public static final class ListGroupsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder> implements ListGroupsRequestOrBuilder
The `ListGroup` request.
Protobuf typegoogle.monitoring.v3.ListGroupsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListGroupsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListGroupsRequest
build()
ListGroupsRequest
buildPartial()
ListGroupsRequest.Builder
clear()
ListGroupsRequest.Builder
clearAncestorsOfGroup()
A group name.ListGroupsRequest.Builder
clearChildrenOfGroup()
A group name.ListGroupsRequest.Builder
clearDescendantsOfGroup()
A group name.ListGroupsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListGroupsRequest.Builder
clearFilter()
ListGroupsRequest.Builder
clearName()
Required.ListGroupsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListGroupsRequest.Builder
clearPageSize()
A positive number that is the maximum number of results to return.ListGroupsRequest.Builder
clearPageToken()
If this field is not empty then it must contain the `next_page_token` value returned by a previous call to this method.ListGroupsRequest.Builder
clone()
String
getAncestorsOfGroup()
A group name.com.google.protobuf.ByteString
getAncestorsOfGroupBytes()
A group name.String
getChildrenOfGroup()
A group name.com.google.protobuf.ByteString
getChildrenOfGroupBytes()
A group name.ListGroupsRequest
getDefaultInstanceForType()
String
getDescendantsOfGroup()
A group name.com.google.protobuf.ByteString
getDescendantsOfGroupBytes()
A group name.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ListGroupsRequest.FilterCase
getFilterCase()
String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.int
getPageSize()
A positive number that is the maximum number of results to return.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.com.google.protobuf.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.boolean
hasAncestorsOfGroup()
A group name.boolean
hasChildrenOfGroup()
A group name.boolean
hasDescendantsOfGroup()
A group name.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListGroupsRequest.Builder
mergeFrom(ListGroupsRequest other)
ListGroupsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListGroupsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListGroupsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListGroupsRequest.Builder
setAncestorsOfGroup(String value)
A group name.ListGroupsRequest.Builder
setAncestorsOfGroupBytes(com.google.protobuf.ByteString value)
A group name.ListGroupsRequest.Builder
setChildrenOfGroup(String value)
A group name.ListGroupsRequest.Builder
setChildrenOfGroupBytes(com.google.protobuf.ByteString value)
A group name.ListGroupsRequest.Builder
setDescendantsOfGroup(String value)
A group name.ListGroupsRequest.Builder
setDescendantsOfGroupBytes(com.google.protobuf.ByteString value)
A group name.ListGroupsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListGroupsRequest.Builder
setName(String value)
Required.ListGroupsRequest.Builder
setNameBytes(com.google.protobuf.ByteString value)
Required.ListGroupsRequest.Builder
setPageSize(int value)
A positive number that is the maximum number of results to return.ListGroupsRequest.Builder
setPageToken(String value)
If this field is not empty then it must contain the `next_page_token` value returned by a previous call to this method.ListGroupsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
If this field is not empty then it must contain the `next_page_token` value returned by a previous call to this method.ListGroupsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListGroupsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
clear
public ListGroupsRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
getDefaultInstanceForType
public ListGroupsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListGroupsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListGroupsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListGroupsRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
setField
public ListGroupsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
clearField
public ListGroupsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
clearOneof
public ListGroupsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
setRepeatedField
public ListGroupsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
addRepeatedField
public ListGroupsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
mergeFrom
public ListGroupsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListGroupsRequest.Builder>
-
mergeFrom
public ListGroupsRequest.Builder mergeFrom(ListGroupsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
mergeFrom
public ListGroupsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListGroupsRequest.Builder>
- Throws:
IOException
-
getFilterCase
public ListGroupsRequest.FilterCase getFilterCase()
- Specified by:
getFilterCase
in interfaceListGroupsRequestOrBuilder
-
clearFilter
public ListGroupsRequest.Builder clearFilter()
-
getName
public String getName()
Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
- Specified by:
getName
in interfaceListGroupsRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
- Specified by:
getNameBytes
in interfaceListGroupsRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
public ListGroupsRequest.Builder setName(String value)
Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ListGroupsRequest.Builder clearName()
Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) 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:
- This builder for chaining.
-
setNameBytes
public ListGroupsRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
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) = { ... }
- Specified by:
hasChildrenOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- Whether the childrenOfGroup field is set.
-
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) = { ... }
- Specified by:
getChildrenOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- The childrenOfGroup.
-
getChildrenOfGroupBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getChildrenOfGroupBytes
in interfaceListGroupsRequestOrBuilder
- Returns:
- The bytes for childrenOfGroup.
-
setChildrenOfGroup
public ListGroupsRequest.Builder setChildrenOfGroup(String value)
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) = { ... }
- Parameters:
value
- The childrenOfGroup to set.- Returns:
- This builder for chaining.
-
clearChildrenOfGroup
public ListGroupsRequest.Builder clearChildrenOfGroup()
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:
- This builder for chaining.
-
setChildrenOfGroupBytes
public ListGroupsRequest.Builder setChildrenOfGroupBytes(com.google.protobuf.ByteString value)
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) = { ... }
- Parameters:
value
- The bytes for childrenOfGroup to set.- Returns:
- This builder for chaining.
-
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) = { ... }
- Specified by:
hasAncestorsOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- Whether the ancestorsOfGroup field is set.
-
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) = { ... }
- Specified by:
getAncestorsOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- The ancestorsOfGroup.
-
getAncestorsOfGroupBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getAncestorsOfGroupBytes
in interfaceListGroupsRequestOrBuilder
- Returns:
- The bytes for ancestorsOfGroup.
-
setAncestorsOfGroup
public ListGroupsRequest.Builder setAncestorsOfGroup(String value)
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) = { ... }
- Parameters:
value
- The ancestorsOfGroup to set.- Returns:
- This builder for chaining.
-
clearAncestorsOfGroup
public ListGroupsRequest.Builder clearAncestorsOfGroup()
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:
- This builder for chaining.
-
setAncestorsOfGroupBytes
public ListGroupsRequest.Builder setAncestorsOfGroupBytes(com.google.protobuf.ByteString value)
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) = { ... }
- Parameters:
value
- The bytes for ancestorsOfGroup to set.- Returns:
- This builder for chaining.
-
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) = { ... }
- Specified by:
hasDescendantsOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- Whether the descendantsOfGroup field is set.
-
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) = { ... }
- Specified by:
getDescendantsOfGroup
in interfaceListGroupsRequestOrBuilder
- Returns:
- The descendantsOfGroup.
-
getDescendantsOfGroupBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getDescendantsOfGroupBytes
in interfaceListGroupsRequestOrBuilder
- Returns:
- The bytes for descendantsOfGroup.
-
setDescendantsOfGroup
public ListGroupsRequest.Builder setDescendantsOfGroup(String value)
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) = { ... }
- Parameters:
value
- The descendantsOfGroup to set.- Returns:
- This builder for chaining.
-
clearDescendantsOfGroup
public ListGroupsRequest.Builder clearDescendantsOfGroup()
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:
- This builder for chaining.
-
setDescendantsOfGroupBytes
public ListGroupsRequest.Builder setDescendantsOfGroupBytes(com.google.protobuf.ByteString value)
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) = { ... }
- Parameters:
value
- The bytes for descendantsOfGroup to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 5;
- Specified by:
getPageSize
in interfaceListGroupsRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListGroupsRequest.Builder setPageSize(int value)
A positive number that is the maximum number of results to return.
int32 page_size = 5;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListGroupsRequest.Builder clearPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 5;
- Returns:
- This builder for chaining.
-
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;
- Specified by:
getPageToken
in interfaceListGroupsRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.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;
- Specified by:
getPageTokenBytes
in interfaceListGroupsRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public ListGroupsRequest.Builder setPageToken(String value)
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;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListGroupsRequest.Builder clearPageToken()
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:
- This builder for chaining.
-
setPageTokenBytes
public ListGroupsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListGroupsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
mergeUnknownFields
public final ListGroupsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListGroupsRequest.Builder>
-
-