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
Modifier and TypeMethodDescriptiongetPoints(int index) repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;intrepeated .temporal.api.workflow.v1.ResetPointInfo points = 1;repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;getPointsOrBuilder(int index) repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;List<? extends ResetPointInfoOrBuilder> repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;Methods 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
-
getPointsList
List<ResetPointInfo> getPointsList()repeated .temporal.api.workflow.v1.ResetPointInfo points = 1; -
getPoints
repeated .temporal.api.workflow.v1.ResetPointInfo points = 1; -
getPointsCount
int getPointsCount()repeated .temporal.api.workflow.v1.ResetPointInfo points = 1; -
getPointsOrBuilderList
List<? extends ResetPointInfoOrBuilder> getPointsOrBuilderList()repeated .temporal.api.workflow.v1.ResetPointInfo points = 1; -
getPointsOrBuilder
repeated .temporal.api.workflow.v1.ResetPointInfo points = 1;
-