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