public interface RdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
getConfigSource()
Configuration source specifier for RDS.
|
ConfigSourceOrBuilder |
getConfigSourceOrBuilder()
Configuration source specifier for RDS.
|
String |
getRouteConfigName()
The name of the route configuration.
|
com.google.protobuf.ByteString |
getRouteConfigNameBytes()
The name of the route configuration.
|
boolean |
hasConfigSource()
Configuration source specifier for RDS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfigSource()
Configuration source specifier for RDS.
.envoy.api.v2.core.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSource getConfigSource()
Configuration source specifier for RDS.
.envoy.api.v2.core.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceOrBuilder getConfigSourceOrBuilder()
Configuration source specifier for RDS.
.envoy.api.v2.core.ConfigSource config_source = 1 [(.validate.rules) = { ... }String getRouteConfigName()
The name of the route configuration. This name will be passed to the RDS API. This allows an Envoy configuration with multiple HTTP listeners (and associated HTTP connection manager filters) to use different route configurations.
string route_config_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRouteConfigNameBytes()
The name of the route configuration. This name will be passed to the RDS API. This allows an Envoy configuration with multiple HTTP listeners (and associated HTTP connection manager filters) to use different route configurations.
string route_config_name = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.