public static interface ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastUpdated()
The timestamp when the scoped route config set was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdatedOrBuilder()
The timestamp when the scoped route config set was last updated.
|
String |
getName()
The name assigned to the scoped route configurations.
|
com.google.protobuf.ByteString |
getNameBytes()
The name assigned to the scoped route configurations.
|
com.google.protobuf.Any |
getScopedRouteConfigs(int index)
The scoped route configurations.
|
int |
getScopedRouteConfigsCount()
The scoped route configurations.
|
List<com.google.protobuf.Any> |
getScopedRouteConfigsList()
The scoped route configurations.
|
com.google.protobuf.AnyOrBuilder |
getScopedRouteConfigsOrBuilder(int index)
The scoped route configurations.
|
List<? extends com.google.protobuf.AnyOrBuilder> |
getScopedRouteConfigsOrBuilderList()
The scoped route configurations.
|
boolean |
hasLastUpdated()
The timestamp when the scoped route config set was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name assigned to the scoped route configurations.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name assigned to the scoped route configurations.
string name = 1;List<com.google.protobuf.Any> getScopedRouteConfigsList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;com.google.protobuf.Any getScopedRouteConfigs(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;int getScopedRouteConfigsCount()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;boolean hasLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.