| Package | Description |
|---|---|
| com.google.cloud.resourcemanager.v3 |
A client to Cloud Resource Manager API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.resourcemanager.v3.stub |
| Modifier and Type | Method and Description |
|---|---|
ProjectsClient.SearchProjectsPagedResponse |
ProjectsClient.searchProjects(SearchProjectsRequest request)
Search for projects that the caller has both `resourcemanager.projects.get` permission on, and
also satisfy the specified query.
|
ProjectsClient.SearchProjectsPagedResponse |
ProjectsClient.searchProjects(String query)
Search for projects that the caller has both `resourcemanager.projects.get` permission on, and
also satisfy the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ProjectsClient.SearchProjectsPagedResponse> |
ProjectsClient.SearchProjectsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
com.google.api.core.ApiFuture<SearchProjectsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsClient.searchProjectsPagedCallable()
Search for projects that the caller has both `resourcemanager.projects.get` permission on, and
also satisfy the specified query.
|
com.google.api.gax.rpc.PagedCallSettings<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsSettings.searchProjectsSettings()
Returns the object with the settings used for calls to searchProjects.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsSettings.Builder.searchProjectsSettings()
Returns the builder for the settings used for calls to searchProjects.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsStub.searchProjectsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> |
HttpJsonProjectsStub.searchProjectsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> |
GrpcProjectsStub.searchProjectsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsStubSettings.searchProjectsSettings()
Returns the object with the settings used for calls to searchProjects.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsStubSettings.Builder.searchProjectsSettings()
Returns the builder for the settings used for calls to searchProjects.
|
Copyright © 2025 Google LLC. All rights reserved.