public interface ScopedRouteConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ScopedRouteConfiguration.Key |
getKey()
The key to match against.
|
ScopedRouteConfiguration.KeyOrBuilder |
getKeyOrBuilder()
The key to match against.
|
String |
getName()
The name assigned to the routing scope.
|
com.google.protobuf.ByteString |
getNameBytes()
The name assigned to the routing scope.
|
boolean |
getOnDemand()
Whether the RouteConfiguration should be loaded on demand.
|
String |
getRouteConfigurationName()
The resource name to use for a :ref:`envoy_api_msg_service.discovery.v3.DiscoveryRequest` to an
RDS server to fetch the :ref:`envoy_api_msg_config.route.v3.RouteConfiguration` associated
with this scope.
|
com.google.protobuf.ByteString |
getRouteConfigurationNameBytes()
The resource name to use for a :ref:`envoy_api_msg_service.discovery.v3.DiscoveryRequest` to an
RDS server to fetch the :ref:`envoy_api_msg_config.route.v3.RouteConfiguration` associated
with this scope.
|
boolean |
hasKey()
The key to match against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getOnDemand()
Whether the RouteConfiguration should be loaded on demand.
bool on_demand = 4;String getName()
The name assigned to the routing scope.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The name assigned to the routing scope.
string name = 1 [(.validate.rules) = { ... }String getRouteConfigurationName()
The resource name to use for a :ref:`envoy_api_msg_service.discovery.v3.DiscoveryRequest` to an RDS server to fetch the :ref:`envoy_api_msg_config.route.v3.RouteConfiguration` associated with this scope.
string route_configuration_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRouteConfigurationNameBytes()
The resource name to use for a :ref:`envoy_api_msg_service.discovery.v3.DiscoveryRequest` to an RDS server to fetch the :ref:`envoy_api_msg_config.route.v3.RouteConfiguration` associated with this scope.
string route_configuration_name = 2 [(.validate.rules) = { ... }boolean hasKey()
The key to match against.
.envoy.config.route.v3.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }ScopedRouteConfiguration.Key getKey()
The key to match against.
.envoy.config.route.v3.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }ScopedRouteConfiguration.KeyOrBuilder getKeyOrBuilder()
The key to match against.
.envoy.config.route.v3.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.