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 JobResultJobResult.Builder. build()JobResultJobResult.Builder. buildPartial()static JobResultJobResult. getDefaultInstance()JobResultJobResult.Builder. getDefaultInstanceForType()JobResultJobResult. getDefaultInstanceForType()JobResultBatchCreateJobsResponse.Builder. getJobResults(int index)List of job mutation results from a batch create operation.JobResultBatchCreateJobsResponse. getJobResults(int index)List of job mutation results from a batch create operation.JobResultBatchCreateJobsResponseOrBuilder. getJobResults(int index)List of job mutation results from a batch create operation.JobResultBatchDeleteJobsResponse.Builder. getJobResults(int index)List of job mutation results from a batch delete operation.JobResultBatchDeleteJobsResponse. getJobResults(int index)List of job mutation results from a batch delete operation.JobResultBatchDeleteJobsResponseOrBuilder. getJobResults(int index)List of job mutation results from a batch delete operation.JobResultBatchUpdateJobsResponse.Builder. getJobResults(int index)List of job mutation results from a batch update operation.JobResultBatchUpdateJobsResponse. getJobResults(int index)List of job mutation results from a batch update operation.JobResultBatchUpdateJobsResponseOrBuilder. getJobResults(int index)List of job mutation results from a batch update operation.static JobResultJobResult. parseDelimitedFrom(InputStream input)static JobResultJobResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobResultJobResult. parseFrom(byte[] data)static JobResultJobResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobResultJobResult. parseFrom(com.google.protobuf.ByteString data)static JobResultJobResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobResultJobResult. parseFrom(com.google.protobuf.CodedInputStream input)static JobResultJobResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobResultJobResult. parseFrom(InputStream input)static JobResultJobResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobResultJobResult. parseFrom(ByteBuffer data)static JobResultJobResult. 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.BuilderBatchCreateJobsResponse.Builder. addJobResults(int index, JobResult value)List of job mutation results from a batch create operation.BatchCreateJobsResponse.BuilderBatchCreateJobsResponse.Builder. addJobResults(JobResult value)List of job mutation results from a batch create operation.BatchDeleteJobsResponse.BuilderBatchDeleteJobsResponse.Builder. addJobResults(int index, JobResult value)List of job mutation results from a batch delete operation.BatchDeleteJobsResponse.BuilderBatchDeleteJobsResponse.Builder. addJobResults(JobResult value)List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.BuilderBatchUpdateJobsResponse.Builder. addJobResults(int index, JobResult value)List of job mutation results from a batch update operation.BatchUpdateJobsResponse.BuilderBatchUpdateJobsResponse.Builder. addJobResults(JobResult value)List of job mutation results from a batch update operation.JobResult.BuilderJobResult.Builder. mergeFrom(JobResult other)static JobResult.BuilderJobResult. newBuilder(JobResult prototype)BatchCreateJobsResponse.BuilderBatchCreateJobsResponse.Builder. setJobResults(int index, JobResult value)List of job mutation results from a batch create operation.BatchDeleteJobsResponse.BuilderBatchDeleteJobsResponse.Builder. setJobResults(int index, JobResult value)List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.BuilderBatchUpdateJobsResponse.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.BuilderBatchCreateJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)List of job mutation results from a batch create operation.BatchDeleteJobsResponse.BuilderBatchDeleteJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)List of job mutation results from a batch delete operation.BatchUpdateJobsResponse.BuilderBatchUpdateJobsResponse.Builder. addAllJobResults(Iterable<? extends JobResult> values)List of job mutation results from a batch update operation.
-