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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.lang.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.java.util.List<com.google.protobuf.Any>
getScopedRouteConfigsList()
The scoped route configurations.com.google.protobuf.AnyOrBuilder
getScopedRouteConfigsOrBuilder(int index)
The scoped route configurations.java.util.List<? extends com.google.protobuf.AnyOrBuilder>
getScopedRouteConfigsOrBuilderList()
The scoped route configurations.boolean
hasLastUpdated()
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
java.lang.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
java.util.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
java.util.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;
-
-