Package api
Interface SubmitOuterClass.CancellationResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitOuterClass.CancellationResult,SubmitOuterClass.CancellationResult.Builder
- Enclosing class:
- SubmitOuterClass
public static interface SubmitOuterClass.CancellationResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCancelledIds(int index)repeated string cancelled_ids = 1;com.google.protobuf.ByteStringgetCancelledIdsBytes(int index)repeated string cancelled_ids = 1;intgetCancelledIdsCount()repeated string cancelled_ids = 1;List<String>getCancelledIdsList()repeated string cancelled_ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCancelledIdsList
List<String> getCancelledIdsList()
repeated string cancelled_ids = 1;- Returns:
- A list containing the cancelledIds.
-
getCancelledIdsCount
int getCancelledIdsCount()
repeated string cancelled_ids = 1;- Returns:
- The count of cancelledIds.
-
getCancelledIds
String getCancelledIds(int index)
repeated string cancelled_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The cancelledIds at the given index.
-
getCancelledIdsBytes
com.google.protobuf.ByteString getCancelledIdsBytes(int index)
repeated string cancelled_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the cancelledIds at the given index.
-
-