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

io.temporal.api.workflow.v1.ResetPointInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflow/v1/message.proto

package io.temporal.api.workflow.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:ResetPointInfoOrBuilder.java.pb.meta")
public interface ResetPointInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflow.v1.ResetPointInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A worker binary version identifier, will be deprecated and superseded by a newer concept of
   * build_id.
   * 
* * string binary_checksum = 1; * @return The binaryChecksum. */ java.lang.String getBinaryChecksum(); /** *
   * A worker binary version identifier, will be deprecated and superseded by a newer concept of
   * build_id.
   * 
* * string binary_checksum = 1; * @return The bytes for binaryChecksum. */ com.google.protobuf.ByteString getBinaryChecksumBytes(); /** *
   * The first run ID in the execution chain that was touched by this worker build.
   * 
* * string run_id = 2; * @return The runId. */ java.lang.String getRunId(); /** *
   * The first run ID in the execution chain that was touched by this worker build.
   * 
* * string run_id = 2; * @return The bytes for runId. */ com.google.protobuf.ByteString getRunIdBytes(); /** *
   * Event ID of the first WorkflowTaskCompleted event processed by this worker build.
   * 
* * int64 first_workflow_task_completed_id = 3; * @return The firstWorkflowTaskCompletedId. */ long getFirstWorkflowTaskCompletedId(); /** * .google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * .google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * .google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** *
   * (-- api-linter: core::0214::resource-expiry=disabled
   *     aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --)
   * The time that the run is deleted due to retention.
   * 
* * .google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true]; * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** *
   * (-- api-linter: core::0214::resource-expiry=disabled
   *     aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --)
   * The time that the run is deleted due to retention.
   * 
* * .google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true]; * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** *
   * (-- api-linter: core::0214::resource-expiry=disabled
   *     aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --)
   * The time that the run is deleted due to retention.
   * 
* * .google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true]; */ com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); /** *
   * false if the reset point has pending childWFs/reqCancels/signalExternals.
   * 
* * bool resettable = 6; * @return The resettable. */ boolean getResettable(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy