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.
|
Rds.NameSpecifierCase |
getNameSpecifierCase() |
ResourceLocator |
getRdsResourceLocator()
Resource locator for RDS.
|
ResourceLocatorOrBuilder |
getRdsResourceLocatorOrBuilder()
Resource locator 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.
|
boolean |
hasRdsResourceLocator()
Resource locator for RDS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfigSource()
Configuration source specifier for RDS.
.envoy.config.core.v4alpha.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSource getConfigSource()
Configuration source specifier for RDS.
.envoy.config.core.v4alpha.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceOrBuilder getConfigSourceOrBuilder()
Configuration source specifier for RDS.
.envoy.config.core.v4alpha.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;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;boolean hasRdsResourceLocator()
Resource locator for RDS. This is mutually exclusive to *route_config_name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rds_resource_locator = 3;ResourceLocator getRdsResourceLocator()
Resource locator for RDS. This is mutually exclusive to *route_config_name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rds_resource_locator = 3;ResourceLocatorOrBuilder getRdsResourceLocatorOrBuilder()
Resource locator for RDS. This is mutually exclusive to *route_config_name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rds_resource_locator = 3;Rds.NameSpecifierCase getNameSpecifierCase()
Copyright © 2018–2020 The Envoy Project. All rights reserved.