Interface ResetPointsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ResetPoints, ResetPoints.Builder

    @Generated(value="protoc",
               comments="annotations:ResetPointsOrBuilder.java.pb.meta")
    public interface ResetPointsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ResetPointInfo getPoints​(int index)
      repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      int getPointsCount()
      repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      java.util.List<ResetPointInfo> getPointsList()
      repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      ResetPointInfoOrBuilder getPointsOrBuilder​(int index)
      repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      java.util.List<? extends ResetPointInfoOrBuilder> getPointsOrBuilderList()
      repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      • 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 Detail

      • getPointsList

        java.util.List<ResetPointInfo> getPointsList()
        repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      • getPoints

        ResetPointInfo getPoints​(int index)
        repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      • getPointsCount

        int getPointsCount()
        repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      • getPointsOrBuilderList

        java.util.List<? extends ResetPointInfoOrBuilder> getPointsOrBuilderList()
        repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
      • getPointsOrBuilder

        ResetPointInfoOrBuilder getPointsOrBuilder​(int index)
        repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;