Interface ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRoutesConfigDump.DynamicScopedRouteConfigs,ScopedRoutesConfigDump.DynamicScopedRouteConfigs.Builder
- Enclosing class:
- ScopedRoutesConfigDump
public static interface ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetLastUpdated()The timestamp when the scoped route config set was last updated.com.google.protobuf.TimestampOrBuildergetLastUpdatedOrBuilder()The timestamp when the scoped route config set was last updated.StringgetName()The name assigned to the scoped route configurations.com.google.protobuf.ByteStringgetNameBytes()The name assigned to the scoped route configurations.com.google.protobuf.AnygetScopedRouteConfigs(int index)The scoped route configurations.intgetScopedRouteConfigsCount()The scoped route configurations.List<com.google.protobuf.Any>getScopedRouteConfigsList()The scoped route configurations.com.google.protobuf.AnyOrBuildergetScopedRouteConfigsOrBuilder(int index)The scoped route configurations.List<? extends com.google.protobuf.AnyOrBuilder>getScopedRouteConfigsOrBuilderList()The scoped route configurations.StringgetVersionInfo()This is the per-resource version information.com.google.protobuf.ByteStringgetVersionInfoBytes()This is the per-resource version information.booleanhasLastUpdated()The timestamp when the scoped route config set was last updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name assigned to the scoped route configurations.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name assigned to the scoped route configurations.
string name = 1;- Returns:
- The bytes for name.
-
getVersionInfo
String 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 scoped routes configuration was loaded.
string version_info = 2;- Returns:
- The versionInfo.
-
getVersionInfoBytes
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 scoped routes configuration was loaded.
string version_info = 2;- Returns:
- The bytes for versionInfo.
-
getScopedRouteConfigsList
List<com.google.protobuf.Any> getScopedRouteConfigsList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;
-
getScopedRouteConfigs
com.google.protobuf.Any getScopedRouteConfigs(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;
-
getScopedRouteConfigsCount
int getScopedRouteConfigsCount()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;
-
getScopedRouteConfigsOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;
-
getScopedRouteConfigsOrBuilder
com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder(int index)
The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 3;
-
hasLastUpdated
boolean hasLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 4;
-
-