Interface DeploymentListInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      .google.protobuf.Timestamp create_time = 2;
      Deployment getDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 1;
      DeploymentOrBuilder getDeploymentOrBuilder()
      .temporal.api.deployment.v1.Deployment deployment = 1;
      boolean getIsCurrent()
      If this deployment is the current deployment of its deployment series.
      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      boolean hasDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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;
      • getIsCurrent

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