Uses of Class
com.google.cloud.talent.v4.JobServiceClient.ListJobsPagedResponse
-
Packages that use JobServiceClient.ListJobsPagedResponse Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of JobServiceClient.ListJobsPagedResponse in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobServiceClient.ListJobsPagedResponse Modifier and Type Method Description JobServiceClient.ListJobsPagedResponse
JobServiceClient. listJobs(ListJobsRequest request)
Lists jobs by filter.JobServiceClient.ListJobsPagedResponse
JobServiceClient. listJobs(TenantName parent, String filter)
Lists jobs by filter.JobServiceClient.ListJobsPagedResponse
JobServiceClient. listJobs(String parent, String filter)
Lists jobs by filter.Methods in com.google.cloud.talent.v4 that return types with arguments of type JobServiceClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListJobsPagedResponse>
JobServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse>
JobServiceClient. listJobsPagedCallable()
Lists jobs by filter.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse>
JobServiceSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse>
JobServiceSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of JobServiceClient.ListJobsPagedResponse in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type JobServiceClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse>
GrpcJobServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse>
HttpJsonJobServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse>
JobServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse>
JobServiceStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse>
JobServiceStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-