Interface CreateWorkerDeploymentVersionRequestOrBuilder

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

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

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasDeploymentVersion

      boolean hasDeploymentVersion()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
      Returns:
      Whether the deploymentVersion field is set.
    • getDeploymentVersion

      WorkerDeploymentVersion getDeploymentVersion()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
      Returns:
      The deploymentVersion.
    • getDeploymentVersionOrBuilder

      WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
    • hasComputeConfig

      boolean hasComputeConfig()
       Optional. Contains the new worker compute configuration for the Worker
       Deployment. Used for worker scale management.
       
      .temporal.api.compute.v1.ComputeConfig compute_config = 4;
      Returns:
      Whether the computeConfig field is set.
    • getComputeConfig

      ComputeConfig getComputeConfig()
       Optional. Contains the new worker compute configuration for the Worker
       Deployment. Used for worker scale management.
       
      .temporal.api.compute.v1.ComputeConfig compute_config = 4;
      Returns:
      The computeConfig.
    • getComputeConfigOrBuilder

      ComputeConfigOrBuilder getComputeConfigOrBuilder()
       Optional. Contains the new worker compute configuration for the Worker
       Deployment. Used for worker scale management.
       
      .temporal.api.compute.v1.ComputeConfig compute_config = 4;
    • getIdentity

      String getIdentity()
       Optional. The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       Optional. The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The bytes for identity.
    • getRequestId

      String getRequestId()
       A unique identifier for this create request for idempotence. Typically UUIDv4.
       If a second request with the same ID is recieved, it is considered a successful no-op.
       Retrying with a different request ID for the same deployment name + build ID is an error.
       
      string request_id = 5;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this create request for idempotence. Typically UUIDv4.
       If a second request with the same ID is recieved, it is considered a successful no-op.
       Retrying with a different request ID for the same deployment name + build ID is an error.
       
      string request_id = 5;
      Returns:
      The bytes for requestId.