Interface Telemetry.SubscriptionAdditionalConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLimitRecords()
      limit the number of records sent in the stream
      int getLimitTimeSeconds()
      limit the time the stream remains open
      boolean getNeedEos()
      EOS needed for this subscription? This feature is not implemented currently.
      • 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

      • getLimitRecords

        int getLimitRecords()
         limit the number of records sent in the stream
         
        int32 limit_records = 1;
      • getLimitTimeSeconds

        int getLimitTimeSeconds()
         limit the time the stream remains open
         
        int32 limit_time_seconds = 2;
      • getNeedEos

        boolean getNeedEos()
         EOS needed for this subscription?
         This feature is not implemented currently.
         
        bool need_eos = 3;