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 |
---|---|
ListProjectsResponse |
ProjectsGrpc.ProjectsBlockingStub.listProjects(ListProjectsRequest request)
Lists projects that are direct children of the specified folder or
organization resource.
|
com.google.common.util.concurrent.ListenableFuture<ListProjectsResponse> |
ProjectsGrpc.ProjectsFutureStub.listProjects(ListProjectsRequest request)
Lists projects that are direct children of the specified folder or
organization resource.
|
ProjectsClient.ListProjectsPagedResponse |
ProjectsClient.listProjects(ListProjectsRequest request)
Lists projects that are direct children of the specified folder or organization resource.
|
void |
ProjectsGrpc.ProjectsImplBase.listProjects(ListProjectsRequest request,
StreamObserver<ListProjectsResponse> responseObserver)
Lists projects that are direct children of the specified folder or
organization resource.
|
void |
ProjectsGrpc.ProjectsStub.listProjects(ListProjectsRequest request,
StreamObserver<ListProjectsResponse> responseObserver)
Lists projects that are direct children of the specified folder or
organization resource.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.mergeFrom(ListProjectsRequest other) |
static ListProjectsRequest.Builder |
ListProjectsRequest.newBuilder(ListProjectsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ProjectsClient.ListProjectsPagedResponse> |
ProjectsClient.ListProjectsPagedResponse.createAsync(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
com.google.api.core.ApiFuture<ListProjectsResponse> futureResponse) |
protected ProjectsClient.ListProjectsPage |
ProjectsClient.ListProjectsPage.createPage(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
ListProjectsResponse response) |
com.google.api.core.ApiFuture<ProjectsClient.ListProjectsPage> |
ProjectsClient.ListProjectsPage.createPageAsync(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
com.google.api.core.ApiFuture<ListProjectsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.