Interface ExecutionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution,Execution.Builder
@Generated(value="protoc",
comments="annotations:ExecutionOrBuilder.java.pb.meta")
public interface ExecutionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring business_id = 2;com.google.protobuf.ByteStringstring business_id = 2;getRunId()string run_id = 3;com.google.protobuf.ByteStringstring run_id = 3;getType().temporal.api.enums.v1.ExecutionType type = 1;int.temporal.api.enums.v1.ExecutionType type = 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
-
getTypeValue
int getTypeValue().temporal.api.enums.v1.ExecutionType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
-
getBusinessId
-
getBusinessIdBytes
com.google.protobuf.ByteString getBusinessIdBytes()string business_id = 2;- Returns:
- The bytes for businessId.
-
getRunId
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()string run_id = 3;- Returns:
- The bytes for runId.
-