Interface Watchdog.WatchdogActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Watchdog.WatchdogAction,Watchdog.WatchdogAction.Builder
- Enclosing class:
- Watchdog
public static interface Watchdog.WatchdogActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedExtensionConfiggetConfig()Extension specific configuration for the action.TypedExtensionConfigOrBuildergetConfigOrBuilder()Extension specific configuration for the action.Watchdog.WatchdogAction.WatchdogEventgetEvent().envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ... }intgetEventValue().envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ... }booleanhasConfig()Extension specific configuration for the action.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfig
boolean hasConfig()
Extension specific configuration for the action.
.envoy.config.core.v3.TypedExtensionConfig config = 1;- Returns:
- Whether the config field is set.
-
getConfig
TypedExtensionConfig getConfig()
Extension specific configuration for the action.
.envoy.config.core.v3.TypedExtensionConfig config = 1;- Returns:
- The config.
-
getConfigOrBuilder
TypedExtensionConfigOrBuilder getConfigOrBuilder()
Extension specific configuration for the action.
.envoy.config.core.v3.TypedExtensionConfig config = 1;
-
getEventValue
int getEventValue()
.envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ... }- Returns:
- The enum numeric value on the wire for event.
-
getEvent
Watchdog.WatchdogAction.WatchdogEvent getEvent()
.envoy.config.bootstrap.v3.Watchdog.WatchdogAction.WatchdogEvent event = 2 [(.validate.rules) = { ... }- Returns:
- The event.
-
-