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

io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayerOrBuilder 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 RuntimeLayerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v2.RuntimeLayer)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Descriptive name for the runtime layer. This is only used for the runtime
   * :http:get:`/runtime` output.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ java.lang.String getName(); /** *
   * Descriptive name for the runtime layer. This is only used for the runtime
   * :http:get:`/runtime` output.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getNameBytes(); /** * .google.protobuf.Struct static_layer = 2; */ boolean hasStaticLayer(); /** * .google.protobuf.Struct static_layer = 2; */ com.google.protobuf.Struct getStaticLayer(); /** * .google.protobuf.Struct static_layer = 2; */ com.google.protobuf.StructOrBuilder getStaticLayerOrBuilder(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.DiskLayer disk_layer = 3; */ boolean hasDiskLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.DiskLayer disk_layer = 3; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.DiskLayer getDiskLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.DiskLayer disk_layer = 3; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.DiskLayerOrBuilder getDiskLayerOrBuilder(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.AdminLayer admin_layer = 4; */ boolean hasAdminLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.AdminLayer admin_layer = 4; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.AdminLayer getAdminLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.AdminLayer admin_layer = 4; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.AdminLayerOrBuilder getAdminLayerOrBuilder(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.RtdsLayer rtds_layer = 5; */ boolean hasRtdsLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.RtdsLayer rtds_layer = 5; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.RtdsLayer getRtdsLayer(); /** * .envoy.config.bootstrap.v2.RuntimeLayer.RtdsLayer rtds_layer = 5; */ io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.RtdsLayerOrBuilder getRtdsLayerOrBuilder(); public io.envoyproxy.envoy.config.bootstrap.v2.RuntimeLayer.LayerSpecifierCase getLayerSpecifierCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy