public interface DubboProxyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DubboFilter |
getDubboFilters(int index)
A list of individual Dubbo filters that make up the filter chain for requests made to the
Dubbo proxy.
|
int |
getDubboFiltersCount()
A list of individual Dubbo filters that make up the filter chain for requests made to the
Dubbo proxy.
|
List<DubboFilter> |
getDubboFiltersList()
A list of individual Dubbo filters that make up the filter chain for requests made to the
Dubbo proxy.
|
DubboFilterOrBuilder |
getDubboFiltersOrBuilder(int index)
A list of individual Dubbo filters that make up the filter chain for requests made to the
Dubbo proxy.
|
List<? extends DubboFilterOrBuilder> |
getDubboFiltersOrBuilderList()
A list of individual Dubbo filters that make up the filter chain for requests made to the
Dubbo proxy.
|
ProtocolType |
getProtocolType()
Configure the protocol used.
|
int |
getProtocolTypeValue()
Configure the protocol used.
|
RouteConfiguration |
getRouteConfig(int index)
The route table for the connection manager is static and is specified in this property.
|
int |
getRouteConfigCount()
The route table for the connection manager is static and is specified in this property.
|
List<RouteConfiguration> |
getRouteConfigList()
The route table for the connection manager is static and is specified in this property.
|
RouteConfigurationOrBuilder |
getRouteConfigOrBuilder(int index)
The route table for the connection manager is static and is specified in this property.
|
List<? extends RouteConfigurationOrBuilder> |
getRouteConfigOrBuilderList()
The route table for the connection manager is static and is specified in this property.
|
SerializationType |
getSerializationType()
Configure the serialization protocol used.
|
int |
getSerializationTypeValue()
Configure the serialization protocol used.
|
String |
getStatPrefix()
The human readable prefix to use when emitting statistics.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting statistics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatPrefix()
The human readable prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }int getProtocolTypeValue()
Configure the protocol used.
.envoy.extensions.filters.network.dubbo_proxy.v3.ProtocolType protocol_type = 2 [(.validate.rules) = { ... }ProtocolType getProtocolType()
Configure the protocol used.
.envoy.extensions.filters.network.dubbo_proxy.v3.ProtocolType protocol_type = 2 [(.validate.rules) = { ... }int getSerializationTypeValue()
Configure the serialization protocol used.
.envoy.extensions.filters.network.dubbo_proxy.v3.SerializationType serialization_type = 3 [(.validate.rules) = { ... }SerializationType getSerializationType()
Configure the serialization protocol used.
.envoy.extensions.filters.network.dubbo_proxy.v3.SerializationType serialization_type = 3 [(.validate.rules) = { ... }List<RouteConfiguration> getRouteConfigList()
The route table for the connection manager is static and is specified in this property.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;RouteConfiguration getRouteConfig(int index)
The route table for the connection manager is static and is specified in this property.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;int getRouteConfigCount()
The route table for the connection manager is static and is specified in this property.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;List<? extends RouteConfigurationOrBuilder> getRouteConfigOrBuilderList()
The route table for the connection manager is static and is specified in this property.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;RouteConfigurationOrBuilder getRouteConfigOrBuilder(int index)
The route table for the connection manager is static and is specified in this property.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;List<DubboFilter> getDubboFiltersList()
A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy. Order matters as the filters are processed sequentially. For backwards compatibility, if no dubbo_filters are specified, a default Dubbo router filter (`envoy.filters.dubbo.router`) is used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.DubboFilter dubbo_filters = 5;DubboFilter getDubboFilters(int index)
A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy. Order matters as the filters are processed sequentially. For backwards compatibility, if no dubbo_filters are specified, a default Dubbo router filter (`envoy.filters.dubbo.router`) is used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.DubboFilter dubbo_filters = 5;int getDubboFiltersCount()
A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy. Order matters as the filters are processed sequentially. For backwards compatibility, if no dubbo_filters are specified, a default Dubbo router filter (`envoy.filters.dubbo.router`) is used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.DubboFilter dubbo_filters = 5;List<? extends DubboFilterOrBuilder> getDubboFiltersOrBuilderList()
A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy. Order matters as the filters are processed sequentially. For backwards compatibility, if no dubbo_filters are specified, a default Dubbo router filter (`envoy.filters.dubbo.router`) is used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.DubboFilter dubbo_filters = 5;DubboFilterOrBuilder getDubboFiltersOrBuilder(int index)
A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy. Order matters as the filters are processed sequentially. For backwards compatibility, if no dubbo_filters are specified, a default Dubbo router filter (`envoy.filters.dubbo.router`) is used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.DubboFilter dubbo_filters = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.