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()
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>
|
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 |
---|
Name | Description |
value | Project
|
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchProjectsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SearchProjectsResponse build()
buildPartial()
public SearchProjectsResponse buildPartial()
clear()
public SearchProjectsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SearchProjectsResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchProjectsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public SearchProjectsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public SearchProjectsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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;
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 |
---|
Type | Description |
int | |
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;
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 |
---|
Name | Description |
index | int
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SearchProjectsResponse other)
public SearchProjectsResponse.Builder mergeFrom(SearchProjectsResponse other)
public SearchProjectsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SearchProjectsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchProjectsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public SearchProjectsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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;
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchProjectsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchProjectsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides