Interface InitialCommitCursorRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getPartition()
      The partition for which to manage committed cursors.
      String getSubscription()
      The subscription for which to manage committed cursors.
      com.google.protobuf.ByteString getSubscriptionBytes()
      The subscription for which to manage committed cursors.
      • 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

      • getSubscription

        String getSubscription()
         The subscription for which to manage committed cursors.
         
        string subscription = 1;
        Returns:
        The subscription.
      • getSubscriptionBytes

        com.google.protobuf.ByteString getSubscriptionBytes()
         The subscription for which to manage committed cursors.
         
        string subscription = 1;
        Returns:
        The bytes for subscription.
      • getPartition

        long getPartition()
         The partition for which to manage committed cursors. Partitions are zero
         indexed, so `partition` must be in the range [0, topic.num_partitions).
         
        int64 partition = 2;
        Returns:
        The partition.