Interface SubscriptionFilterOrBuilder

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

@Generated public interface SubscriptionFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Match the PQ whose (owner, name) equals this pair.
    Match the PQ whose (owner, name) equals this pair.
    long
    Match the PQ whose serial equals this value.
    boolean
    Match the PQ whose (owner, name) equals this pair.
    boolean
    Match the PQ whose serial equals this value.

    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 Details

    • hasSerial

      boolean hasSerial()
       Match the PQ whose serial equals this value.
       
      int64 serial = 1;
      Returns:
      Whether the serial field is set.
    • getSerial

      long getSerial()
       Match the PQ whose serial equals this value.
       
      int64 serial = 1;
      Returns:
      The serial.
    • hasOwnerAndName

      boolean hasOwnerAndName()
       Match the PQ whose (owner, name) equals this pair.
       
      .io.deephaven.proto.controller.SubscriptionFilter.OwnerAndName ownerAndName = 2;
      Returns:
      Whether the ownerAndName field is set.
    • getOwnerAndName

       Match the PQ whose (owner, name) equals this pair.
       
      .io.deephaven.proto.controller.SubscriptionFilter.OwnerAndName ownerAndName = 2;
      Returns:
      The ownerAndName.
    • getOwnerAndNameOrBuilder

      SubscriptionFilter.OwnerAndNameOrBuilder getOwnerAndNameOrBuilder()
       Match the PQ whose (owner, name) equals this pair.
       
      .io.deephaven.proto.controller.SubscriptionFilter.OwnerAndName ownerAndName = 2;
    • getMatchCase