Interface SignalConnectionMessages.SignalResponseMessageOrBuilder

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

public static interface SignalConnectionMessages.SignalResponseMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSampleList

       [DEPRECATED] The requested samples. This field is deprecated and might be missing, field 'serializedSignal'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedSignal'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.signal.SignalResponseMessage.SampleData sample = 1;
    • getSample

       [DEPRECATED] The requested samples. This field is deprecated and might be missing, field 'serializedSignal'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedSignal'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.signal.SignalResponseMessage.SampleData sample = 1;
    • getSampleCount

      int getSampleCount()
       [DEPRECATED] The requested samples. This field is deprecated and might be missing, field 'serializedSignal'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedSignal'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.signal.SignalResponseMessage.SampleData sample = 1;
    • getSampleOrBuilderList

       [DEPRECATED] The requested samples. This field is deprecated and might be missing, field 'serializedSignal'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedSignal'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.signal.SignalResponseMessage.SampleData sample = 1;
    • getSampleOrBuilder

       [DEPRECATED] The requested samples. This field is deprecated and might be missing, field 'serializedSignal'
       should be preferred when present. This can be removed when all compatible Agents use 'serializedSignal'.
       We don't use [deprecated = true] because this causes warnings in generated code and consequent build failures.
       
      repeated .com.seeq.link.messages.connector.signal.SignalResponseMessage.SampleData sample = 1;
    • hasHasMoreSamples

      boolean hasHasMoreSamples()
       True if the samples list is truncated due to the request's sample limit. For
       example, a request was received that had a sample limit of 100, but the number
       of samples in the results set is 120. In this case, 100 samples will be returned
       in the samples list and this field will be set to true, indicating that more
       samples exist in the result set than are present in the samples list.
       
      optional bool hasMoreSamples = 2 [default = false];
      Returns:
      Whether the hasMoreSamples field is set.
    • getHasMoreSamples

      boolean getHasMoreSamples()
       True if the samples list is truncated due to the request's sample limit. For
       example, a request was received that had a sample limit of 100, but the number
       of samples in the results set is 120. In this case, 100 samples will be returned
       in the samples list and this field will be set to true, indicating that more
       samples exist in the result set than are present in the samples list.
       
      optional bool hasMoreSamples = 2 [default = false];
      Returns:
      The hasMoreSamples.
    • hasErrorInfo

      boolean hasErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 3;
      Returns:
      Whether the errorInfo field is set.
    • getErrorInfo

      ErrorMessage.ErrorInfo getErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 3;
      Returns:
      The errorInfo.
    • getErrorInfoOrBuilder

      ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 3;
    • hasCursor

      boolean hasCursor()
       The cursor for these samples, as nanoseconds since Unix epoch. All
       samples at or before the cursor are certain, and all those after are
       uncertain. If absent, additional requests will be made to infer the cursor.
       
      optional int64 cursor = 4;
      Returns:
      Whether the cursor field is set.
    • getCursor

      long getCursor()
       The cursor for these samples, as nanoseconds since Unix epoch. All
       samples at or before the cursor are certain, and all those after are
       uncertain. If absent, additional requests will be made to infer the cursor.
       
      optional int64 cursor = 4;
      Returns:
      The cursor.
    • hasSerializedSignal

      boolean hasSerializedSignal()
       Samples that were already validated and were serialized using common-serialization.
       
      optional bytes serializedSignal = 5;
      Returns:
      Whether the serializedSignal field is set.
    • getSerializedSignal

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