io.temporal.api.update.v1.WaitPolicyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/update/v1/message.proto
package io.temporal.api.update.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:WaitPolicyOrBuilder.java.pb.meta")
public interface WaitPolicyOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.update.v1.WaitPolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
* Indicates the update lifecycle stage that the gRPC call should wait for
* before returning.
*
*
* .temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage lifecycle_stage = 1;
* @return The enum numeric value on the wire for lifecycleStage.
*/
int getLifecycleStageValue();
/**
*
* Indicates the update lifecycle stage that the gRPC call should wait for
* before returning.
*
*
* .temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage lifecycle_stage = 1;
* @return The lifecycleStage.
*/
io.temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage getLifecycleStage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy