public interface BatchDeleteJobsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
JobResult |
getJobResults(int index)
List of job mutation results from a batch delete operation.
|
int |
getJobResultsCount()
List of job mutation results from a batch delete operation.
|
List<JobResult> |
getJobResultsList()
List of job mutation results from a batch delete operation.
|
JobResultOrBuilder |
getJobResultsOrBuilder(int index)
List of job mutation results from a batch delete operation.
|
List<? extends JobResultOrBuilder> |
getJobResultsOrBuilderList()
List of job mutation results from a batch delete operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<JobResult> getJobResultsList()
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
JobResult getJobResults(int index)
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
int getJobResultsCount()
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
List<? extends JobResultOrBuilder> getJobResultsOrBuilderList()
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
JobResultOrBuilder getJobResultsOrBuilder(int index)
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
repeated .google.cloud.talent.v4.JobResult job_results = 1;
Copyright © 2022 Google LLC. All rights reserved.