Uses of Class
com.google.cloud.talent.v4.Job
-
Packages that use Job Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of Job in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return Job Modifier and Type Method Description Job
Job.Builder. build()
Job
Job.Builder. buildPartial()
Job
JobServiceClient. createJob(CreateJobRequest request)
Creates a new job.Job
JobServiceClient. createJob(TenantName parent, Job job)
Creates a new job.Job
JobServiceClient. createJob(String parent, Job job)
Creates a new job.Job
JobServiceGrpc.JobServiceBlockingStub. createJob(CreateJobRequest request)
Creates a new job.static Job
Job. getDefaultInstance()
Job
Job.Builder. getDefaultInstanceForType()
Job
Job. getDefaultInstanceForType()
Job
CreateJobRequest.Builder. getJob()
Required.Job
CreateJobRequest. getJob()
Required.Job
CreateJobRequestOrBuilder. getJob()
Required.Job
JobResult.Builder. getJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.Job
JobResult. getJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.Job
JobResultOrBuilder. getJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.Job
JobServiceClient. getJob(GetJobRequest request)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.Job
JobServiceClient. getJob(JobName name)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.Job
JobServiceClient. getJob(String name)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.Job
JobServiceGrpc.JobServiceBlockingStub. getJob(GetJobRequest request)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.Job
SearchJobsResponse.MatchingJob.Builder. getJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].Job
SearchJobsResponse.MatchingJob. getJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].Job
SearchJobsResponse.MatchingJobOrBuilder. getJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].Job
UpdateJobRequest.Builder. getJob()
Required.Job
UpdateJobRequest. getJob()
Required.Job
UpdateJobRequestOrBuilder. getJob()
Required.Job
BatchCreateJobsRequest.Builder. getJobs(int index)
Required.Job
BatchCreateJobsRequest. getJobs(int index)
Required.Job
BatchCreateJobsRequestOrBuilder. getJobs(int index)
Required.Job
BatchUpdateJobsRequest.Builder. getJobs(int index)
Required.Job
BatchUpdateJobsRequest. getJobs(int index)
Required.Job
BatchUpdateJobsRequestOrBuilder. getJobs(int index)
Required.Job
ListJobsResponse.Builder. getJobs(int index)
The Jobs for a given company.Job
ListJobsResponse. getJobs(int index)
The Jobs for a given company.Job
ListJobsResponseOrBuilder. getJobs(int index)
The Jobs for a given company.static Job
Job. parseDelimitedFrom(InputStream input)
static Job
Job. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(byte[] data)
static Job
Job. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(com.google.protobuf.ByteString data)
static Job
Job. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(com.google.protobuf.CodedInputStream input)
static Job
Job. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(InputStream input)
static Job
Job. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(ByteBuffer data)
static Job
Job. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Job
JobServiceClient. updateJob(Job job, com.google.protobuf.FieldMask updateMask)
Updates specified job.Job
JobServiceClient. updateJob(UpdateJobRequest request)
Updates specified job.Job
JobServiceGrpc.JobServiceBlockingStub. updateJob(UpdateJobRequest request)
Updates specified job.Methods in com.google.cloud.talent.v4 that return types with arguments of type Job Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Job>
JobServiceGrpc.JobServiceFutureStub. createJob(CreateJobRequest request)
Creates a new job.com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>
JobServiceClient. createJobCallable()
Creates a new job.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>
JobServiceSettings.Builder. createJobSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>
JobServiceSettings. createJobSettings()
Returns the object with the settings used for calls to createJob.static io.grpc.MethodDescriptor<CreateJobRequest,Job>
JobServiceGrpc. getCreateJobMethod()
static io.grpc.MethodDescriptor<GetJobRequest,Job>
JobServiceGrpc. getGetJobMethod()
com.google.common.util.concurrent.ListenableFuture<Job>
JobServiceGrpc.JobServiceFutureStub. getJob(GetJobRequest request)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobServiceClient. getJobCallable()
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobServiceSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobServiceSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.List<Job>
BatchCreateJobsRequest.Builder. getJobsList()
Required.List<Job>
BatchCreateJobsRequest. getJobsList()
Required.List<Job>
BatchCreateJobsRequestOrBuilder. getJobsList()
Required.List<Job>
BatchUpdateJobsRequest.Builder. getJobsList()
Required.List<Job>
BatchUpdateJobsRequest. getJobsList()
Required.List<Job>
BatchUpdateJobsRequestOrBuilder. getJobsList()
Required.List<Job>
ListJobsResponse.Builder. getJobsList()
The Jobs for a given company.List<Job>
ListJobsResponse. getJobsList()
The Jobs for a given company.List<Job>
ListJobsResponseOrBuilder. getJobsList()
The Jobs for a given company.com.google.protobuf.Parser<Job>
Job. getParserForType()
static io.grpc.MethodDescriptor<UpdateJobRequest,Job>
JobServiceGrpc. getUpdateJobMethod()
static com.google.protobuf.Parser<Job>
Job. parser()
com.google.common.util.concurrent.ListenableFuture<Job>
JobServiceGrpc.JobServiceFutureStub. updateJob(UpdateJobRequest request)
Updates specified job.com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobServiceClient. updateJobCallable()
Updates specified job.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobServiceSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobServiceSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.Methods in com.google.cloud.talent.v4 with parameters of type Job Modifier and Type Method Description BatchCreateJobsRequest.Builder
BatchCreateJobsRequest.Builder. addJobs(int index, Job value)
Required.BatchCreateJobsRequest.Builder
BatchCreateJobsRequest.Builder. addJobs(Job value)
Required.BatchUpdateJobsRequest.Builder
BatchUpdateJobsRequest.Builder. addJobs(int index, Job value)
Required.BatchUpdateJobsRequest.Builder
BatchUpdateJobsRequest.Builder. addJobs(Job value)
Required.ListJobsResponse.Builder
ListJobsResponse.Builder. addJobs(int index, Job value)
The Jobs for a given company.ListJobsResponse.Builder
ListJobsResponse.Builder. addJobs(Job value)
The Jobs for a given company.Job
JobServiceClient. createJob(TenantName parent, Job job)
Creates a new job.Job
JobServiceClient. createJob(String parent, Job job)
Creates a new job.Job.Builder
Job.Builder. mergeFrom(Job other)
CreateJobRequest.Builder
CreateJobRequest.Builder. mergeJob(Job value)
Required.JobResult.Builder
JobResult.Builder. mergeJob(Job value)
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.SearchJobsResponse.MatchingJob.Builder
SearchJobsResponse.MatchingJob.Builder. mergeJob(Job value)
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].UpdateJobRequest.Builder
UpdateJobRequest.Builder. mergeJob(Job value)
Required.static Job.Builder
Job. newBuilder(Job prototype)
CreateJobRequest.Builder
CreateJobRequest.Builder. setJob(Job value)
Required.JobResult.Builder
JobResult.Builder. setJob(Job value)
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.SearchJobsResponse.MatchingJob.Builder
SearchJobsResponse.MatchingJob.Builder. setJob(Job value)
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].UpdateJobRequest.Builder
UpdateJobRequest.Builder. setJob(Job value)
Required.BatchCreateJobsRequest.Builder
BatchCreateJobsRequest.Builder. setJobs(int index, Job value)
Required.BatchUpdateJobsRequest.Builder
BatchUpdateJobsRequest.Builder. setJobs(int index, Job value)
Required.ListJobsResponse.Builder
ListJobsResponse.Builder. setJobs(int index, Job value)
The Jobs for a given company.Job
JobServiceClient. updateJob(Job job, com.google.protobuf.FieldMask updateMask)
Updates specified job.Method parameters in com.google.cloud.talent.v4 with type arguments of type Job Modifier and Type Method Description BatchCreateJobsRequest.Builder
BatchCreateJobsRequest.Builder. addAllJobs(Iterable<? extends Job> values)
Required.BatchUpdateJobsRequest.Builder
BatchUpdateJobsRequest.Builder. addAllJobs(Iterable<? extends Job> values)
Required.ListJobsResponse.Builder
ListJobsResponse.Builder. addAllJobs(Iterable<? extends Job> values)
The Jobs for a given company.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>
JobServiceClient. batchCreateJobsAsync(TenantName parent, List<Job> jobs)
Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>
JobServiceClient. batchCreateJobsAsync(String parent, List<Job> jobs)
Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata>
JobServiceClient. batchUpdateJobsAsync(TenantName parent, List<Job> jobs)
Begins executing a batch update jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata>
JobServiceClient. batchUpdateJobsAsync(String parent, List<Job> jobs)
Begins executing a batch update jobs operation.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)
default void
JobServiceGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Creates a new job.void
JobServiceGrpc.JobServiceStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Creates a new job.protected JobServiceClient.ListJobsPage
JobServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListJobsPage>
JobServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
default void
JobServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.void
JobServiceGrpc.JobServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.default void
JobServiceGrpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates specified job.void
JobServiceGrpc.JobServiceStub. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates specified job. -
Uses of Job in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type Job Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>
GrpcJobServiceStub. createJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>
HttpJsonJobServiceStub. createJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>
JobServiceStub. createJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>
JobServiceStubSettings.Builder. createJobSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>
JobServiceStubSettings. createJobSettings()
Returns the object with the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
GrpcJobServiceStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
HttpJsonJobServiceStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobServiceStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobServiceStubSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobServiceStubSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
GrpcJobServiceStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
HttpJsonJobServiceStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobServiceStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobServiceStubSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobServiceStubSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.
-