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.
|
String |
getRouteConfigurationName()
The resource name to use for a :ref:`envoy_api_msg_DiscoveryRequest` to an
RDS server to fetch the :ref:`envoy_api_msg_RouteConfiguration` associated
with this scope.
|
com.google.protobuf.ByteString |
getRouteConfigurationNameBytes()
The resource name to use for a :ref:`envoy_api_msg_DiscoveryRequest` to an
RDS server to fetch the :ref:`envoy_api_msg_RouteConfiguration` associated
with this scope.
|
boolean |
hasKey()
The key to match against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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_DiscoveryRequest` to an RDS server to fetch the :ref:`envoy_api_msg_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_DiscoveryRequest` to an RDS server to fetch the :ref:`envoy_api_msg_RouteConfiguration` associated with this scope.
string route_configuration_name = 2 [(.validate.rules) = { ... }boolean hasKey()
The key to match against.
.envoy.api.v2.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }ScopedRouteConfiguration.Key getKey()
The key to match against.
.envoy.api.v2.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }ScopedRouteConfiguration.KeyOrBuilder getKeyOrBuilder()
The key to match against.
.envoy.api.v2.ScopedRouteConfiguration.Key key = 3 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.