Interface WasmOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Wasm,Wasm.Builder
public interface WasmOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginConfiggetConfig()General Plugin configuration.PluginConfigOrBuildergetConfigOrBuilder()General Plugin configuration.booleanhasConfig()General Plugin configuration.-
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()
General Plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- Whether the config field is set.
-
getConfig
PluginConfig getConfig()
General Plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- The config.
-
getConfigOrBuilder
PluginConfigOrBuilder getConfigOrBuilder()
General Plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;
-
-