All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.config.bootstrap.v2.LayeredRuntimeOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/bootstrap/v2/bootstrap.proto

package io.envoyproxy.envoy.config.bootstrap.v2;

public interface LayeredRuntimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v2.LayeredRuntime)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The :ref:`layers <config_runtime_layering>` of the runtime. This is ordered
   * such that later layers in the list overlay earlier entries.
   * 
* * repeated .envoy.config.bootstrap.v2.RuntimeLayer layers = 1; */ java.util.List getLayersList(); /** *
   * The :ref:`layers <config_runtime_layering>` of the runtime. This is ordered
   * such that later layers in the list overlay earlier entries.
   * 
* * repeated .envoy.config.bootstrap.v2.RuntimeLayer layers = 1; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer getLayers(int index); /** *
   * The :ref:`layers <config_runtime_layering>` of the runtime. This is ordered
   * such that later layers in the list overlay earlier entries.
   * 
* * repeated .envoy.config.bootstrap.v2.RuntimeLayer layers = 1; */ int getLayersCount(); /** *
   * The :ref:`layers <config_runtime_layering>` of the runtime. This is ordered
   * such that later layers in the list overlay earlier entries.
   * 
* * repeated .envoy.config.bootstrap.v2.RuntimeLayer layers = 1; */ java.util.List getLayersOrBuilderList(); /** *
   * The :ref:`layers <config_runtime_layering>` of the runtime. This is ordered
   * such that later layers in the list overlay earlier entries.
   * 
* * repeated .envoy.config.bootstrap.v2.RuntimeLayer layers = 1; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayerOrBuilder getLayersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy