Class ListProjectsResponse (1.2.11)

public final class ListProjectsResponse extends GeneratedMessageV3 implements ListProjectsResponseOrBuilder

A page of the response received from the ListProjects 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. NOTE: A response may contain fewer elements than the request page_size and still have a next_page_token.

Protobuf type google.cloud.resourcemanager.v3.ListProjectsResponse

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 ListProjectsResponse getDefaultInstance()
Returns
TypeDescription
ListProjectsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListProjectsResponse prototype)

public static ListProjectsResponse.Builder newBuilder(ListProjectsResponse prototype)
Parameter
NameDescription
prototypeListProjectsResponse
Returns
TypeDescription
ListProjectsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListProjectsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListProjectsResponse

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<ListProjectsResponse> getParserForType()
Returns
TypeDescription
Parser<ListProjectsResponse>
Overrides

getProjects(int index)

public Project getProjects(int index)

The list of Projects under the parent. 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 under the parent. 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 under the parent. 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 under the parent. 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 under the parent. 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

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 ListProjectsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListProjectsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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