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 Type
    Method
    Description
    getChildren(int index)
    repeated string children = 1 [json_name = "children"];
    com.google.protobuf.ByteString
    getChildrenBytes(int index)
    repeated string children = 1 [json_name = "children"];
    int
    repeated string children = 1 [json_name = "children"];
    repeated string children = 1 [json_name = "children"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChildrenList

      List<String> getChildrenList()
      repeated string children = 1 [json_name = "children"];
      Returns:
      A list containing the children.
    • getChildrenCount

      int getChildrenCount()
      repeated string children = 1 [json_name = "children"];
      Returns:
      The count of children.
    • getChildren

      String getChildren(int index)
      repeated string children = 1 [json_name = "children"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The children at the given index.
    • getChildrenBytes

      com.google.protobuf.ByteString getChildrenBytes(int index)
      repeated string children = 1 [json_name = "children"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the children at the given index.