Interface ConditionConnectionMessages.ConditionResponseMessageOrBuilder

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

public static interface ConditionConnectionMessages.ConditionResponseMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCapsuleList

       [DEPRECATED] The requested capsules. This field is deprecated and might be missing, field 'serializedCondition'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedCondition'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.condition.ConditionResponseMessage.CapsuleData capsule = 1;
    • getCapsule

       [DEPRECATED] The requested capsules. This field is deprecated and might be missing, field 'serializedCondition'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedCondition'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.condition.ConditionResponseMessage.CapsuleData capsule = 1;
    • getCapsuleCount

      int getCapsuleCount()
       [DEPRECATED] The requested capsules. This field is deprecated and might be missing, field 'serializedCondition'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedCondition'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.condition.ConditionResponseMessage.CapsuleData capsule = 1;
    • getCapsuleOrBuilderList

       [DEPRECATED] The requested capsules. This field is deprecated and might be missing, field 'serializedCondition'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedCondition'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.condition.ConditionResponseMessage.CapsuleData capsule = 1;
    • getCapsuleOrBuilder

       [DEPRECATED] The requested capsules. This field is deprecated and might be missing, field 'serializedCondition'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedCondition'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.condition.ConditionResponseMessage.CapsuleData capsule = 1;
    • hasCursor

      boolean hasCursor()
       The cursor for these capsules, as nanoseconds since Unix epoch. All
       capsules that start before or at the cursor are certain, and all those
       after are uncertain. If absent, all capsules are assumed to be uncertain.
       
      optional int64 cursor = 2;
      Returns:
      Whether the cursor field is set.
    • getCursor

      long getCursor()
       The cursor for these capsules, as nanoseconds since Unix epoch. All
       capsules that start before or at the cursor are certain, and all those
       after are uncertain. If absent, all capsules are assumed to be uncertain.
       
      optional int64 cursor = 2;
      Returns:
      The cursor.
    • hasHasMoreCapsules

      boolean hasHasMoreCapsules()
      optional bool hasMoreCapsules = 3 [default = false];
      Returns:
      Whether the hasMoreCapsules field is set.
    • getHasMoreCapsules

      boolean getHasMoreCapsules()
      optional bool hasMoreCapsules = 3 [default = false];
      Returns:
      The hasMoreCapsules.
    • hasErrorInfo

      boolean hasErrorInfo()
       True if the capsule list is truncated due to the request's capsule limit. For
       example, a request was received that had a capsule limit of 100, but the number
       of capsules in the results set is 120. In this case, 100 capsules will be returned
       in the capsule list and this field will be set to true, indicating that more
       capsules exist in the result set than are present in the capsule list.
       
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 4;
      Returns:
      Whether the errorInfo field is set.
    • getErrorInfo

      ErrorMessage.ErrorInfo getErrorInfo()
       True if the capsule list is truncated due to the request's capsule limit. For
       example, a request was received that had a capsule limit of 100, but the number
       of capsules in the results set is 120. In this case, 100 capsules will be returned
       in the capsule list and this field will be set to true, indicating that more
       capsules exist in the result set than are present in the capsule list.
       
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 4;
      Returns:
      The errorInfo.
    • getErrorInfoOrBuilder

      ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()
       True if the capsule list is truncated due to the request's capsule limit. For
       example, a request was received that had a capsule limit of 100, but the number
       of capsules in the results set is 120. In this case, 100 capsules will be returned
       in the capsule list and this field will be set to true, indicating that more
       capsules exist in the result set than are present in the capsule list.
       
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 4;
    • hasSerializedCondition

      boolean hasSerializedCondition()
       Capsules that were already validated and were serialized using common-serialization.
       
      optional bytes serializedCondition = 5;
      Returns:
      Whether the serializedCondition field is set.
    • getSerializedCondition

      com.google.protobuf.ByteString getSerializedCondition()
       Capsules that were already validated and were serialized using common-serialization.
       
      optional bytes serializedCondition = 5;
      Returns:
      The serializedCondition.