public static interface ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastUpdated()
The timestamp when the Route was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdatedOrBuilder()
The timestamp when the Route was last updated.
|
Rds.RouteConfiguration |
getRouteConfig()
The route config.
|
Rds.RouteConfigurationOrBuilder |
getRouteConfigOrBuilder()
The route config.
|
boolean |
hasLastUpdated()
The timestamp when the Route was last updated.
|
boolean |
hasRouteConfig()
The route config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRouteConfig()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 1;Rds.RouteConfiguration getRouteConfig()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 1;Rds.RouteConfigurationOrBuilder getRouteConfigOrBuilder()
The route config.
.envoy.api.v2.RouteConfiguration route_config = 1;boolean hasLastUpdated()
The timestamp when the Route was last updated.
.google.protobuf.Timestamp last_updated = 2;com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the Route was last updated.
.google.protobuf.Timestamp last_updated = 2;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the Route was last updated.
.google.protobuf.Timestamp last_updated = 2;Copyright © 2018 The Envoy Project. All rights reserved.