Interface DeploymentInfoOrBuilder

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

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

    • hasDeployment

      boolean hasDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 1;
      Returns:
      Whether the deployment field is set.
    • getDeployment

      Deployment getDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 1;
      Returns:
      The deployment.
    • getDeploymentOrBuilder

      DeploymentOrBuilder getDeploymentOrBuilder()
      .temporal.api.deployment.v1.Deployment deployment = 1;
    • 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;
    • getTaskQueueInfosList

      List<DeploymentInfo.TaskQueueInfo> getTaskQueueInfosList()
      repeated .temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo task_queue_infos = 3;
    • getTaskQueueInfos

      DeploymentInfo.TaskQueueInfo getTaskQueueInfos(int index)
      repeated .temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo task_queue_infos = 3;
    • getTaskQueueInfosCount

      int getTaskQueueInfosCount()
      repeated .temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo task_queue_infos = 3;
    • getTaskQueueInfosOrBuilderList

      List<? extends DeploymentInfo.TaskQueueInfoOrBuilder> getTaskQueueInfosOrBuilderList()
      repeated .temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo task_queue_infos = 3;
    • getTaskQueueInfosOrBuilder

      DeploymentInfo.TaskQueueInfoOrBuilder getTaskQueueInfosOrBuilder(int index)
      repeated .temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo task_queue_infos = 3;
    • getMetadataCount

      int getMetadataCount()
       A user-defined set of key-values. Can be updated as part of write operations to the
       deployment, such as `SetCurrentDeployment`.
       
      map<string, .temporal.api.common.v1.Payload> metadata = 4;
    • containsMetadata

      boolean containsMetadata(String key)
       A user-defined set of key-values. Can be updated as part of write operations to the
       deployment, such as `SetCurrentDeployment`.
       
      map<string, .temporal.api.common.v1.Payload> metadata = 4;
    • getMetadata

      @Deprecated Map<String,Payload> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,Payload> getMetadataMap()
       A user-defined set of key-values. Can be updated as part of write operations to the
       deployment, such as `SetCurrentDeployment`.
       
      map<string, .temporal.api.common.v1.Payload> metadata = 4;
    • getMetadataOrDefault

      Payload getMetadataOrDefault(String key, Payload defaultValue)
       A user-defined set of key-values. Can be updated as part of write operations to the
       deployment, such as `SetCurrentDeployment`.
       
      map<string, .temporal.api.common.v1.Payload> metadata = 4;
    • getMetadataOrThrow

      Payload getMetadataOrThrow(String key)
       A user-defined set of key-values. Can be updated as part of write operations to the
       deployment, such as `SetCurrentDeployment`.
       
      map<string, .temporal.api.common.v1.Payload> metadata = 4;
    • getIsCurrent

      boolean getIsCurrent()
       If this deployment is the current deployment of its deployment series.
       
      bool is_current = 5;
      Returns:
      The isCurrent.