Interface ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder.java.pb.meta") public interface ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder 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;
    • getComputeConfigScalingGroupsCount

      int getComputeConfigScalingGroupsCount()
       Optional. Contains the compute config scaling groups to add or update for the Worker
       Deployment.
       
      map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
    • containsComputeConfigScalingGroups

      boolean containsComputeConfigScalingGroups(String key)
       Optional. Contains the compute config scaling groups to add or update for the Worker
       Deployment.
       
      map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
    • getComputeConfigScalingGroups

      @Deprecated Map<String,ComputeConfigScalingGroupUpdate> getComputeConfigScalingGroups()
      Deprecated.
    • getComputeConfigScalingGroupsMap

      Map<String,ComputeConfigScalingGroupUpdate> getComputeConfigScalingGroupsMap()
       Optional. Contains the compute config scaling groups to add or update for the Worker
       Deployment.
       
      map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
    • getComputeConfigScalingGroupsOrDefault

      ComputeConfigScalingGroupUpdate getComputeConfigScalingGroupsOrDefault(String key, ComputeConfigScalingGroupUpdate defaultValue)
       Optional. Contains the compute config scaling groups to add or update for the Worker
       Deployment.
       
      map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
    • getComputeConfigScalingGroupsOrThrow

      ComputeConfigScalingGroupUpdate getComputeConfigScalingGroupsOrThrow(String key)
       Optional. Contains the compute config scaling groups to add or update for the Worker
       Deployment.
       
      map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
    • getRemoveComputeConfigScalingGroupsList

      List<String> getRemoveComputeConfigScalingGroupsList()
       Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
       
      repeated string remove_compute_config_scaling_groups = 7;
      Returns:
      A list containing the removeComputeConfigScalingGroups.
    • getRemoveComputeConfigScalingGroupsCount

      int getRemoveComputeConfigScalingGroupsCount()
       Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
       
      repeated string remove_compute_config_scaling_groups = 7;
      Returns:
      The count of removeComputeConfigScalingGroups.
    • getRemoveComputeConfigScalingGroups

      String getRemoveComputeConfigScalingGroups(int index)
       Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
       
      repeated string remove_compute_config_scaling_groups = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The removeComputeConfigScalingGroups at the given index.
    • getRemoveComputeConfigScalingGroupsBytes

      com.google.protobuf.ByteString getRemoveComputeConfigScalingGroupsBytes(int index)
       Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
       
      repeated string remove_compute_config_scaling_groups = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the removeComputeConfigScalingGroups at the given index.
    • 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.