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.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(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
com.google.api.core.ApiFuture<SearchProjectsResponse> futureResponse) |
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.
|
PagedCallSettings<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsSettings.searchProjectsSettings()
Returns the object with the settings used for calls to searchProjects.
|
PagedCallSettings.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
ProjectsSettings.Builder.searchProjectsSettings()
Returns the builder for the settings used for calls to searchProjects.
|
Copyright © 2022 Google LLC. All rights reserved.