Class MetaProtocolProxy

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MetaProtocolProxyOrBuilder, Serializable

    public final class MetaProtocolProxy
    extends com.google.protobuf.GeneratedMessageV3
    implements MetaProtocolProxyOrBuilder
     [#not-implemented-hide:]
     [#next-free-field: 6]
     
    Protobuf type envoy.extensions.filters.network.meta_protocol_proxy.v3.MetaProtocolProxy
    See Also:
    Serialized Form
    • Field Detail

      • STAT_PREFIX_FIELD_NUMBER

        public static final int STAT_PREFIX_FIELD_NUMBER
        See Also:
        Constant Field Values
      • APPLICATION_PROTOCOL_FIELD_NUMBER

        public static final int APPLICATION_PROTOCOL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ROUTE_CONFIG_FIELD_NUMBER

        public static final int ROUTE_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • META_PROTOCOL_FILTERS_FIELD_NUMBER

        public static final int META_PROTOCOL_FILTERS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getStatPrefix

        public String getStatPrefix()
         The human readable prefix to use when emitting statistics.
         
        string stat_prefix = 1 [(.validate.rules) = { ... }
        Specified by:
        getStatPrefix in interface MetaProtocolProxyOrBuilder
        Returns:
        The statPrefix.
      • getStatPrefixBytes

        public com.google.protobuf.ByteString getStatPrefixBytes()
         The human readable prefix to use when emitting statistics.
         
        string stat_prefix = 1 [(.validate.rules) = { ... }
        Specified by:
        getStatPrefixBytes in interface MetaProtocolProxyOrBuilder
        Returns:
        The bytes for statPrefix.
      • hasApplicationProtocol

        public boolean hasApplicationProtocol()
         The application protocol built on top of the meta protocol proxy.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.ApplicationProtocol application_protocol = 2 [(.validate.rules) = { ... }
        Specified by:
        hasApplicationProtocol in interface MetaProtocolProxyOrBuilder
        Returns:
        Whether the applicationProtocol field is set.
      • getApplicationProtocol

        public ApplicationProtocol getApplicationProtocol()
         The application protocol built on top of the meta protocol proxy.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.ApplicationProtocol application_protocol = 2 [(.validate.rules) = { ... }
        Specified by:
        getApplicationProtocol in interface MetaProtocolProxyOrBuilder
        Returns:
        The applicationProtocol.
      • hasRds

        public boolean hasRds()
         The meta protocol proxies route table will be dynamically loaded via the meta RDS API.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.MetaRds rds = 3;
        Specified by:
        hasRds in interface MetaProtocolProxyOrBuilder
        Returns:
        Whether the rds field is set.
      • getRds

        public MetaRds getRds()
         The meta protocol proxies route table will be dynamically loaded via the meta RDS API.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.MetaRds rds = 3;
        Specified by:
        getRds in interface MetaProtocolProxyOrBuilder
        Returns:
        The rds.
      • getRdsOrBuilder

        public MetaRdsOrBuilder getRdsOrBuilder()
         The meta protocol proxies route table will be dynamically loaded via the meta RDS API.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.MetaRds rds = 3;
        Specified by:
        getRdsOrBuilder in interface MetaProtocolProxyOrBuilder
      • hasRouteConfig

        public boolean hasRouteConfig()
         The route table for the meta protocol proxy is static and is specified in this property.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.RouteConfiguration route_config = 4;
        Specified by:
        hasRouteConfig in interface MetaProtocolProxyOrBuilder
        Returns:
        Whether the routeConfig field is set.
      • getRouteConfig

        public RouteConfiguration getRouteConfig()
         The route table for the meta protocol proxy is static and is specified in this property.
         
        .envoy.extensions.filters.network.meta_protocol_proxy.v3.RouteConfiguration route_config = 4;
        Specified by:
        getRouteConfig in interface MetaProtocolProxyOrBuilder
        Returns:
        The routeConfig.
      • getMetaProtocolFiltersList

        public List<TypedExtensionConfig> getMetaProtocolFiltersList()
         A list of individual Layer-7 filters that make up the filter chain for requests made to the
         meta protocol proxy. Order matters as the filters are processed sequentially as request events
         happen.
         
        repeated .envoy.config.core.v3.TypedExtensionConfig meta_protocol_filters = 5;
        Specified by:
        getMetaProtocolFiltersList in interface MetaProtocolProxyOrBuilder
      • getMetaProtocolFiltersOrBuilderList

        public List<? extends TypedExtensionConfigOrBuilder> getMetaProtocolFiltersOrBuilderList()
         A list of individual Layer-7 filters that make up the filter chain for requests made to the
         meta protocol proxy. Order matters as the filters are processed sequentially as request events
         happen.
         
        repeated .envoy.config.core.v3.TypedExtensionConfig meta_protocol_filters = 5;
        Specified by:
        getMetaProtocolFiltersOrBuilderList in interface MetaProtocolProxyOrBuilder
      • getMetaProtocolFiltersCount

        public int getMetaProtocolFiltersCount()
         A list of individual Layer-7 filters that make up the filter chain for requests made to the
         meta protocol proxy. Order matters as the filters are processed sequentially as request events
         happen.
         
        repeated .envoy.config.core.v3.TypedExtensionConfig meta_protocol_filters = 5;
        Specified by:
        getMetaProtocolFiltersCount in interface MetaProtocolProxyOrBuilder
      • getMetaProtocolFilters

        public TypedExtensionConfig getMetaProtocolFilters​(int index)
         A list of individual Layer-7 filters that make up the filter chain for requests made to the
         meta protocol proxy. Order matters as the filters are processed sequentially as request events
         happen.
         
        repeated .envoy.config.core.v3.TypedExtensionConfig meta_protocol_filters = 5;
        Specified by:
        getMetaProtocolFilters in interface MetaProtocolProxyOrBuilder
      • getMetaProtocolFiltersOrBuilder

        public TypedExtensionConfigOrBuilder getMetaProtocolFiltersOrBuilder​(int index)
         A list of individual Layer-7 filters that make up the filter chain for requests made to the
         meta protocol proxy. Order matters as the filters are processed sequentially as request events
         happen.
         
        repeated .envoy.config.core.v3.TypedExtensionConfig meta_protocol_filters = 5;
        Specified by:
        getMetaProtocolFiltersOrBuilder in interface MetaProtocolProxyOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static MetaProtocolProxy parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MetaProtocolProxy parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

        public MetaProtocolProxy.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public MetaProtocolProxy.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected MetaProtocolProxy.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<MetaProtocolProxy> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public MetaProtocolProxy getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder