Interface UpdateRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateRef,UpdateRef.Builder
@Generated(value="protoc",
comments="annotations:UpdateRefOrBuilder.java.pb.meta")
public interface UpdateRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring update_id = 2;com.google.protobuf.ByteStringstring update_id = 2;.temporal.api.common.v1.WorkflowExecution workflow_execution = 1;.temporal.api.common.v1.WorkflowExecution workflow_execution = 1;boolean.temporal.api.common.v1.WorkflowExecution workflow_execution = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWorkflowExecution
boolean hasWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 1;- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
WorkflowExecution getWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 1;- Returns:
- The workflowExecution.
-
getWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 1; -
getUpdateId
-
getUpdateIdBytes
com.google.protobuf.ByteString getUpdateIdBytes()string update_id = 2;- Returns:
- The bytes for updateId.
-