Uses of Class
com.google.cloud.talent.v4.JobResult
-
Packages that use JobResult Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of JobResult in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobResult Modifier and Type Method Description JobResult
JobResult.Builder. build()
JobResult
JobResult.Builder. buildPartial()
static JobResult
JobResult. getDefaultInstance()
JobResult
JobResult.Builder. getDefaultInstanceForType()
JobResult
JobResult. getDefaultInstanceForType()
JobResult
BatchCreateJobsResponse.Builder. getJobResults(int index)
List of job mutation results from a batch create operation.JobResult
BatchCreateJobsResponse. getJobResults(int index)
List of job mutation results from a batch create operation.JobResult
BatchCreateJobsResponseOrBuilder. getJobResults(int index)
List of job mutation results from a batch create operation.JobResult
BatchDeleteJobsResponse.Builder. getJobResults(int index)
List of job mutation results from a batch delete operation.JobResult
BatchDeleteJobsResponse. getJobResults(int index)
List of job mutation results from a batch delete operation.JobResult
BatchDeleteJobsResponseOrBuilder. getJobResults(int index)
List of job mutation results from a batch delete operation.JobResult
BatchUpdateJobsResponse.Builder. getJobResults(int index)
List of job mutation results from a batch update operation.JobResult
BatchUpdateJobsResponse. getJobResults(int index)
List of job mutation results from a batch update operation.JobResult
BatchUpdateJobsResponseOrBuilder. getJobResults(int index)
List of job mutation results from a batch update operation.static JobResult
JobResult. parseDelimitedFrom(InputStream input)
static JobResult
JobResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobResult
JobResult. parseFrom(byte[] data)
static JobResult
JobResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobResult
JobResult. parseFrom(com.google.protobuf.ByteString data)
static JobResult
JobResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobResult
JobResult. parseFrom(com.google.protobuf.CodedInputStream input)
static JobResult
JobResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobResult
JobResult. parseFrom(InputStream input)
static JobResult
JobResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobResult
JobResult. parseFrom(ByteBuffer data)
static JobResult
JobResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type JobResult Modifier and Type Method Description List<JobResult>
BatchCreateJobsResponse.Builder. getJobResultsList()
List of job mutation results from a batch create operation.List<JobResult>
BatchCreateJobsResponse. getJobResultsList()
List of job mutation results from a batch create operation.List<JobResult>
BatchCreateJobsResponseOrBuilder. getJobResultsList()
List of job mutation results from a batch create operation.List<JobResult>
BatchDeleteJobsResponse.Builder. getJobResultsList()
List of job mutation results from a batch delete operation.List<JobResult>
BatchDeleteJobsResponse. getJobResultsList()
List of job mutation results from a batch delete operation.List<JobResult>
BatchDeleteJobsResponseOrBuilder. getJobResultsList()
List of job mutation results from a batch delete operation.List<JobResult>
BatchUpdateJobsResponse.Builder. getJobResultsList()
List of job mutation results from a batch update operation.List<JobResult>
BatchUpdateJobsResponse. getJobResultsList()
List of job mutation results from a batch update operation.List<JobResult>
BatchUpdateJobsResponseOrBuilder. getJobResultsList()
List of job mutation results from a batch update operation.com.google.protobuf.Parser<JobResult>
JobResult. getParserForType()
static com.google.protobuf.Parser<JobResult>
JobResult. parser()
Methods in com.google.cloud.talent.v4 with parameters of type JobResult Modifier and Type Method Description BatchCreateJobsResponse.Builder
BatchCreateJobsResponse.Builder. addJobResults(int index, JobResult value)
List of job mutation results from a batch create operation.BatchCreateJobsResponse.Builder
BatchCreateJobsResponse.Builder. addJobResults(JobResult value)
List of job mutation results from a batch create operation.BatchDeleteJobsResponse.Builder
BatchDeleteJobsResponse.Builder. addJobResults(int index, JobResult value)
List of job mutation results from a batch delete operation.BatchDeleteJobsResponse.Builder
BatchDeleteJobsResponse.Builder. addJobResults(JobResult value)
List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.Builder
BatchUpdateJobsResponse.Builder. addJobResults(int index, JobResult value)
List of job mutation results from a batch update operation.BatchUpdateJobsResponse.Builder
BatchUpdateJobsResponse.Builder. addJobResults(JobResult value)
List of job mutation results from a batch update operation.JobResult.Builder
JobResult.Builder. mergeFrom(JobResult other)
static JobResult.Builder
JobResult. newBuilder(JobResult prototype)
BatchCreateJobsResponse.Builder
BatchCreateJobsResponse.Builder. setJobResults(int index, JobResult value)
List of job mutation results from a batch create operation.BatchDeleteJobsResponse.Builder
BatchDeleteJobsResponse.Builder. setJobResults(int index, JobResult value)
List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.Builder
BatchUpdateJobsResponse.Builder. setJobResults(int index, JobResult value)
List of job mutation results from a batch update operation.Method parameters in com.google.cloud.talent.v4 with type arguments of type JobResult Modifier and Type Method Description BatchCreateJobsResponse.Builder
BatchCreateJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)
List of job mutation results from a batch create operation.BatchDeleteJobsResponse.Builder
BatchDeleteJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)
List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.Builder
BatchUpdateJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)
List of job mutation results from a batch update operation.
-