Interface WorkerDeploymentOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkerDeploymentOptions, WorkerDeploymentOptions.Builder

@Generated(value="protoc", comments="annotations:WorkerDeploymentOptionsOrBuilder.java.pb.meta") public interface WorkerDeploymentOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The Build ID of the worker.
    com.google.protobuf.ByteString
    The Build ID of the worker.
    Required when `worker_versioning_mode==VERSIONED`.
    com.google.protobuf.ByteString
    Required when `worker_versioning_mode==VERSIONED`.
    Required.
    int
    Required.

    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

    • getDeploymentName

      String getDeploymentName()
       Required when `worker_versioning_mode==VERSIONED`.
       
      string deployment_name = 1;
      Returns:
      The deploymentName.
    • getDeploymentNameBytes

      com.google.protobuf.ByteString getDeploymentNameBytes()
       Required when `worker_versioning_mode==VERSIONED`.
       
      string deployment_name = 1;
      Returns:
      The bytes for deploymentName.
    • getBuildId

      String getBuildId()
       The Build ID of the worker. Required when `worker_versioning_mode==VERSIONED`, in which case,
       the worker will be part of a Deployment Version.
       
      string build_id = 2;
      Returns:
      The buildId.
    • getBuildIdBytes

      com.google.protobuf.ByteString getBuildIdBytes()
       The Build ID of the worker. Required when `worker_versioning_mode==VERSIONED`, in which case,
       the worker will be part of a Deployment Version.
       
      string build_id = 2;
      Returns:
      The bytes for buildId.
    • getWorkerVersioningModeValue

      int getWorkerVersioningModeValue()
       Required. Versioning Mode for this worker. Must be the same for all workers with the
       same `deployment_name` and `build_id` combination, across all Task Queues.
       When `worker_versioning_mode==VERSIONED`, the worker will be part of a Deployment Version.
       
      .temporal.api.enums.v1.WorkerVersioningMode worker_versioning_mode = 3;
      Returns:
      The enum numeric value on the wire for workerVersioningMode.
    • getWorkerVersioningMode

      WorkerVersioningMode getWorkerVersioningMode()
       Required. Versioning Mode for this worker. Must be the same for all workers with the
       same `deployment_name` and `build_id` combination, across all Task Queues.
       When `worker_versioning_mode==VERSIONED`, the worker will be part of a Deployment Version.
       
      .temporal.api.enums.v1.WorkerVersioningMode worker_versioning_mode = 3;
      Returns:
      The workerVersioningMode.