public static interface VirtualServiceOuterClass.HTTPRewriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthority()
rewrite the Authority/Host header with this value.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
rewrite the Authority/Host header with this value.
|
String |
getUri()
rewrite the path (or the prefix) portion of the URI with this
value.
|
com.google.protobuf.ByteString |
getUriBytes()
rewrite the path (or the prefix) portion of the URI with this
value.
|
String getUri()
rewrite the path (or the prefix) portion of the URI with this value. If the original URI was matched based on prefix, the value provided in this field will replace the corresponding matched prefix.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
rewrite the path (or the prefix) portion of the URI with this value. If the original URI was matched based on prefix, the value provided in this field will replace the corresponding matched prefix.
string uri = 1;String getAuthority()
rewrite the Authority/Host header with this value.
string authority = 2;com.google.protobuf.ByteString getAuthorityBytes()
rewrite the Authority/Host header with this value.
string authority = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.