public static interface ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Rds.RouteConfiguration |
getRouteConfig()
The route config.
|
Rds.RouteConfigurationOrBuilder |
getRouteConfigOrBuilder()
The route config.
|
String |
getVersionInfo()
This is the per-resource version information.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
This is the per-resource version information.
|
boolean |
hasRouteConfig()
The route config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersionInfo()
This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that the route configuration was loaded.
string version_info = 1;com.google.protobuf.ByteString getVersionInfoBytes()
This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that the route configuration was loaded.
string version_info = 1;boolean hasRouteConfig()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 2;Rds.RouteConfiguration getRouteConfig()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 2;Rds.RouteConfigurationOrBuilder getRouteConfigOrBuilder()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 2;Copyright © 2018 The Envoy Project. All rights reserved.