Interface WorkerDeploymentInfoOrBuilder

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

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

    • getName

      String getName()
       Identifies a Worker Deployment. Must be unique within the namespace.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifies a Worker Deployment. Must be unique within the namespace.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getVersionSummariesList

       Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be
       cleaned up automatically if all the following conditions meet:
       - It does not receive new executions (is not current or ramping)
       - It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
       - It is drained (see WorkerDeploymentVersionInfo.drainage_status)
       
      repeated .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary version_summaries = 2;
    • getVersionSummaries

       Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be
       cleaned up automatically if all the following conditions meet:
       - It does not receive new executions (is not current or ramping)
       - It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
       - It is drained (see WorkerDeploymentVersionInfo.drainage_status)
       
      repeated .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary version_summaries = 2;
    • getVersionSummariesCount

      int getVersionSummariesCount()
       Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be
       cleaned up automatically if all the following conditions meet:
       - It does not receive new executions (is not current or ramping)
       - It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
       - It is drained (see WorkerDeploymentVersionInfo.drainage_status)
       
      repeated .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary version_summaries = 2;
    • getVersionSummariesOrBuilderList

      List<? extends WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder> getVersionSummariesOrBuilderList()
       Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be
       cleaned up automatically if all the following conditions meet:
       - It does not receive new executions (is not current or ramping)
       - It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
       - It is drained (see WorkerDeploymentVersionInfo.drainage_status)
       
      repeated .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary version_summaries = 2;
    • getVersionSummariesOrBuilder

      WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder getVersionSummariesOrBuilder(int index)
       Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be
       cleaned up automatically if all the following conditions meet:
       - It does not receive new executions (is not current or ramping)
       - It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
       - It is drained (see WorkerDeploymentVersionInfo.drainage_status)
       
      repeated .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary version_summaries = 2;
    • hasCreateTime

      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 3;
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      com.google.protobuf.Timestamp getCreateTime()
      .google.protobuf.Timestamp create_time = 3;
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      .google.protobuf.Timestamp create_time = 3;
    • hasRoutingConfig

      boolean hasRoutingConfig()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 4;
      Returns:
      Whether the routingConfig field is set.
    • getRoutingConfig

      RoutingConfig getRoutingConfig()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 4;
      Returns:
      The routingConfig.
    • getRoutingConfigOrBuilder

      RoutingConfigOrBuilder getRoutingConfigOrBuilder()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 4;
    • getLastModifierIdentity

      String getLastModifierIdentity()
       Identity of the last client who modified the configuration of this Deployment. Set to the
       `identity` value sent by APIs such as `SetWorkerDeploymentCurrentVersion` and
       `SetWorkerDeploymentRampingVersion`.
       
      string last_modifier_identity = 5;
      Returns:
      The lastModifierIdentity.
    • getLastModifierIdentityBytes

      com.google.protobuf.ByteString getLastModifierIdentityBytes()
       Identity of the last client who modified the configuration of this Deployment. Set to the
       `identity` value sent by APIs such as `SetWorkerDeploymentCurrentVersion` and
       `SetWorkerDeploymentRampingVersion`.
       
      string last_modifier_identity = 5;
      Returns:
      The bytes for lastModifierIdentity.
    • getManagerIdentity

      String getManagerIdentity()
       Identity of the client that has the exclusive right to make changes to this Worker Deployment.
       Empty by default.
       If this is set, clients whose identity does not match `manager_identity` will not be able to make changes
       to this Worker Deployment. They can either set their own identity as the manager or unset the field to proceed.
       
      string manager_identity = 6;
      Returns:
      The managerIdentity.
    • getManagerIdentityBytes

      com.google.protobuf.ByteString getManagerIdentityBytes()
       Identity of the client that has the exclusive right to make changes to this Worker Deployment.
       Empty by default.
       If this is set, clients whose identity does not match `manager_identity` will not be able to make changes
       to this Worker Deployment. They can either set their own identity as the manager or unset the field to proceed.
       
      string manager_identity = 6;
      Returns:
      The bytes for managerIdentity.
    • getRoutingConfigUpdateStateValue

      int getRoutingConfigUpdateStateValue()
       Indicates whether the routing_config has been fully propagated to all
       relevant task queues and their partitions.
       
      .temporal.api.enums.v1.RoutingConfigUpdateState routing_config_update_state = 7;
      Returns:
      The enum numeric value on the wire for routingConfigUpdateState.
    • getRoutingConfigUpdateState

      RoutingConfigUpdateState getRoutingConfigUpdateState()
       Indicates whether the routing_config has been fully propagated to all
       relevant task queues and their partitions.
       
      .temporal.api.enums.v1.RoutingConfigUpdateState routing_config_update_state = 7;
      Returns:
      The routingConfigUpdateState.