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 Detail

      • getName

        java.lang.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

        java.util.List<WorkerDeploymentInfo.WorkerDeploymentVersionSummary> 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

        WorkerDeploymentInfo.WorkerDeploymentVersionSummary getVersionSummaries​(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;
      • 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

        java.util.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

        java.lang.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

        java.lang.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.