接口 VirtualServiceOuterClass.StringMatchOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.StringMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getExact()exact string matchcom.google.protobuf.ByteStringexact string matchprefix-based matchcom.google.protobuf.ByteStringprefix-based matchgetRegex()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).com.google.protobuf.ByteStringRE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).booleanhasExact()exact string matchbooleanprefix-based matchbooleanhasRegex()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasExact
boolean hasExact()exact string match
string exact = 1;- 返回:
- Whether the exact field is set.
-
getExact
String getExact()exact string match
string exact = 1;- 返回:
- The exact.
-
getExactBytes
com.google.protobuf.ByteString getExactBytes()exact string match
string exact = 1;- 返回:
- The bytes for exact.
-
hasPrefix
boolean hasPrefix()prefix-based match
string prefix = 2;- 返回:
- Whether the prefix field is set.
-
getPrefix
String getPrefix()prefix-based match
string prefix = 2;- 返回:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()prefix-based match
string prefix = 2;- 返回:
- The bytes for prefix.
-
hasRegex
boolean hasRegex()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;- 返回:
- Whether the regex field is set.
-
getRegex
String getRegex()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;- 返回:
- The regex.
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;- 返回:
- The bytes for regex.
-
getMatchTypeCase
VirtualServiceOuterClass.StringMatch.MatchTypeCase getMatchTypeCase()
-