Package io.deephaven.proto.controller
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 TypeMethodDescriptionMatch the PQ whose (owner, name) equals this pair.Match the PQ whose (owner, name) equals this pair.longMatch the PQ whose serial equals this value.booleanMatch the PQ whose (owner, name) equals this pair.booleanMatch the PQ whose serial equals this value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
SubscriptionFilter.OwnerAndName 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
SubscriptionFilter.MatchCase getMatchCase()
-