Package io.envoyproxy.envoy.admin.v3
Interface ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRoutesConfigDump.InlineScopedRouteConfigs
,ScopedRoutesConfigDump.InlineScopedRouteConfigs.Builder
- Enclosing class:
ScopedRoutesConfigDump
public static interface ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
The timestamp when the scoped route config set was last updated.com.google.protobuf.TimestampOrBuilder
The timestamp when the scoped route config set was last updated.getName()
The name assigned to the scoped route configurations.com.google.protobuf.ByteString
The name assigned to the scoped route configurations.com.google.protobuf.Any
getScopedRouteConfigs
(int index) The scoped route configurations.int
The scoped route configurations.List
<com.google.protobuf.Any> The scoped route configurations.com.google.protobuf.AnyOrBuilder
getScopedRouteConfigsOrBuilder
(int index) The scoped route configurations.List
<? extends com.google.protobuf.AnyOrBuilder> The scoped route configurations.boolean
The timestamp when the scoped route config set was last updated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-
getScopedRouteConfigsList
List<com.google.protobuf.Any> getScopedRouteConfigsList()The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;
-
getScopedRouteConfigs
com.google.protobuf.Any getScopedRouteConfigs(int index) The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;
-
getScopedRouteConfigsCount
int getScopedRouteConfigsCount()The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;
-
getScopedRouteConfigsOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;
-
getScopedRouteConfigsOrBuilder
com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder(int index) The scoped route configurations.
repeated .google.protobuf.Any scoped_route_configs = 2;
-
hasLastUpdated
boolean hasLastUpdated()The timestamp when the scoped route config set was last updated.
.google.protobuf.Timestamp last_updated = 3;
- 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 = 3;
- 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 = 3;
-