public static interface VirtualServiceOuterClass.HTTPFaultInjection.AbortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.HTTPFaultInjection.Abort.ErrorTypeCase |
getErrorTypeCase() |
String |
getGrpcStatus()
$hide_from_docs
string grpc_status = 3; |
com.google.protobuf.ByteString |
getGrpcStatusBytes()
$hide_from_docs
string grpc_status = 3; |
String |
getHttp2Error()
$hide_from_docs
string http2_error = 4; |
com.google.protobuf.ByteString |
getHttp2ErrorBytes()
$hide_from_docs
string http2_error = 4; |
int |
getHttpStatus()
HTTP status code to use to abort the Http request.
|
VirtualServiceOuterClass.Percent |
getPercentage()
Percentage of requests to be aborted with the error code provided.
|
VirtualServiceOuterClass.PercentOrBuilder |
getPercentageOrBuilder()
Percentage of requests to be aborted with the error code provided.
|
boolean |
hasGrpcStatus()
$hide_from_docs
string grpc_status = 3; |
boolean |
hasHttp2Error()
$hide_from_docs
string http2_error = 4; |
boolean |
hasHttpStatus()
HTTP status code to use to abort the Http request.
|
boolean |
hasPercentage()
Percentage of requests to be aborted with the error code provided.
|
boolean hasHttpStatus()
HTTP status code to use to abort the Http request.
int32 http_status = 2 [(.google.api.field_behavior) = REQUIRED];int getHttpStatus()
HTTP status code to use to abort the Http request.
int32 http_status = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasGrpcStatus()
$hide_from_docs
string grpc_status = 3;String getGrpcStatus()
$hide_from_docs
string grpc_status = 3;com.google.protobuf.ByteString getGrpcStatusBytes()
$hide_from_docs
string grpc_status = 3;boolean hasHttp2Error()
$hide_from_docs
string http2_error = 4;String getHttp2Error()
$hide_from_docs
string http2_error = 4;com.google.protobuf.ByteString getHttp2ErrorBytes()
$hide_from_docs
string http2_error = 4;boolean hasPercentage()
Percentage of requests to be aborted with the error code provided.
.istio.networking.v1alpha3.Percent percentage = 5;VirtualServiceOuterClass.Percent getPercentage()
Percentage of requests to be aborted with the error code provided.
.istio.networking.v1alpha3.Percent percentage = 5;VirtualServiceOuterClass.PercentOrBuilder getPercentageOrBuilder()
Percentage of requests to be aborted with the error code provided.
.istio.networking.v1alpha3.Percent percentage = 5;VirtualServiceOuterClass.HTTPFaultInjection.Abort.ErrorTypeCase getErrorTypeCase()
Copyright © 2018–2023 Alibaba Group. All rights reserved.