Package com.google.cloud.talent.v4
Interface BatchUpdateJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateJobsResponse
,BatchUpdateJobsResponse.Builder
public interface BatchUpdateJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobResult
getJobResults(int index)
List of job mutation results from a batch update operation.int
getJobResultsCount()
List of job mutation results from a batch update operation.List<JobResult>
getJobResultsList()
List of job mutation results from a batch update operation.JobResultOrBuilder
getJobResultsOrBuilder(int index)
List of job mutation results from a batch update operation.List<? extends JobResultOrBuilder>
getJobResultsOrBuilderList()
List of job mutation results from a batch update operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobResultsList
List<JobResult> getJobResultsList()
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
-
getJobResults
JobResult getJobResults(int index)
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
-
getJobResultsCount
int getJobResultsCount()
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
-
getJobResultsOrBuilderList
List<? extends JobResultOrBuilder> getJobResultsOrBuilderList()
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
-
getJobResultsOrBuilder
JobResultOrBuilder getJobResultsOrBuilder(int index)
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
-
-