Interface GetDeploymentReachabilityResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DeploymentInfo getDeploymentInfo()
      .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
      DeploymentInfoOrBuilder getDeploymentInfoOrBuilder()
      .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
      com.google.protobuf.Timestamp getLastUpdateTime()
      Reachability level might come from server cache.
      com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
      Reachability level might come from server cache.
      DeploymentReachability getReachability()
      .temporal.api.enums.v1.DeploymentReachability reachability = 2;
      int getReachabilityValue()
      .temporal.api.enums.v1.DeploymentReachability reachability = 2;
      boolean hasDeploymentInfo()
      .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
      boolean hasLastUpdateTime()
      Reachability level might come from server cache.
      • 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

      • hasDeploymentInfo

        boolean hasDeploymentInfo()
        .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
        Returns:
        Whether the deploymentInfo field is set.
      • getDeploymentInfo

        DeploymentInfo getDeploymentInfo()
        .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
        Returns:
        The deploymentInfo.
      • getDeploymentInfoOrBuilder

        DeploymentInfoOrBuilder getDeploymentInfoOrBuilder()
        .temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
      • getReachabilityValue

        int getReachabilityValue()
        .temporal.api.enums.v1.DeploymentReachability reachability = 2;
        Returns:
        The enum numeric value on the wire for reachability.
      • getReachability

        DeploymentReachability getReachability()
        .temporal.api.enums.v1.DeploymentReachability reachability = 2;
        Returns:
        The reachability.
      • hasLastUpdateTime

        boolean hasLastUpdateTime()
         Reachability level might come from server cache. This timestamp specifies when the value
         was actually calculated.
         
        .google.protobuf.Timestamp last_update_time = 3;
        Returns:
        Whether the lastUpdateTime field is set.
      • getLastUpdateTime

        com.google.protobuf.Timestamp getLastUpdateTime()
         Reachability level might come from server cache. This timestamp specifies when the value
         was actually calculated.
         
        .google.protobuf.Timestamp last_update_time = 3;
        Returns:
        The lastUpdateTime.
      • getLastUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
         Reachability level might come from server cache. This timestamp specifies when the value
         was actually calculated.
         
        .google.protobuf.Timestamp last_update_time = 3;