Interface SetCurrentDeploymentResponseOrBuilder

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

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

      • hasCurrentDeploymentInfo

        boolean hasCurrentDeploymentInfo()
        .temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
        Returns:
        Whether the currentDeploymentInfo field is set.
      • getCurrentDeploymentInfo

        DeploymentInfo getCurrentDeploymentInfo()
        .temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
        Returns:
        The currentDeploymentInfo.
      • getCurrentDeploymentInfoOrBuilder

        DeploymentInfoOrBuilder getCurrentDeploymentInfoOrBuilder()
        .temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
      • hasPreviousDeploymentInfo

        boolean hasPreviousDeploymentInfo()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
        Returns:
        Whether the previousDeploymentInfo field is set.
      • getPreviousDeploymentInfo

        DeploymentInfo getPreviousDeploymentInfo()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
        Returns:
        The previousDeploymentInfo.
      • getPreviousDeploymentInfoOrBuilder

        DeploymentInfoOrBuilder getPreviousDeploymentInfoOrBuilder()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;