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 |
---|---|
ProjectsClient.ListProjectsPagedResponse |
ProjectsClient.listProjects(ListProjectsRequest request)
Lists projects that are direct children of the specified folder or organization resource.
|
ProjectsClient.ListProjectsPagedResponse |
ProjectsClient.listProjects(com.google.api.resourcenames.ResourceName parent)
Lists projects that are direct children of the specified folder or organization resource.
|
ProjectsClient.ListProjectsPagedResponse |
ProjectsClient.listProjects(String parent)
Lists projects that are direct children of the specified folder or organization resource.
|
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) |
UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> |
ProjectsClient.listProjectsPagedCallable()
Lists projects that are direct children of the specified folder or organization resource.
|
PagedCallSettings<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> |
ProjectsSettings.listProjectsSettings()
Returns the object with the settings used for calls to listProjects.
|
PagedCallSettings.Builder<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> |
ProjectsSettings.Builder.listProjectsSettings()
Returns the builder for the settings used for calls to listProjects.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> |
GrpcProjectsStub.listProjectsPagedCallable() |
UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> |
ProjectsStub.listProjectsPagedCallable() |
UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> |
HttpJsonProjectsStub.listProjectsPagedCallable() |
PagedCallSettings<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> |
ProjectsStubSettings.listProjectsSettings()
Returns the object with the settings used for calls to listProjects.
|
PagedCallSettings.Builder<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> |
ProjectsStubSettings.Builder.listProjectsSettings()
Returns the builder for the settings used for calls to listProjects.
|
Copyright © 2022 Google LLC. All rights reserved.