Uses of Class
com.google.cloud.talent.v4beta1.JobServiceClient.ListJobsPagedResponse
-
Packages that use JobServiceClient.ListJobsPagedResponse Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of JobServiceClient.ListJobsPagedResponse in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return JobServiceClient.ListJobsPagedResponse Modifier and Type Method Description JobServiceClient.ListJobsPagedResponseJobServiceClient. listJobs(ListJobsRequest request)Lists jobs by filter.JobServiceClient.ListJobsPagedResponseJobServiceClient. listJobs(ProjectName parent, String filter)Lists jobs by filter.JobServiceClient.ListJobsPagedResponseJobServiceClient. listJobs(TenantName parent, String filter)Lists jobs by filter.JobServiceClient.ListJobsPagedResponseJobServiceClient. listJobs(String parent, String filter)Lists jobs by filter.Methods in com.google.cloud.talent.v4beta1 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.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.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.
-