Package api
Interface Job.JobRunDetailsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.JobRunDetailsRequest,Job.JobRunDetailsRequest.Builder
- Enclosing class:
- Job
public static interface Job.JobRunDetailsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRunIds(int index)repeated string run_ids = 1;com.google.protobuf.ByteStringgetRunIdsBytes(int index)repeated string run_ids = 1;intgetRunIdsCount()repeated string run_ids = 1;List<String>getRunIdsList()repeated string run_ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRunIdsList
List<String> getRunIdsList()
repeated string run_ids = 1;- Returns:
- A list containing the runIds.
-
getRunIdsCount
int getRunIdsCount()
repeated string run_ids = 1;- Returns:
- The count of runIds.
-
getRunIds
String getRunIds(int index)
repeated string run_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The runIds at the given index.
-
getRunIdsBytes
com.google.protobuf.ByteString getRunIdsBytes(int index)
repeated string run_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the runIds at the given index.
-
-