public static final class ConfigDumpOuterClass.RoutesConfigDump extends com.google.protobuf.GeneratedMessageV3 implements ConfigDumpOuterClass.RoutesConfigDumpOrBuilder
Envoy's RDS implementation fills this message with all currently loaded routes, as described by their RouteConfiguration objects. Static routes configured in the bootstrap configuration are separated from those configured dynamically via RDS. Route configuration information can be used to recreate an Envoy configuration by populating all routes as static routes or by returning them in RDS responses.Protobuf type
envoy.admin.v2alpha.RoutesConfigDump| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigDumpOuterClass.RoutesConfigDump.Builder
Envoy's RDS implementation fills this message with all currently loaded routes, as described by
their RouteConfiguration objects.
|
static class |
ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfig
Protobuf type
envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig |
static interface |
ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfigOrBuilder |
static class |
ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfig
Protobuf type
envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig |
static interface |
ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfigOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DYNAMIC_ROUTE_CONFIGS_FIELD_NUMBER |
static int |
STATIC_ROUTE_CONFIGS_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATIC_ROUTE_CONFIGS_FIELD_NUMBER
public static final int DYNAMIC_ROUTE_CONFIGS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfig> getStaticRouteConfigsList()
The statically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig static_route_configs = 2 [(.gogoproto.nullable) = false];getStaticRouteConfigsList in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic List<? extends ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfigOrBuilder> getStaticRouteConfigsOrBuilderList()
The statically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig static_route_configs = 2 [(.gogoproto.nullable) = false];getStaticRouteConfigsOrBuilderList in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic int getStaticRouteConfigsCount()
The statically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig static_route_configs = 2 [(.gogoproto.nullable) = false];getStaticRouteConfigsCount in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfig getStaticRouteConfigs(int index)
The statically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig static_route_configs = 2 [(.gogoproto.nullable) = false];getStaticRouteConfigs in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic ConfigDumpOuterClass.RoutesConfigDump.StaticRouteConfigOrBuilder getStaticRouteConfigsOrBuilder(int index)
The statically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig static_route_configs = 2 [(.gogoproto.nullable) = false];getStaticRouteConfigsOrBuilder in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic List<ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfig> getDynamicRouteConfigsList()
The dynamically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig dynamic_route_configs = 3 [(.gogoproto.nullable) = false];getDynamicRouteConfigsList in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic List<? extends ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfigOrBuilder> getDynamicRouteConfigsOrBuilderList()
The dynamically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig dynamic_route_configs = 3 [(.gogoproto.nullable) = false];getDynamicRouteConfigsOrBuilderList in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic int getDynamicRouteConfigsCount()
The dynamically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig dynamic_route_configs = 3 [(.gogoproto.nullable) = false];getDynamicRouteConfigsCount in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfig getDynamicRouteConfigs(int index)
The dynamically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig dynamic_route_configs = 3 [(.gogoproto.nullable) = false];getDynamicRouteConfigs in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic ConfigDumpOuterClass.RoutesConfigDump.DynamicRouteConfigOrBuilder getDynamicRouteConfigsOrBuilder(int index)
The dynamically loaded route configs.
repeated .envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig dynamic_route_configs = 3 [(.gogoproto.nullable) = false];getDynamicRouteConfigsOrBuilder in interface ConfigDumpOuterClass.RoutesConfigDumpOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConfigDumpOuterClass.RoutesConfigDump parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConfigDumpOuterClass.RoutesConfigDump.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConfigDumpOuterClass.RoutesConfigDump.Builder newBuilder()
public static ConfigDumpOuterClass.RoutesConfigDump.Builder newBuilder(ConfigDumpOuterClass.RoutesConfigDump prototype)
public ConfigDumpOuterClass.RoutesConfigDump.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConfigDumpOuterClass.RoutesConfigDump.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConfigDumpOuterClass.RoutesConfigDump getDefaultInstance()
public static com.google.protobuf.Parser<ConfigDumpOuterClass.RoutesConfigDump> parser()
public com.google.protobuf.Parser<ConfigDumpOuterClass.RoutesConfigDump> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConfigDumpOuterClass.RoutesConfigDump getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.