Interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListWorkerDeploymentsResponse.WorkerDeploymentSummary, ListWorkerDeploymentsResponse.WorkerDeploymentSummary.Builder
Enclosing class:
ListWorkerDeploymentsResponse

public static interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      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

       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

       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

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

       Summary of the current version of the Worker Deployment.
       
      .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
    • 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

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

       Summary of the ramping version of the Worker Deployment.
       
      .temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;