public static final class VirtualServiceOuterClass.HTTPRoute.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder> implements VirtualServiceOuterClass.HTTPRouteOrBuilder
Describes match conditions and actions for routing HTTP/1.1, HTTP2, and gRPC traffic. See VirtualService for usage examples.Protobuf type
istio.networking.v1alpha3.HTTPRoute| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.HTTPRoute.Builder |
addAllMatch(Iterable<? extends VirtualServiceOuterClass.HTTPMatchRequest> values)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addAllRoute(Iterable<? extends VirtualServiceOuterClass.HTTPRouteDestination> values)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addMatch(VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addMatch(VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
addMatchBuilder()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
addMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.HTTPRoute.Builder |
addRoute(int index,
VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addRoute(int index,
VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addRoute(VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
addRoute(VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRouteDestination.Builder |
addRouteBuilder()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRouteDestination.Builder |
addRouteBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute |
build() |
VirtualServiceOuterClass.HTTPRoute |
buildPartial() |
VirtualServiceOuterClass.HTTPRoute.Builder |
clear() |
VirtualServiceOuterClass.HTTPRoute.Builder |
clearCorsPolicy()
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearFault()
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VirtualServiceOuterClass.HTTPRoute.Builder |
clearHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HTTPRoute.Builder |
clearMatch()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearMirror()
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearMirrorPercent()
已过时。
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearName()
The name assigned to the route for debugging purposes.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VirtualServiceOuterClass.HTTPRoute.Builder |
clearRedirect()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearRetries()
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearRewrite()
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearRoute()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clearTimeout()
Timeout for HTTP requests, default is disabled.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
clone() |
VirtualServiceOuterClass.CorsPolicy |
getCorsPolicy()
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.CorsPolicy.Builder |
getCorsPolicyBuilder()
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.CorsPolicyOrBuilder |
getCorsPolicyOrBuilder()
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.HTTPRoute |
getDefaultInstanceForType() |
VirtualServiceOuterClass.Delegate |
getDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.Delegate.Builder |
getDelegateBuilder()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.DelegateOrBuilder |
getDelegateOrBuilder()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
VirtualServiceOuterClass.HTTPFaultInjection |
getFault()
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPFaultInjection.Builder |
getFaultBuilder()
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPFaultInjectionOrBuilder |
getFaultOrBuilder()
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.Headers |
getHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.Headers.Builder |
getHeadersBuilder()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HeadersOrBuilder |
getHeadersOrBuilder()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HTTPMatchRequest |
getMatch(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
getMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
List<VirtualServiceOuterClass.HTTPMatchRequest.Builder> |
getMatchBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
int |
getMatchCount()
Match conditions to be satisfied for the rule to be
activated.
|
List<VirtualServiceOuterClass.HTTPMatchRequest> |
getMatchList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequestOrBuilder |
getMatchOrBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
List<? extends VirtualServiceOuterClass.HTTPMatchRequestOrBuilder> |
getMatchOrBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.Destination |
getMirror()
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.Destination.Builder |
getMirrorBuilder()
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.DestinationOrBuilder |
getMirrorOrBuilder()
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
com.google.protobuf.UInt32Value |
getMirrorPercent()
已过时。
istio.networking.v1alpha3.HTTPRoute.mirror_percent is deprecated.
See networking/v1alpha3/virtual_service.proto;l=627
|
VirtualServiceOuterClass.Percent |
getMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.Percent.Builder |
getMirrorPercentageBuilder()
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.PercentOrBuilder |
getMirrorPercentageOrBuilder()
Percentage of the traffic to be mirrored by the `mirror` field.
|
com.google.protobuf.UInt32Value.Builder |
getMirrorPercentBuilder()
已过时。
|
com.google.protobuf.UInt32ValueOrBuilder |
getMirrorPercentOrBuilder()
已过时。
|
String |
getName()
The name assigned to the route for debugging purposes.
|
com.google.protobuf.ByteString |
getNameBytes()
The name assigned to the route for debugging purposes.
|
VirtualServiceOuterClass.HTTPRedirect |
getRedirect()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRedirect.Builder |
getRedirectBuilder()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRedirectOrBuilder |
getRedirectOrBuilder()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRetry |
getRetries()
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRetry.Builder |
getRetriesBuilder()
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRetryOrBuilder |
getRetriesOrBuilder()
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRewrite |
getRewrite()
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRewrite.Builder |
getRewriteBuilder()
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRewriteOrBuilder |
getRewriteOrBuilder()
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRouteDestination |
getRoute(int index)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRouteDestination.Builder |
getRouteBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic.
|
List<VirtualServiceOuterClass.HTTPRouteDestination.Builder> |
getRouteBuilderList()
A HTTP rule can either redirect or forward (default) traffic.
|
int |
getRouteCount()
A HTTP rule can either redirect or forward (default) traffic.
|
List<VirtualServiceOuterClass.HTTPRouteDestination> |
getRouteList()
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRouteDestinationOrBuilder |
getRouteOrBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic.
|
List<? extends VirtualServiceOuterClass.HTTPRouteDestinationOrBuilder> |
getRouteOrBuilderList()
A HTTP rule can either redirect or forward (default) traffic.
|
com.google.protobuf.Duration |
getTimeout()
Timeout for HTTP requests, default is disabled.
|
com.google.protobuf.Duration.Builder |
getTimeoutBuilder()
Timeout for HTTP requests, default is disabled.
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
Timeout for HTTP requests, default is disabled.
|
boolean |
hasCorsPolicy()
Cross-Origin Resource Sharing policy (CORS).
|
boolean |
hasDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
boolean |
hasFault()
Fault injection policy to apply on HTTP traffic at the client side.
|
boolean |
hasHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
boolean |
hasMirror()
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
boolean |
hasMirrorPercent()
已过时。
istio.networking.v1alpha3.HTTPRoute.mirror_percent is deprecated.
See networking/v1alpha3/virtual_service.proto;l=627
|
boolean |
hasMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field.
|
boolean |
hasRedirect()
A HTTP rule can either redirect or forward (default) traffic.
|
boolean |
hasRetries()
Retry policy for HTTP requests.
|
boolean |
hasRewrite()
Rewrite HTTP URIs and Authority headers.
|
boolean |
hasTimeout()
Timeout for HTTP requests, default is disabled.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeCorsPolicy(VirtualServiceOuterClass.CorsPolicy value)
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeDelegate(VirtualServiceOuterClass.Delegate value)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeFault(VirtualServiceOuterClass.HTTPFaultInjection value)
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeFrom(com.google.protobuf.Message other) |
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeFrom(VirtualServiceOuterClass.HTTPRoute other) |
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeHeaders(VirtualServiceOuterClass.Headers value)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeMirror(VirtualServiceOuterClass.Destination value)
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeMirrorPercent(com.google.protobuf.UInt32Value value)
已过时。
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeMirrorPercentage(VirtualServiceOuterClass.Percent value)
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeRedirect(VirtualServiceOuterClass.HTTPRedirect value)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeRetries(VirtualServiceOuterClass.HTTPRetry value)
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeRewrite(VirtualServiceOuterClass.HTTPRewrite value)
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeTimeout(com.google.protobuf.Duration value)
Timeout for HTTP requests, default is disabled.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VirtualServiceOuterClass.HTTPRoute.Builder |
removeMatch(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
removeRoute(int index)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setCorsPolicy(VirtualServiceOuterClass.CorsPolicy.Builder builderForValue)
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setCorsPolicy(VirtualServiceOuterClass.CorsPolicy value)
Cross-Origin Resource Sharing policy (CORS).
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setDelegate(VirtualServiceOuterClass.Delegate.Builder builderForValue)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setDelegate(VirtualServiceOuterClass.Delegate value)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setFault(VirtualServiceOuterClass.HTTPFaultInjection.Builder builderForValue)
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setFault(VirtualServiceOuterClass.HTTPFaultInjection value)
Fault injection policy to apply on HTTP traffic at the client side.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.HTTPRoute.Builder |
setHeaders(VirtualServiceOuterClass.Headers.Builder builderForValue)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HTTPRoute.Builder |
setHeaders(VirtualServiceOuterClass.Headers value)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16; |
VirtualServiceOuterClass.HTTPRoute.Builder |
setMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMatch(int index,
VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirror(VirtualServiceOuterClass.Destination.Builder builderForValue)
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirror(VirtualServiceOuterClass.Destination value)
Mirror HTTP traffic to a another destination in addition to forwarding
the requests to the intended destination.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirrorPercent(com.google.protobuf.UInt32Value.Builder builderForValue)
已过时。
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirrorPercent(com.google.protobuf.UInt32Value value)
已过时。
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirrorPercentage(VirtualServiceOuterClass.Percent.Builder builderForValue)
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setMirrorPercentage(VirtualServiceOuterClass.Percent value)
Percentage of the traffic to be mirrored by the `mirror` field.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setName(String value)
The name assigned to the route for debugging purposes.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the route for debugging purposes.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRedirect(VirtualServiceOuterClass.HTTPRedirect.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRedirect(VirtualServiceOuterClass.HTTPRedirect value)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VirtualServiceOuterClass.HTTPRoute.Builder |
setRetries(VirtualServiceOuterClass.HTTPRetry.Builder builderForValue)
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRetries(VirtualServiceOuterClass.HTTPRetry value)
Retry policy for HTTP requests.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRewrite(VirtualServiceOuterClass.HTTPRewrite.Builder builderForValue)
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRewrite(VirtualServiceOuterClass.HTTPRewrite value)
Rewrite HTTP URIs and Authority headers.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRoute(int index,
VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setRoute(int index,
VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Timeout for HTTP requests, default is disabled.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setTimeout(com.google.protobuf.Duration value)
Timeout for HTTP requests, default is disabled.
|
VirtualServiceOuterClass.HTTPRoute.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic VirtualServiceOuterClass.HTTPRoute build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic VirtualServiceOuterClass.HTTPRoute buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic VirtualServiceOuterClass.HTTPRoute.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder mergeFrom(VirtualServiceOuterClass.HTTPRoute other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public VirtualServiceOuterClass.HTTPRoute.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>IOExceptionpublic String getName()
The name assigned to the route for debugging purposes. The route's name will be concatenated with the match's name and will be logged in the access logs for requests matching this route/match.
string name = 17;getName 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name assigned to the route for debugging purposes. The route's name will be concatenated with the match's name and will be logged in the access logs for requests matching this route/match.
string name = 17;getNameBytes 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setName(String value)
The name assigned to the route for debugging purposes. The route's name will be concatenated with the match's name and will be logged in the access logs for requests matching this route/match.
string name = 17;value - The name to set.public VirtualServiceOuterClass.HTTPRoute.Builder clearName()
The name assigned to the route for debugging purposes. The route's name will be concatenated with the match's name and will be logged in the access logs for requests matching this route/match.
string name = 17;public VirtualServiceOuterClass.HTTPRoute.Builder setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the route for debugging purposes. The route's name will be concatenated with the match's name and will be logged in the access logs for requests matching this route/match.
string name = 17;value - The bytes for name to set.public List<VirtualServiceOuterClass.HTTPMatchRequest> getMatchList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public int getMatchCount()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPMatchRequest getMatch(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder setMatch(int index, VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder setMatch(int index, VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder addMatch(VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder addMatch(int index, VirtualServiceOuterClass.HTTPMatchRequest value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder addMatch(VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder addMatch(int index, VirtualServiceOuterClass.HTTPMatchRequest.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder addAllMatch(Iterable<? extends VirtualServiceOuterClass.HTTPMatchRequest> values)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder clearMatch()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPRoute.Builder removeMatch(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPMatchRequest.Builder getMatchBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPMatchRequestOrBuilder getMatchOrBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public List<? extends VirtualServiceOuterClass.HTTPMatchRequestOrBuilder> getMatchOrBuilderList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPMatchRequest.Builder addMatchBuilder()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public VirtualServiceOuterClass.HTTPMatchRequest.Builder addMatchBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public List<VirtualServiceOuterClass.HTTPMatchRequest.Builder> getMatchBuilderList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.HTTPMatchRequest match = 1;public List<VirtualServiceOuterClass.HTTPRouteDestination> getRouteList()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public int getRouteCount()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRouteDestination getRoute(int index)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder setRoute(int index, VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder setRoute(int index, VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder addRoute(VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder addRoute(int index, VirtualServiceOuterClass.HTTPRouteDestination value)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder addRoute(VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder addRoute(int index, VirtualServiceOuterClass.HTTPRouteDestination.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder addAllRoute(Iterable<? extends VirtualServiceOuterClass.HTTPRouteDestination> values)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder clearRoute()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRoute.Builder removeRoute(int index)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRouteDestination.Builder getRouteBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRouteDestinationOrBuilder getRouteOrBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public List<? extends VirtualServiceOuterClass.HTTPRouteDestinationOrBuilder> getRouteOrBuilderList()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRouteDestination.Builder addRouteBuilder()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public VirtualServiceOuterClass.HTTPRouteDestination.Builder addRouteBuilder(int index)
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public List<VirtualServiceOuterClass.HTTPRouteDestination.Builder> getRouteBuilderList()
A HTTP rule can either redirect or forward (default) traffic. The forwarding target can be one of several versions of a service (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives.
repeated .istio.networking.v1alpha3.HTTPRouteDestination route = 2;public boolean hasRedirect()
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;hasRedirect 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRedirect getRedirect()
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;getRedirect 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setRedirect(VirtualServiceOuterClass.HTTPRedirect value)
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public VirtualServiceOuterClass.HTTPRoute.Builder setRedirect(VirtualServiceOuterClass.HTTPRedirect.Builder builderForValue)
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public VirtualServiceOuterClass.HTTPRoute.Builder mergeRedirect(VirtualServiceOuterClass.HTTPRedirect value)
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public VirtualServiceOuterClass.HTTPRoute.Builder clearRedirect()
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public VirtualServiceOuterClass.HTTPRedirect.Builder getRedirectBuilder()
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public VirtualServiceOuterClass.HTTPRedirectOrBuilder getRedirectOrBuilder()
A HTTP rule can either redirect or forward (default) traffic. If traffic passthrough option is specified in the rule, route/redirect will be ignored. The redirect primitive can be used to send a HTTP 301 redirect to a different URI or Authority.
.istio.networking.v1alpha3.HTTPRedirect redirect = 3;public boolean hasDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;hasDelegate 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.Delegate getDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;getDelegate 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setDelegate(VirtualServiceOuterClass.Delegate value)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public VirtualServiceOuterClass.HTTPRoute.Builder setDelegate(VirtualServiceOuterClass.Delegate.Builder builderForValue)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public VirtualServiceOuterClass.HTTPRoute.Builder mergeDelegate(VirtualServiceOuterClass.Delegate value)
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public VirtualServiceOuterClass.HTTPRoute.Builder clearDelegate()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public VirtualServiceOuterClass.Delegate.Builder getDelegateBuilder()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public VirtualServiceOuterClass.DelegateOrBuilder getDelegateOrBuilder()
Delegate is used to specify the particular VirtualService which
can be used to define delegate HTTPRoute.
It can be set only when `Route` and `Redirect` are empty, and the route rules of the
delegate VirtualService will be merged with that in the current one.
**NOTE**:
1. Only one level delegation is supported.
2. The delegate's HTTPMatchRequest must be a strict subset of the root's,
otherwise there is a conflict and the HTTPRoute will not take effect.
.istio.networking.v1alpha3.Delegate delegate = 20;public boolean hasRewrite()
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;hasRewrite 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRewrite getRewrite()
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;getRewrite 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setRewrite(VirtualServiceOuterClass.HTTPRewrite value)
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public VirtualServiceOuterClass.HTTPRoute.Builder setRewrite(VirtualServiceOuterClass.HTTPRewrite.Builder builderForValue)
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public VirtualServiceOuterClass.HTTPRoute.Builder mergeRewrite(VirtualServiceOuterClass.HTTPRewrite value)
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public VirtualServiceOuterClass.HTTPRoute.Builder clearRewrite()
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public VirtualServiceOuterClass.HTTPRewrite.Builder getRewriteBuilder()
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public VirtualServiceOuterClass.HTTPRewriteOrBuilder getRewriteOrBuilder()
Rewrite HTTP URIs and Authority headers. Rewrite cannot be used with Redirect primitive. Rewrite will be performed before forwarding.
.istio.networking.v1alpha3.HTTPRewrite rewrite = 4;public boolean hasTimeout()
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;hasTimeout 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic com.google.protobuf.Duration getTimeout()
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;getTimeout 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setTimeout(com.google.protobuf.Duration value)
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public VirtualServiceOuterClass.HTTPRoute.Builder setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public VirtualServiceOuterClass.HTTPRoute.Builder mergeTimeout(com.google.protobuf.Duration value)
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public VirtualServiceOuterClass.HTTPRoute.Builder clearTimeout()
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public com.google.protobuf.Duration.Builder getTimeoutBuilder()
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
Timeout for HTTP requests, default is disabled.
.google.protobuf.Duration timeout = 6;public boolean hasRetries()
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;hasRetries 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRetry getRetries()
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;getRetries 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setRetries(VirtualServiceOuterClass.HTTPRetry value)
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public VirtualServiceOuterClass.HTTPRoute.Builder setRetries(VirtualServiceOuterClass.HTTPRetry.Builder builderForValue)
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public VirtualServiceOuterClass.HTTPRoute.Builder mergeRetries(VirtualServiceOuterClass.HTTPRetry value)
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public VirtualServiceOuterClass.HTTPRoute.Builder clearRetries()
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public VirtualServiceOuterClass.HTTPRetry.Builder getRetriesBuilder()
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public VirtualServiceOuterClass.HTTPRetryOrBuilder getRetriesOrBuilder()
Retry policy for HTTP requests.
.istio.networking.v1alpha3.HTTPRetry retries = 7;public boolean hasFault()
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;hasFault 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPFaultInjection getFault()
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;getFault 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setFault(VirtualServiceOuterClass.HTTPFaultInjection value)
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public VirtualServiceOuterClass.HTTPRoute.Builder setFault(VirtualServiceOuterClass.HTTPFaultInjection.Builder builderForValue)
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public VirtualServiceOuterClass.HTTPRoute.Builder mergeFault(VirtualServiceOuterClass.HTTPFaultInjection value)
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public VirtualServiceOuterClass.HTTPRoute.Builder clearFault()
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public VirtualServiceOuterClass.HTTPFaultInjection.Builder getFaultBuilder()
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public VirtualServiceOuterClass.HTTPFaultInjectionOrBuilder getFaultOrBuilder()
Fault injection policy to apply on HTTP traffic at the client side. Note that timeouts or retries will not be enabled when faults are enabled on the client side.
.istio.networking.v1alpha3.HTTPFaultInjection fault = 8;public boolean hasMirror()
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;hasMirror 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.Destination getMirror()
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;getMirror 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setMirror(VirtualServiceOuterClass.Destination value)
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;public VirtualServiceOuterClass.HTTPRoute.Builder setMirror(VirtualServiceOuterClass.Destination.Builder builderForValue)
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;public VirtualServiceOuterClass.HTTPRoute.Builder mergeMirror(VirtualServiceOuterClass.Destination value)
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;public VirtualServiceOuterClass.HTTPRoute.Builder clearMirror()
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;public VirtualServiceOuterClass.Destination.Builder getMirrorBuilder()
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;public VirtualServiceOuterClass.DestinationOrBuilder getMirrorOrBuilder()
Mirror HTTP traffic to a another destination in addition to forwarding the requests to the intended destination. Mirrored traffic is on a best effort basis where the sidecar/gateway will not wait for the mirrored cluster to respond before returning the response from the original destination. Statistics will be generated for the mirrored destination.
.istio.networking.v1alpha3.Destination mirror = 9;@Deprecated public boolean hasMirrorPercent()
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];hasMirrorPercent 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilder@Deprecated public com.google.protobuf.UInt32Value getMirrorPercent()
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];getMirrorPercent 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilder@Deprecated public VirtualServiceOuterClass.HTTPRoute.Builder setMirrorPercent(com.google.protobuf.UInt32Value value)
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];@Deprecated public VirtualServiceOuterClass.HTTPRoute.Builder setMirrorPercent(com.google.protobuf.UInt32Value.Builder builderForValue)
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];@Deprecated public VirtualServiceOuterClass.HTTPRoute.Builder mergeMirrorPercent(com.google.protobuf.UInt32Value value)
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];@Deprecated public VirtualServiceOuterClass.HTTPRoute.Builder clearMirrorPercent()
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];@Deprecated public com.google.protobuf.UInt32Value.Builder getMirrorPercentBuilder()
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];@Deprecated public com.google.protobuf.UInt32ValueOrBuilder getMirrorPercentOrBuilder()
Percentage of the traffic to be mirrored by the `mirror` field. Use of integer `mirror_percent` value is deprecated. Use the double `mirror_percentage` field instead
.google.protobuf.UInt32Value mirror_percent = 18 [deprecated = true];public boolean hasMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;hasMirrorPercentage 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.Percent getMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;getMirrorPercentage 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setMirrorPercentage(VirtualServiceOuterClass.Percent value)
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public VirtualServiceOuterClass.HTTPRoute.Builder setMirrorPercentage(VirtualServiceOuterClass.Percent.Builder builderForValue)
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public VirtualServiceOuterClass.HTTPRoute.Builder mergeMirrorPercentage(VirtualServiceOuterClass.Percent value)
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public VirtualServiceOuterClass.HTTPRoute.Builder clearMirrorPercentage()
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public VirtualServiceOuterClass.Percent.Builder getMirrorPercentageBuilder()
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public VirtualServiceOuterClass.PercentOrBuilder getMirrorPercentageOrBuilder()
Percentage of the traffic to be mirrored by the `mirror` field. If this field is absent, all the traffic (100%) will be mirrored. Max value is 100.
.istio.networking.v1alpha3.Percent mirror_percentage = 19;public boolean hasCorsPolicy()
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;hasCorsPolicy 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.CorsPolicy getCorsPolicy()
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;getCorsPolicy 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setCorsPolicy(VirtualServiceOuterClass.CorsPolicy value)
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public VirtualServiceOuterClass.HTTPRoute.Builder setCorsPolicy(VirtualServiceOuterClass.CorsPolicy.Builder builderForValue)
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public VirtualServiceOuterClass.HTTPRoute.Builder mergeCorsPolicy(VirtualServiceOuterClass.CorsPolicy value)
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public VirtualServiceOuterClass.HTTPRoute.Builder clearCorsPolicy()
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public VirtualServiceOuterClass.CorsPolicy.Builder getCorsPolicyBuilder()
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public VirtualServiceOuterClass.CorsPolicyOrBuilder getCorsPolicyOrBuilder()
Cross-Origin Resource Sharing policy (CORS). Refer to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for further details about cross origin resource sharing.
.istio.networking.v1alpha3.CorsPolicy cors_policy = 10;public boolean hasHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;hasHeaders 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.Headers getHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;getHeaders 在接口中 VirtualServiceOuterClass.HTTPRouteOrBuilderpublic VirtualServiceOuterClass.HTTPRoute.Builder setHeaders(VirtualServiceOuterClass.Headers value)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public VirtualServiceOuterClass.HTTPRoute.Builder setHeaders(VirtualServiceOuterClass.Headers.Builder builderForValue)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public VirtualServiceOuterClass.HTTPRoute.Builder mergeHeaders(VirtualServiceOuterClass.Headers value)
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public VirtualServiceOuterClass.HTTPRoute.Builder clearHeaders()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public VirtualServiceOuterClass.Headers.Builder getHeadersBuilder()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public VirtualServiceOuterClass.HeadersOrBuilder getHeadersOrBuilder()
Header manipulation rules
.istio.networking.v1alpha3.Headers headers = 16;public final VirtualServiceOuterClass.HTTPRoute.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>public final VirtualServiceOuterClass.HTTPRoute.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.HTTPRoute.Builder>Copyright © 2018–2023 Alibaba Group. All rights reserved.