接口 VirtualServiceOuterClass.HTTPRewriteOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.HTTPRewriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明rewrite the Authority/Host header with this value.com.google.protobuf.ByteStringrewrite the Authority/Host header with this value.getUri()rewrite the path (or the prefix) portion of the URI with this value.com.google.protobuf.ByteStringrewrite the path (or the prefix) portion of the URI with this value.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getUri
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;- 返回:
- The uri.
-
getUriBytes
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;- 返回:
- The bytes for uri.
-
getAuthority
String getAuthority()rewrite the Authority/Host header with this value.
string authority = 2;- 返回:
- The authority.
-
getAuthorityBytes
com.google.protobuf.ByteString getAuthorityBytes()rewrite the Authority/Host header with this value.
string authority = 2;- 返回:
- The bytes for authority.
-