接口 VirtualServiceOuterClass.StringMatchOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.StringMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetExact()exact string matchcom.google.protobuf.ByteStringgetExactBytes()exact string matchVirtualServiceOuterClass.StringMatch.MatchTypeCasegetMatchTypeCase()java.lang.StringgetPrefix()prefix-based matchcom.google.protobuf.ByteStringgetPrefixBytes()prefix-based matchjava.lang.StringgetRegex()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).com.google.protobuf.ByteStringgetRegexBytes()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
-
-
-
方法详细资料
-
getExact
java.lang.String getExact()
exact string match
string exact = 1;
-
getExactBytes
com.google.protobuf.ByteString getExactBytes()
exact string match
string exact = 1;
-
getPrefix
java.lang.String getPrefix()
prefix-based match
string prefix = 2;
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()
prefix-based match
string prefix = 2;
-
getRegex
java.lang.String getRegex()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;
-
getMatchTypeCase
VirtualServiceOuterClass.StringMatch.MatchTypeCase getMatchTypeCase()
-
-