io.temporal.api.batch.v1.BatchOperationResetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/batch/v1/message.proto
package io.temporal.api.batch.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:BatchOperationResetOrBuilder.java.pb.meta")
public interface BatchOperationResetOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.batch.v1.BatchOperationReset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Reset type.
*
*
* .temporal.api.enums.v1.ResetType reset_type = 1;
* @return The enum numeric value on the wire for resetType.
*/
int getResetTypeValue();
/**
*
* Reset type.
*
*
* .temporal.api.enums.v1.ResetType reset_type = 1;
* @return The resetType.
*/
io.temporal.api.enums.v1.ResetType getResetType();
/**
*
* History event reapply options.
*
*
* .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;
* @return The enum numeric value on the wire for resetReapplyType.
*/
int getResetReapplyTypeValue();
/**
*
* History event reapply options.
*
*
* .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;
* @return The resetReapplyType.
*/
io.temporal.api.enums.v1.ResetReapplyType getResetReapplyType();
/**
*
* The identity of the worker/client.
*
*
* string identity = 3;
* @return The identity.
*/
java.lang.String getIdentity();
/**
*
* The identity of the worker/client.
*
*
* string identity = 3;
* @return The bytes for identity.
*/
com.google.protobuf.ByteString
getIdentityBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy