Interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasCreateTime

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

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

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

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

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

        RoutingConfigOrBuilder getRoutingConfigOrBuilder()
        .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
      • hasLatestVersionSummary

        boolean hasLatestVersionSummary()
         Summary of the version that was added most recently in the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
        Returns:
        Whether the latestVersionSummary field is set.
      • getLatestVersionSummary

        WorkerDeploymentInfo.WorkerDeploymentVersionSummary getLatestVersionSummary()
         Summary of the version that was added most recently in the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
        Returns:
        The latestVersionSummary.
      • getLatestVersionSummaryOrBuilder

        WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder getLatestVersionSummaryOrBuilder()
         Summary of the version that was added most recently in the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
      • hasCurrentVersionSummary

        boolean hasCurrentVersionSummary()
         Summary of the current version of the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
        Returns:
        Whether the currentVersionSummary field is set.
      • getCurrentVersionSummary

        WorkerDeploymentInfo.WorkerDeploymentVersionSummary getCurrentVersionSummary()
         Summary of the current version of the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
        Returns:
        The currentVersionSummary.
      • hasRampingVersionSummary

        boolean hasRampingVersionSummary()
         Summary of the ramping version of the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;
        Returns:
        Whether the rampingVersionSummary field is set.
      • getRampingVersionSummary

        WorkerDeploymentInfo.WorkerDeploymentVersionSummary getRampingVersionSummary()
         Summary of the ramping version of the Worker Deployment.
         
        .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;
        Returns:
        The rampingVersionSummary.