public static interface Telemetry.SubscriptionAdditionalConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getLimitRecords()
limit the number of records sent in the stream
int32 limit_records = 1;
int getLimitTimeSeconds()
limit the time the stream remains open
int32 limit_time_seconds = 2;
boolean getNeedEos()
EOS needed for this subscription? This feature is not implemented currently.
bool need_eos = 3;
Copyright © 2021. All rights reserved.