Interface ConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationPeriod to update stats while the connection is open.com.google.protobuf.DurationOrBuilderPeriod to update stats while the connection is open.booleanPeriod to update stats while the connection is open.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUpdatePeriod
boolean hasUpdatePeriod()Period to update stats while the connection is open. If unset, updates only happen when the connection is closed. Stats are always updated one final time when the connection is closed.
.google.protobuf.Duration update_period = 2 [(.validate.rules) = { ... }- Returns:
- Whether the updatePeriod field is set.
-
getUpdatePeriod
com.google.protobuf.Duration getUpdatePeriod()Period to update stats while the connection is open. If unset, updates only happen when the connection is closed. Stats are always updated one final time when the connection is closed.
.google.protobuf.Duration update_period = 2 [(.validate.rules) = { ... }- Returns:
- The updatePeriod.
-
getUpdatePeriodOrBuilder
com.google.protobuf.DurationOrBuilder getUpdatePeriodOrBuilder()Period to update stats while the connection is open. If unset, updates only happen when the connection is closed. Stats are always updated one final time when the connection is closed.
.google.protobuf.Duration update_period = 2 [(.validate.rules) = { ... }
-