Send feedback
Class ListFoldersResponse (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.8.0 keyboard_arrow_down
public final class ListFoldersResponse extends GeneratedMessageV3 implements ListFoldersResponseOrBuilder
The ListFolders response message.
Protobuf type google.cloud.resourcemanager.v3.ListFoldersResponse
Static Fields
FOLDERS_FIELD_NUMBER
public static final int FOLDERS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListFoldersResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ListFoldersResponse . Builder newBuilder ()
Returns
newBuilder(ListFoldersResponse prototype)
public static ListFoldersResponse . Builder newBuilder ( ListFoldersResponse prototype )
Parameter
Returns
public static ListFoldersResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListFoldersResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListFoldersResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListFoldersResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListFoldersResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListFoldersResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListFoldersResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ListFoldersResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListFoldersResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListFoldersResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListFoldersResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListFoldersResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ListFoldersResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListFoldersResponse getDefaultInstanceForType ()
Returns
getFolders(int index)
public Folder getFolders ( int index )
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
Parameter
Returns
getFoldersCount()
public int getFoldersCount ()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
Returns
getFoldersList()
public List<Folder> getFoldersList ()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
Returns
getFoldersOrBuilder(int index)
public FolderOrBuilder getFoldersOrBuilder ( int index )
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
Parameter
Returns
getFoldersOrBuilderList()
public List <? extends FolderOrBuilder > getFoldersOrBuilderList ()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
Returns
Type Description List <? extends com.google.cloud.resourcemanager.v3.FolderOrBuilder >
getNextPageToken()
public String getNextPageToken ()
A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
string next_page_token = 2;
Returns
Type Description String The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
string next_page_token = 2;
Returns
Type Description ByteString The bytes for nextPageToken.
getParserForType()
public Parser<ListFoldersResponse> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ListFoldersResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListFoldersResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ListFoldersResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]