Uses of Class
com.google.cloud.talent.v4beta1.JobServiceClient.SearchJobsForAlertPagedResponse
-
Packages that use JobServiceClient.SearchJobsForAlertPagedResponse Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of JobServiceClient.SearchJobsForAlertPagedResponse in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return JobServiceClient.SearchJobsForAlertPagedResponse Modifier and Type Method Description JobServiceClient.SearchJobsForAlertPagedResponse
JobServiceClient. searchJobsForAlert(SearchJobsRequest request)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type JobServiceClient.SearchJobsForAlertPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceClient.SearchJobsForAlertPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, com.google.api.core.ApiFuture<SearchJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceClient. searchJobsForAlertPagedCallable()
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].com.google.api.gax.rpc.PagedCallSettings.Builder<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceSettings.Builder. searchJobsForAlertSettings()
Returns the builder for the settings used for calls to searchJobsForAlert.com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceSettings. searchJobsForAlertSettings()
Returns the object with the settings used for calls to searchJobsForAlert. -
Uses of JobServiceClient.SearchJobsForAlertPagedResponse in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type JobServiceClient.SearchJobsForAlertPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsForAlertPagedResponse>
GrpcJobServiceStub. searchJobsForAlertPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsForAlertPagedResponse>
HttpJsonJobServiceStub. searchJobsForAlertPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceStub. searchJobsForAlertPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceStubSettings.Builder. searchJobsForAlertSettings()
Returns the builder for the settings used for calls to searchJobsForAlert.com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse>
JobServiceStubSettings. searchJobsForAlertSettings()
Returns the object with the settings used for calls to searchJobsForAlert.
-