public static interface ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder
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.
|
String |
getVersionInfo()
This is the per-resource version information.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
This is the per-resource version information.
|
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;String getVersionInfo()
This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_service.discovery.v3.DiscoveryResponse.version_info>` field at the time that the scoped routes configuration was loaded.
string version_info = 2;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_service.discovery.v3.DiscoveryResponse.version_info>` field at the time that the scoped routes configuration was loaded.
string version_info = 2;List<com.google.protobuf.Any> getScopedRouteConfigsList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;com.google.protobuf.Any getScopedRouteConfigs(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;int getScopedRouteConfigsCount()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;boolean hasLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.