Interface ReloadConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReloadConfig,ReloadConfig.Builder
public interface ReloadConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBackoff strategy for the VM failure reload.Backoff strategy for the VM failure reload.booleanBackoff strategy for the VM failure reload.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
-
hasBackoff
boolean hasBackoff()Backoff strategy for the VM failure reload. If not specified, the default 1s base interval will be applied.
.envoy.config.core.v3.BackoffStrategy backoff = 1;- Returns:
- Whether the backoff field is set.
-
getBackoff
BackoffStrategy getBackoff()Backoff strategy for the VM failure reload. If not specified, the default 1s base interval will be applied.
.envoy.config.core.v3.BackoffStrategy backoff = 1;- Returns:
- The backoff.
-
getBackoffOrBuilder
BackoffStrategyOrBuilder getBackoffOrBuilder()Backoff strategy for the VM failure reload. If not specified, the default 1s base interval will be applied.
.envoy.config.core.v3.BackoffStrategy backoff = 1;
-