public static interface ScopedRouteConfiguration.KeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ScopedRouteConfiguration.Key.Fragment |
getFragments(int index)
The ordered set of fragments to match against.
|
int |
getFragmentsCount()
The ordered set of fragments to match against.
|
List<ScopedRouteConfiguration.Key.Fragment> |
getFragmentsList()
The ordered set of fragments to match against.
|
ScopedRouteConfiguration.Key.FragmentOrBuilder |
getFragmentsOrBuilder(int index)
The ordered set of fragments to match against.
|
List<? extends ScopedRouteConfiguration.Key.FragmentOrBuilder> |
getFragmentsOrBuilderList()
The ordered set of fragments to match against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ScopedRouteConfiguration.Key.Fragment> getFragmentsList()
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_api_field_config.filter.network.http_connection_manager.v2.ScopedRoutes.scope_key_builder>`.
repeated .envoy.api.v2.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }ScopedRouteConfiguration.Key.Fragment getFragments(int index)
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_api_field_config.filter.network.http_connection_manager.v2.ScopedRoutes.scope_key_builder>`.
repeated .envoy.api.v2.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }int getFragmentsCount()
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_api_field_config.filter.network.http_connection_manager.v2.ScopedRoutes.scope_key_builder>`.
repeated .envoy.api.v2.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }List<? extends ScopedRouteConfiguration.Key.FragmentOrBuilder> getFragmentsOrBuilderList()
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_api_field_config.filter.network.http_connection_manager.v2.ScopedRoutes.scope_key_builder>`.
repeated .envoy.api.v2.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }ScopedRouteConfiguration.Key.FragmentOrBuilder getFragmentsOrBuilder(int index)
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_api_field_config.filter.network.http_connection_manager.v2.ScopedRoutes.scope_key_builder>`.
repeated .envoy.api.v2.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.