public static interface VirtualServiceOuterClass.HTTPRedirectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthority()
On a redirect, overwrite the Authority/Host portion of the URL with
this value.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
On a redirect, overwrite the Authority/Host portion of the URL with
this value.
|
int |
getRedirectCode()
On a redirect, Specifies the HTTP status code to use in the redirect
response.
|
String |
getUri()
On a redirect, overwrite the Path portion of the URL with this
value.
|
com.google.protobuf.ByteString |
getUriBytes()
On a redirect, overwrite the Path portion of the URL with this
value.
|
String getUri()
On a redirect, overwrite the Path portion of the URL with this value. Note that the entire path will be replaced, irrespective of the request URI being matched as an exact path or prefix.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
On a redirect, overwrite the Path portion of the URL with this value. Note that the entire path will be replaced, irrespective of the request URI being matched as an exact path or prefix.
string uri = 1;String getAuthority()
On a redirect, overwrite the Authority/Host portion of the URL with this value.
string authority = 2;com.google.protobuf.ByteString getAuthorityBytes()
On a redirect, overwrite the Authority/Host portion of the URL with this value.
string authority = 2;int getRedirectCode()
On a redirect, Specifies the HTTP status code to use in the redirect response. The default response code is MOVED_PERMANENTLY (301).
uint32 redirect_code = 3;Copyright © 2018–2023 Alibaba Group. All rights reserved.