Uses of Class
com.google.cloud.resourcemanager.v3.ProjectsClient.SearchProjectsPagedResponse
-
Packages that use ProjectsClient.SearchProjectsPagedResponse Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of ProjectsClient.SearchProjectsPagedResponse in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return ProjectsClient.SearchProjectsPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type ProjectsClient.SearchProjectsPagedResponse Modifier and Type Method 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.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse>
ProjectsSettings.Builder. searchProjectsSettings()
Returns the builder for the settings used for calls to searchProjects.com.google.api.gax.rpc.PagedCallSettings<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse>
ProjectsSettings. searchProjectsSettings()
Returns the object with the settings used for calls to searchProjects. -
Uses of ProjectsClient.SearchProjectsPagedResponse in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type ProjectsClient.SearchProjectsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse>
GrpcProjectsStub. searchProjectsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse>
HttpJsonProjectsStub. searchProjectsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse>
ProjectsStub. searchProjectsPagedCallable()
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.com.google.api.gax.rpc.PagedCallSettings<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse>
ProjectsStubSettings. searchProjectsSettings()
Returns the object with the settings used for calls to searchProjects.
-