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 Type
    Method
    Description
    string business_id = 2;
    com.google.protobuf.ByteString
    string business_id = 2;
    string run_id = 3;
    com.google.protobuf.ByteString
    string run_id = 3;
    .temporal.api.enums.v1.ExecutionType type = 1;
    int
    .temporal.api.enums.v1.ExecutionType type = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      ExecutionType getType()
      .temporal.api.enums.v1.ExecutionType type = 1;
      Returns:
      The type.
    • getBusinessId

      String getBusinessId()
      string business_id = 2;
      Returns:
      The businessId.
    • getBusinessIdBytes

      com.google.protobuf.ByteString getBusinessIdBytes()
      string business_id = 2;
      Returns:
      The bytes for businessId.
    • getRunId

      String getRunId()
      string run_id = 3;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
      string run_id = 3;
      Returns:
      The bytes for runId.