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 |
---|---|
Parser<SearchProjectsRequest> |
SearchProjectsRequest.getParserForType() |
static MethodDescriptor<SearchProjectsRequest,SearchProjectsResponse> |
ProjectsGrpc.getSearchProjectsMethod() |
static Parser<SearchProjectsRequest> |
SearchProjectsRequest.parser() |
UnaryCallable<SearchProjectsRequest,SearchProjectsResponse> |
ProjectsClient.searchProjectsCallable()
Search for projects that the caller has both `resourcemanager.projects.get` permission on, and
also satisfy the specified query.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SearchProjectsRequest.Builder |
SearchProjectsRequest.Builder.mergeFrom(SearchProjectsRequest other) |
static SearchProjectsRequest.Builder |
SearchProjectsRequest.newBuilder(SearchProjectsRequest prototype) |
SearchProjectsResponse |
ProjectsGrpc.ProjectsBlockingStub.searchProjects(SearchProjectsRequest request)
Search for projects that the caller has both `resourcemanager.projects.get`
permission on, and also satisfy the specified query.
|
com.google.common.util.concurrent.ListenableFuture<SearchProjectsResponse> |
ProjectsGrpc.ProjectsFutureStub.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(SearchProjectsRequest request)
Search for projects that the caller has both `resourcemanager.projects.get` permission on, and
also satisfy the specified query.
|
void |
ProjectsGrpc.ProjectsImplBase.searchProjects(SearchProjectsRequest request,
StreamObserver<SearchProjectsResponse> responseObserver)
Search for projects that the caller has both `resourcemanager.projects.get`
permission on, and also satisfy the specified query.
|
void |
ProjectsGrpc.ProjectsStub.searchProjects(SearchProjectsRequest request,
StreamObserver<SearchProjectsResponse> responseObserver)
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) |
protected ProjectsClient.SearchProjectsPage |
ProjectsClient.SearchProjectsPage.createPage(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
SearchProjectsResponse response) |
com.google.api.core.ApiFuture<ProjectsClient.SearchProjectsPage> |
ProjectsClient.SearchProjectsPage.createPageAsync(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
com.google.api.core.ApiFuture<SearchProjectsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.