public static interface VirtualServiceOuterClass.StringMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExact()
exact string match
string exact = 1; |
com.google.protobuf.ByteString |
getExactBytes()
exact string match
string exact = 1; |
VirtualServiceOuterClass.StringMatch.MatchTypeCase |
getMatchTypeCase() |
String |
getPrefix()
prefix-based match
string prefix = 2; |
com.google.protobuf.ByteString |
getPrefixBytes()
prefix-based match
string prefix = 2; |
String |
getRegex()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
|
com.google.protobuf.ByteString |
getRegexBytes()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
|
boolean |
hasExact()
exact string match
string exact = 1; |
boolean |
hasPrefix()
prefix-based match
string prefix = 2; |
boolean |
hasRegex()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
|
boolean hasExact()
exact string match
string exact = 1;String getExact()
exact string match
string exact = 1;com.google.protobuf.ByteString getExactBytes()
exact string match
string exact = 1;boolean hasPrefix()
prefix-based match
string prefix = 2;String getPrefix()
prefix-based match
string prefix = 2;com.google.protobuf.ByteString getPrefixBytes()
prefix-based match
string prefix = 2;boolean hasRegex()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;String getRegex()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;com.google.protobuf.ByteString getRegexBytes()
RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
string regex = 3;VirtualServiceOuterClass.StringMatch.MatchTypeCase getMatchTypeCase()
Copyright © 2018–2023 Alibaba Group. All rights reserved.