Package api
Interface Job.JobDetailsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.JobDetailsRequest,Job.JobDetailsRequest.Builder
- Enclosing class:
- Job
public static interface Job.JobDetailsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetExpandJobRun()bool expand_job_run = 3;booleangetExpandJobSpec()bool expand_job_spec = 2;StringgetJobIds(int index)repeated string job_ids = 1;com.google.protobuf.ByteStringgetJobIdsBytes(int index)repeated string job_ids = 1;intgetJobIdsCount()repeated string job_ids = 1;List<String>getJobIdsList()repeated string job_ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobIdsList
List<String> getJobIdsList()
repeated string job_ids = 1;- Returns:
- A list containing the jobIds.
-
getJobIdsCount
int getJobIdsCount()
repeated string job_ids = 1;- Returns:
- The count of jobIds.
-
getJobIds
String getJobIds(int index)
repeated string job_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The jobIds at the given index.
-
getJobIdsBytes
com.google.protobuf.ByteString getJobIdsBytes(int index)
repeated string job_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the jobIds at the given index.
-
getExpandJobSpec
boolean getExpandJobSpec()
bool expand_job_spec = 2;- Returns:
- The expandJobSpec.
-
getExpandJobRun
boolean getExpandJobRun()
bool expand_job_run = 3;- Returns:
- The expandJobRun.
-
-