public static final class SearchProjectsResponse.Builder extends GeneratedMessageV3.Builder<SearchProjectsResponse.Builder> implements SearchProjectsResponseOrBuilder
A page of the response received from the
SearchProjects
method.
A paginated response where more pages are available has
next_page_token
set. This token can be used in a subsequent request to
retrieve the next request page.
Protobuf type google.cloud.resourcemanager.v3.SearchProjectsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllProjects(Iterable<? extends Project> values)
public SearchProjectsResponse.Builder addAllProjects(Iterable<? extends Project> values)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.resourcemanager.v3.Project>
|
Returns
addProjects(Project value)
public SearchProjectsResponse.Builder addProjects(Project value)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
addProjects(Project.Builder builderForValue)
public SearchProjectsResponse.Builder addProjects(Project.Builder builderForValue)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
addProjects(int index, Project value)
public SearchProjectsResponse.Builder addProjects(int index, Project value)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameters
Returns
addProjects(int index, Project.Builder builderForValue)
public SearchProjectsResponse.Builder addProjects(int index, Project.Builder builderForValue)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameters
Returns
addProjectsBuilder()
public Project.Builder addProjectsBuilder()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
addProjectsBuilder(int index)
public Project.Builder addProjectsBuilder(int index)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchProjectsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public SearchProjectsResponse build()
Returns
buildPartial()
public SearchProjectsResponse buildPartial()
Returns
clear()
public SearchProjectsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public SearchProjectsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public SearchProjectsResponse.Builder clearNextPageToken()
Pagination token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token
parameter
gives the next page of the results.
When next_page_token
is not filled in, there is no next page and
the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchProjectsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearProjects()
public SearchProjectsResponse.Builder clearProjects()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
clone()
public SearchProjectsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public SearchProjectsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public String getNextPageToken()
Pagination token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token
parameter
gives the next page of the results.
When next_page_token
is not filled in, there is no next page and
the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Pagination token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token
parameter
gives the next page of the results.
When next_page_token
is not filled in, there is no next page and
the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getProjects(int index)
public Project getProjects(int index)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
getProjectsBuilder(int index)
public Project.Builder getProjectsBuilder(int index)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
getProjectsBuilderList()
public List<Project.Builder> getProjectsBuilderList()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
getProjectsCount()
public int getProjectsCount()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
getProjectsList()
public List<Project> getProjectsList()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
getProjectsOrBuilder(int index)
public ProjectOrBuilder getProjectsOrBuilder(int index)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
getProjectsOrBuilderList()
public List<? extends ProjectOrBuilder> getProjectsOrBuilderList()
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Returns
Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.ProjectOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(SearchProjectsResponse other)
public SearchProjectsResponse.Builder mergeFrom(SearchProjectsResponse other)
Parameter
Returns
public SearchProjectsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SearchProjectsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchProjectsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeProjects(int index)
public SearchProjectsResponse.Builder removeProjects(int index)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public SearchProjectsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public SearchProjectsResponse.Builder setNextPageToken(String value)
Pagination token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token
parameter
gives the next page of the results.
When next_page_token
is not filled in, there is no next page and
the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public SearchProjectsResponse.Builder setNextPageTokenBytes(ByteString value)
Pagination token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token
parameter
gives the next page of the results.
When next_page_token
is not filled in, there is no next page and
the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setProjects(int index, Project value)
public SearchProjectsResponse.Builder setProjects(int index, Project value)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameters
Returns
setProjects(int index, Project.Builder builderForValue)
public SearchProjectsResponse.Builder setProjects(int index, Project.Builder builderForValue)
The list of Projects that matched the list filter query. This list can
be paginated.
repeated .google.cloud.resourcemanager.v3.Project projects = 1;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchProjectsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchProjectsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides