Interface ConditionConnectionMessages.ConditionRequestMessageOrBuilder

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

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

    • hasConditionId

      boolean hasConditionId()
       The condition's unique identifier, referred to as "dataId" in Seeq.
       
      required string conditionId = 1;
      Returns:
      Whether the conditionId field is set.
    • getConditionId

      String getConditionId()
       The condition's unique identifier, referred to as "dataId" in Seeq.
       
      required string conditionId = 1;
      Returns:
      The conditionId.
    • getConditionIdBytes

      com.google.protobuf.ByteString getConditionIdBytes()
       The condition's unique identifier, referred to as "dataId" in Seeq.
       
      required string conditionId = 1;
      Returns:
      The bytes for conditionId.
    • hasStartTime

      boolean hasStartTime()
       Request start time in nanoseconds since Unix epoch, inclusive.
       
      optional int64 startTime = 2;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      long getStartTime()
       Request start time in nanoseconds since Unix epoch, inclusive.
       
      optional int64 startTime = 2;
      Returns:
      The startTime.
    • hasEndTime

      boolean hasEndTime()
       Request end time in nanoseconds since Unix epoch, inclusive.
       
      optional int64 endTime = 3;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      long getEndTime()
       Request end time in nanoseconds since Unix epoch, inclusive.
       
      optional int64 endTime = 3;
      Returns:
      The endTime.
    • hasCapsuleLimit

      boolean hasCapsuleLimit()
       Maximum number of capsules to return.
       Default is the Java int maximum, making the request effectively unlimited.
       
      optional int32 capsuleLimit = 4 [default = 2147483647];
      Returns:
      Whether the capsuleLimit field is set.
    • getCapsuleLimit

      int getCapsuleLimit()
       Maximum number of capsules to return.
       Default is the Java int maximum, making the request effectively unlimited.
       
      optional int32 capsuleLimit = 4 [default = 2147483647];
      Returns:
      The capsuleLimit.
    • hasMaxDuration

      boolean hasMaxDuration()
       The maximum duration of the capsules in nanoseconds.
       
      optional int64 maxDuration = 5;
      Returns:
      Whether the maxDuration field is set.
    • getMaxDuration

      long getMaxDuration()
       The maximum duration of the capsules in nanoseconds.
       
      optional int64 maxDuration = 5;
      Returns:
      The maxDuration.
    • getCapsulePropertyInfoList

      repeated .com.seeq.link.messages.connector.condition.ConditionRequestMessage.CapsulePropertyInfo capsulePropertyInfo = 6;
    • getCapsulePropertyInfo

      repeated .com.seeq.link.messages.connector.condition.ConditionRequestMessage.CapsulePropertyInfo capsulePropertyInfo = 6;
    • getCapsulePropertyInfoCount

      int getCapsulePropertyInfoCount()
      repeated .com.seeq.link.messages.connector.condition.ConditionRequestMessage.CapsulePropertyInfo capsulePropertyInfo = 6;
    • getCapsulePropertyInfoOrBuilderList

      repeated .com.seeq.link.messages.connector.condition.ConditionRequestMessage.CapsulePropertyInfo capsulePropertyInfo = 6;
    • getCapsulePropertyInfoOrBuilder

      repeated .com.seeq.link.messages.connector.condition.ConditionRequestMessage.CapsulePropertyInfo capsulePropertyInfo = 6;
    • hasAcceptsSerializedCondition

      boolean hasAcceptsSerializedCondition()
       [DEPRECATED] Indicates that response messages with data in the 'serializedCondition' field are accepted.
       This is used for compatibility of newer agents with old datasource-proxies that don't support serialized data,
       a situation that can happen during upgrades.
       This can be removed when datasource-proxy can be assumed to accept serialized data.
       
      optional bool acceptsSerializedCondition = 7;
      Returns:
      Whether the acceptsSerializedCondition field is set.
    • getAcceptsSerializedCondition

      boolean getAcceptsSerializedCondition()
       [DEPRECATED] Indicates that response messages with data in the 'serializedCondition' field are accepted.
       This is used for compatibility of newer agents with old datasource-proxies that don't support serialized data,
       a situation that can happen during upgrades.
       This can be removed when datasource-proxy can be assumed to accept serialized data.
       
      optional bool acceptsSerializedCondition = 7;
      Returns:
      The acceptsSerializedCondition.