Interface WasmAccessLogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WasmAccessLog,WasmAccessLog.Builder
public interface WasmAccessLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.envoy.extensions.wasm.v3.PluginConfig config = 1;.envoy.extensions.wasm.v3.PluginConfig config = 1;boolean.envoy.extensions.wasm.v3.PluginConfig config = 1;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
-
hasConfig
boolean hasConfig().envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- Whether the config field is set.
-
getConfig
PluginConfig getConfig().envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- The config.
-
getConfigOrBuilder
PluginConfigOrBuilder getConfigOrBuilder().envoy.extensions.wasm.v3.PluginConfig config = 1;
-