Interface InteractiveSubmissionDataOuterClass.RollbackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.Rollback,InteractiveSubmissionDataOuterClass.Rollback.Builder
- Enclosing class:
InteractiveSubmissionDataOuterClass
public static interface InteractiveSubmissionDataOuterClass.RollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildren(int index) Required: must be non-emptycom.google.protobuf.ByteStringgetChildrenBytes(int index) Required: must be non-emptyintRequired: must be non-emptyRequired: must be non-emptyMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChildrenList
Required: must be non-empty
repeated string children = 1;- Returns:
- A list containing the children.
-
getChildrenCount
int getChildrenCount()Required: must be non-empty
repeated string children = 1;- Returns:
- The count of children.
-
getChildren
Required: must be non-empty
repeated string children = 1;- Parameters:
index- The index of the element to return.- Returns:
- The children at the given index.
-
getChildrenBytes
com.google.protobuf.ByteString getChildrenBytes(int index) Required: must be non-empty
repeated string children = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the children at the given index.
-