Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.resourcemanager.v3.stub |
Modifier and Type | Method and Description |
---|---|
FoldersClient.ListFoldersPagedResponse |
FoldersClient.listFolders(ListFoldersRequest request)
Lists the folders that are direct descendants of supplied parent resource.
|
FoldersClient.ListFoldersPagedResponse |
FoldersClient.listFolders(com.google.api.resourcenames.ResourceName parent)
Lists the folders that are direct descendants of supplied parent resource.
|
FoldersClient.ListFoldersPagedResponse |
FoldersClient.listFolders(String parent)
Lists the folders that are direct descendants of supplied parent resource.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FoldersClient.ListFoldersPagedResponse> |
FoldersClient.ListFoldersPagedResponse.createAsync(PageContext<ListFoldersRequest,ListFoldersResponse,Folder> context,
com.google.api.core.ApiFuture<ListFoldersResponse> futureResponse) |
UnaryCallable<ListFoldersRequest,FoldersClient.ListFoldersPagedResponse> |
FoldersClient.listFoldersPagedCallable()
Lists the folders that are direct descendants of supplied parent resource.
|
PagedCallSettings<ListFoldersRequest,ListFoldersResponse,FoldersClient.ListFoldersPagedResponse> |
FoldersSettings.listFoldersSettings()
Returns the object with the settings used for calls to listFolders.
|
PagedCallSettings.Builder<ListFoldersRequest,ListFoldersResponse,FoldersClient.ListFoldersPagedResponse> |
FoldersSettings.Builder.listFoldersSettings()
Returns the builder for the settings used for calls to listFolders.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListFoldersRequest,FoldersClient.ListFoldersPagedResponse> |
HttpJsonFoldersStub.listFoldersPagedCallable() |
UnaryCallable<ListFoldersRequest,FoldersClient.ListFoldersPagedResponse> |
GrpcFoldersStub.listFoldersPagedCallable() |
UnaryCallable<ListFoldersRequest,FoldersClient.ListFoldersPagedResponse> |
FoldersStub.listFoldersPagedCallable() |
PagedCallSettings<ListFoldersRequest,ListFoldersResponse,FoldersClient.ListFoldersPagedResponse> |
FoldersStubSettings.listFoldersSettings()
Returns the object with the settings used for calls to listFolders.
|
PagedCallSettings.Builder<ListFoldersRequest,ListFoldersResponse,FoldersClient.ListFoldersPagedResponse> |
FoldersStubSettings.Builder.listFoldersSettings()
Returns the builder for the settings used for calls to listFolders.
|
Copyright © 2022 Google LLC. All rights reserved.