Class SearchProjectsResponse (1.43.0)

public final class SearchProjectsResponse extends GeneratedMessageV3 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

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECTS_FIELD_NUMBER

public static final int PROJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SearchProjectsResponse getDefaultInstance()
Returns
TypeDescription
SearchProjectsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SearchProjectsResponse.Builder newBuilder()
Returns
TypeDescription
SearchProjectsResponse.Builder

newBuilder(SearchProjectsResponse prototype)

public static SearchProjectsResponse.Builder newBuilder(SearchProjectsResponse prototype)
Parameter
NameDescription
prototypeSearchProjectsResponse
Returns
TypeDescription
SearchProjectsResponse.Builder

parseDelimitedFrom(InputStream input)

public static SearchProjectsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SearchProjectsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchProjectsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchProjectsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SearchProjectsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SearchProjectsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchProjectsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchProjectsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SearchProjectsResponse> parser()
Returns
TypeDescription
Parser<SearchProjectsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SearchProjectsResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchProjectsResponse

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<SearchProjectsResponse> getParserForType()
Returns
TypeDescription
Parser<SearchProjectsResponse>
Overrides

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
NameDescription
indexint
Returns
TypeDescription
Project

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
TypeDescription
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;

Returns
TypeDescription
List<Project>

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
NameDescription
indexint
Returns
TypeDescription
ProjectOrBuilder

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
TypeDescription
List<? extends com.google.cloud.resourcemanager.v3.ProjectOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SearchProjectsResponse.Builder newBuilderForType()
Returns
TypeDescription
SearchProjectsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchProjectsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SearchProjectsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SearchProjectsResponse.Builder toBuilder()
Returns
TypeDescription
SearchProjectsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException