Interface LuaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lua,Lua.Builder
public interface LuaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Lua code that Envoy will executeThe Lua code that Envoy will executebooleanThe Lua code that Envoy will executeMethods 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
-
hasSourceCode
boolean hasSourceCode()The Lua code that Envoy will execute
.envoy.config.core.v3.DataSource source_code = 1 [(.validate.rules) = { ... }- Returns:
- Whether the sourceCode field is set.
-
getSourceCode
DataSource getSourceCode()The Lua code that Envoy will execute
.envoy.config.core.v3.DataSource source_code = 1 [(.validate.rules) = { ... }- Returns:
- The sourceCode.
-
getSourceCodeOrBuilder
DataSourceOrBuilder getSourceCodeOrBuilder()The Lua code that Envoy will execute
.envoy.config.core.v3.DataSource source_code = 1 [(.validate.rules) = { ... }
-