Interface BatchOperationResetOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      The identity of the worker/client.
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client.
      ResetReapplyType getResetReapplyType()
      History event reapply options.
      int getResetReapplyTypeValue()
      History event reapply options.
      ResetType getResetType()
      Reset type.
      int getResetTypeValue()
      Reset type.
      • 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

      • getResetTypeValue

        int getResetTypeValue()
         Reset type.
         
        .temporal.api.enums.v1.ResetType reset_type = 1;
        Returns:
        The enum numeric value on the wire for resetType.
      • getResetType

        ResetType getResetType()
         Reset type.
         
        .temporal.api.enums.v1.ResetType reset_type = 1;
        Returns:
        The resetType.
      • getResetReapplyTypeValue

        int getResetReapplyTypeValue()
         History event reapply options.
         
        .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;
        Returns:
        The enum numeric value on the wire for resetReapplyType.
      • getResetReapplyType

        ResetReapplyType getResetReapplyType()
         History event reapply options.
         
        .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;
        Returns:
        The resetReapplyType.
      • getIdentity

        java.lang.String getIdentity()
         The identity of the worker/client.
         
        string identity = 3;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client.
         
        string identity = 3;
        Returns:
        The bytes for identity.