接口 EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch,EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Builder
public static interface EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明Match a route with specific action type.intMatch a route with specific action type.getName()The Route objects generated by default are named as default.com.google.protobuf.ByteStringThe Route objects generated by default are named as default.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getName
String getName()The Route objects generated by default are named as default. Route objects generated using a virtual service will carry the name used in the virtual service's HTTP routes.
string name = 1;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The Route objects generated by default are named as default. Route objects generated using a virtual service will carry the name used in the virtual service's HTTP routes.
string name = 1;- 返回:
- The bytes for name.
-
getActionValue
int getActionValue()Match a route with specific action type.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action action = 2;- 返回:
- The enum numeric value on the wire for action.
-
getAction
Match a route with specific action type.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action action = 2;- 返回:
- The action.
-