io.temporal.api.update.v1.UpdateRefOrBuilder 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:UpdateRefOrBuilder.java.pb.meta")
public interface UpdateRefOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.update.v1.UpdateRef)
com.google.protobuf.MessageOrBuilder {
/**
* .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
* @return Whether the workflowExecution field is set.
*/
boolean hasWorkflowExecution();
/**
* .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
* @return The workflowExecution.
*/
io.temporal.api.common.v1.WorkflowExecution getWorkflowExecution();
/**
* .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
*/
io.temporal.api.common.v1.WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder();
/**
* string update_id = 2;
* @return The updateId.
*/
java.lang.String getUpdateId();
/**
* string update_id = 2;
* @return The bytes for updateId.
*/
com.google.protobuf.ByteString
getUpdateIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy