All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.update.v1.WaitPolicyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// 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