Interface StreamSubscriptionRequestOrBuilder

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

    public interface StreamSubscriptionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getStream()
      repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
      com.google.protobuf.ByteString getStreamBytes()
      repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
      boolean hasStream()
      repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
      • 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 Detail

      • hasStream

        boolean hasStream()
        repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
         
        optional string stream = 1;
      • getStream

        String getStream()
        repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
         
        optional string stream = 1;
      • getStreamBytes

        com.google.protobuf.ByteString getStreamBytes()
        repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
         
        optional string stream = 1;