Interface Telemetry.SubscriptionAdditionalConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.SubscriptionAdditionalConfig
,Telemetry.SubscriptionAdditionalConfig.Builder
- Enclosing class:
- Telemetry
public static interface Telemetry.SubscriptionAdditionalConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLimitRecords()
limit the number of records sent in the streamint
getLimitTimeSeconds()
limit the time the stream remains openboolean
getNeedEos()
EOS needed for this subscription? This feature is not implemented currently.-
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;
-
-