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 Type
    Method
    Description
    The Lua code that Envoy will execute
    The Lua code that Envoy will execute
    boolean
    The Lua code that Envoy will execute

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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) = { ... }