Interface ScopedRouteConfiguration.KeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRouteConfiguration.Key
,ScopedRouteConfiguration.Key.Builder
- Enclosing class:
- ScopedRouteConfiguration
public static interface ScopedRouteConfiguration.KeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.util.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.java.util.List<? extends ScopedRouteConfiguration.Key.FragmentOrBuilder>
getFragmentsOrBuilderList()
The ordered set of fragments to match against.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFragmentsList
java.util.List<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_v3_api_field_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.scope_key_builder>`.
repeated .envoy.config.route.v3.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }
-
getFragments
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_v3_api_field_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.scope_key_builder>`.
repeated .envoy.config.route.v3.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }
-
getFragmentsCount
int getFragmentsCount()
The ordered set of fragments to match against. The order must match the fragments in the corresponding :ref:`scope_key_builder<envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.scope_key_builder>`.
repeated .envoy.config.route.v3.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }
-
getFragmentsOrBuilderList
java.util.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_v3_api_field_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.scope_key_builder>`.
repeated .envoy.config.route.v3.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }
-
getFragmentsOrBuilder
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_v3_api_field_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.scope_key_builder>`.
repeated .envoy.config.route.v3.ScopedRouteConfiguration.Key.Fragment fragments = 1 [(.validate.rules) = { ... }
-
-