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 TypeMethodDescriptionThe underlying transport socket being wrapped.The underlying transport socket being wrapped.com.google.protobuf.DurationPeriod to update stats while the connection is open.com.google.protobuf.DurationOrBuilderPeriod to update stats while the connection is open.booleanThe underlying transport socket being wrapped.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
-
hasTransportSocket
boolean hasTransportSocket()The underlying transport socket being wrapped.
.envoy.config.core.v3.TransportSocket transport_socket = 1 [(.validate.rules) = { ... }- Returns:
- Whether the transportSocket field is set.
-
getTransportSocket
TransportSocket getTransportSocket()The underlying transport socket being wrapped.
.envoy.config.core.v3.TransportSocket transport_socket = 1 [(.validate.rules) = { ... }- Returns:
- The transportSocket.
-
getTransportSocketOrBuilder
TransportSocketOrBuilder getTransportSocketOrBuilder()The underlying transport socket being wrapped.
.envoy.config.core.v3.TransportSocket transport_socket = 1 [(.validate.rules) = { ... } -
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) = { ... }
-