public interface RuntimeLayerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RuntimeLayer.AdminLayer |
getAdminLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4; |
RuntimeLayer.AdminLayerOrBuilder |
getAdminLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4; |
RuntimeLayer.DiskLayer |
getDiskLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3; |
RuntimeLayer.DiskLayerOrBuilder |
getDiskLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3; |
RuntimeLayer.LayerSpecifierCase |
getLayerSpecifierCase() |
String |
getName()
Descriptive name for the runtime layer.
|
com.google.protobuf.ByteString |
getNameBytes()
Descriptive name for the runtime layer.
|
RuntimeLayer.RtdsLayer |
getRtdsLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5; |
RuntimeLayer.RtdsLayerOrBuilder |
getRtdsLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5; |
com.google.protobuf.Struct |
getStaticLayer()
:ref:`Static runtime <config_runtime_bootstrap>` layer.
|
com.google.protobuf.StructOrBuilder |
getStaticLayerOrBuilder()
:ref:`Static runtime <config_runtime_bootstrap>` layer.
|
boolean |
hasAdminLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4; |
boolean |
hasDiskLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3; |
boolean |
hasRtdsLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5; |
boolean |
hasStaticLayer()
:ref:`Static runtime <config_runtime_bootstrap>` layer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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()
Descriptive name for the runtime layer. This is only used for the runtime :http:get:`/runtime` output.
string name = 1 [(.validate.rules) = { ... }
boolean hasStaticLayer()
:ref:`Static runtime <config_runtime_bootstrap>` layer. This follows the :ref:`runtime protobuf JSON representation encoding <config_runtime_proto_json>`. Unlike static xDS resources, this static layer is overridable by later layers in the runtime virtual filesystem.
.google.protobuf.Struct static_layer = 2;
com.google.protobuf.Struct getStaticLayer()
:ref:`Static runtime <config_runtime_bootstrap>` layer. This follows the :ref:`runtime protobuf JSON representation encoding <config_runtime_proto_json>`. Unlike static xDS resources, this static layer is overridable by later layers in the runtime virtual filesystem.
.google.protobuf.Struct static_layer = 2;
com.google.protobuf.StructOrBuilder getStaticLayerOrBuilder()
:ref:`Static runtime <config_runtime_bootstrap>` layer. This follows the :ref:`runtime protobuf JSON representation encoding <config_runtime_proto_json>`. Unlike static xDS resources, this static layer is overridable by later layers in the runtime virtual filesystem.
.google.protobuf.Struct static_layer = 2;
boolean hasDiskLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3;
RuntimeLayer.DiskLayer getDiskLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3;
RuntimeLayer.DiskLayerOrBuilder getDiskLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.DiskLayer disk_layer = 3;
boolean hasAdminLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4;
RuntimeLayer.AdminLayer getAdminLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4;
RuntimeLayer.AdminLayerOrBuilder getAdminLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.AdminLayer admin_layer = 4;
boolean hasRtdsLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5;
RuntimeLayer.RtdsLayer getRtdsLayer()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5;
RuntimeLayer.RtdsLayerOrBuilder getRtdsLayerOrBuilder()
.envoy.config.bootstrap.v4alpha.RuntimeLayer.RtdsLayer rtds_layer = 5;
RuntimeLayer.LayerSpecifierCase getLayerSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.