类 DestinationRuleOuterClass.OutlierDetection
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- istio.networking.v1alpha3.DestinationRuleOuterClass.OutlierDetection
-
- 所有已实现的接口:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DestinationRuleOuterClass.OutlierDetectionOrBuilder,java.io.Serializable
public static final class DestinationRuleOuterClass.OutlierDetection extends com.google.protobuf.GeneratedMessageV3 implements DestinationRuleOuterClass.OutlierDetectionOrBuilder
A Circuit breaker implementation that tracks the status of each individual host in the upstream service. Applicable to both HTTP and TCP services. For HTTP services, hosts that continually return 5xx errors for API calls are ejected from the pool for a pre-defined period of time. For TCP services, connection timeouts or connection failures to a given host counts as an error when measuring the consecutive errors metric. See Envoy's [outlier detection](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/outlier) for more details. The following rule sets a connection pool size of 100 HTTP1 connections with no more than 10 req/connection to the "reviews" service. In addition, it sets a limit of 1000 concurrent HTTP2 requests and configures upstream hosts to be scanned every 5 mins so that any host that fails 7 consecutive times with a 502, 503, or 504 error code will be ejected for 15 minutes. {{<tabset category-name="example">}} {{<tab name="v1alpha3" category-value="v1alpha3">}} ```yaml apiVersion: networking.istio.io/v1alpha3 kind: DestinationRule metadata: name: reviews-cb-policy spec: host: reviews.prod.svc.cluster.local trafficPolicy: connectionPool: tcp: maxConnections: 100 http: http2MaxRequests: 1000 maxRequestsPerConnection: 10 outlierDetection: consecutiveErrors: 7 interval: 5m baseEjectionTime: 15m ``` {{</tab>}} {{<tab name="v1beta1" category-value="v1beta1">}} ```yaml apiVersion: networking.istio.io/v1beta1 kind: DestinationRule metadata: name: reviews-cb-policy spec: host: reviews.prod.svc.cluster.local trafficPolicy: connectionPool: tcp: maxConnections: 100 http: http2MaxRequests: 1000 maxRequestsPerConnection: 10 outlierDetection: consecutiveErrors: 7 interval: 5m baseEjectionTime: 15m ``` {{</tab>}} {{</tabset>}}Protobuf typeistio.networking.v1alpha3.OutlierDetection- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classDestinationRuleOuterClass.OutlierDetection.BuilderA Circuit breaker implementation that tracks the status of each individual host in the upstream service.-
从类继承的嵌套类/接口 com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
字段概要
字段 修饰符和类型 字段 说明 static intBASE_EJECTION_TIME_FIELD_NUMBERprivate com.google.protobuf.DurationbaseEjectionTime_static intCONSECUTIVE_5XX_ERRORS_FIELD_NUMBERstatic intCONSECUTIVE_ERRORS_FIELD_NUMBERstatic intCONSECUTIVE_GATEWAY_ERRORS_FIELD_NUMBERprivate com.google.protobuf.UInt32Valueconsecutive5XxErrors_private intconsecutiveErrors_private com.google.protobuf.UInt32ValueconsecutiveGatewayErrors_private static DestinationRuleOuterClass.OutlierDetectionDEFAULT_INSTANCEprivate com.google.protobuf.Durationinterval_static intINTERVAL_FIELD_NUMBERstatic intMAX_EJECTION_PERCENT_FIELD_NUMBERprivate intmaxEjectionPercent_private bytememoizedIsInitializedstatic intMIN_HEALTH_PERCENT_FIELD_NUMBERprivate intminHealthPercent_private static com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection>PARSERprivate static longserialVersionUID
-
构造器概要
构造器 限定符 构造器 说明 privateOutlierDetection()privateOutlierDetection(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)com.google.protobuf.DurationgetBaseEjectionTime()Minimum ejection duration.com.google.protobuf.DurationOrBuildergetBaseEjectionTimeOrBuilder()Minimum ejection duration.com.google.protobuf.UInt32ValuegetConsecutive5XxErrors()Number of 5xx errors before a host is ejected from the connection pool.com.google.protobuf.UInt32ValueOrBuildergetConsecutive5XxErrorsOrBuilder()Number of 5xx errors before a host is ejected from the connection pool.intgetConsecutiveErrors()已过时。com.google.protobuf.UInt32ValuegetConsecutiveGatewayErrors()Number of gateway errors before a host is ejected from the connection pool.com.google.protobuf.UInt32ValueOrBuildergetConsecutiveGatewayErrorsOrBuilder()Number of gateway errors before a host is ejected from the connection pool.static DestinationRuleOuterClass.OutlierDetectiongetDefaultInstance()DestinationRuleOuterClass.OutlierDetectiongetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.DurationgetInterval()Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms.com.google.protobuf.DurationOrBuildergetIntervalOrBuilder()Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms.intgetMaxEjectionPercent()Maximum % of hosts in the load balancing pool for the upstream service that can be ejected.intgetMinHealthPercent()Outlier detection will be enabled as long as the associated load balancing pool has at least min_health_percent hosts in healthy mode.com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasBaseEjectionTime()Minimum ejection duration.booleanhasConsecutive5XxErrors()Number of 5xx errors before a host is ejected from the connection pool.booleanhasConsecutiveGatewayErrors()Number of gateway errors before a host is ejected from the connection pool.inthashCode()booleanhasInterval()Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static DestinationRuleOuterClass.OutlierDetection.BuildernewBuilder()static DestinationRuleOuterClass.OutlierDetection.BuildernewBuilder(DestinationRuleOuterClass.OutlierDetection prototype)DestinationRuleOuterClass.OutlierDetection.BuildernewBuilderForType()protected DestinationRuleOuterClass.OutlierDetection.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DestinationRuleOuterClass.OutlierDetectionparseDelimitedFrom(java.io.InputStream input)static DestinationRuleOuterClass.OutlierDetectionparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationRuleOuterClass.OutlierDetectionparseFrom(byte[] data)static DestinationRuleOuterClass.OutlierDetectionparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationRuleOuterClass.OutlierDetectionparseFrom(com.google.protobuf.ByteString data)static DestinationRuleOuterClass.OutlierDetectionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationRuleOuterClass.OutlierDetectionparseFrom(com.google.protobuf.CodedInputStream input)static DestinationRuleOuterClass.OutlierDetectionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationRuleOuterClass.OutlierDetectionparseFrom(java.io.InputStream input)static DestinationRuleOuterClass.OutlierDetectionparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationRuleOuterClass.OutlierDetectionparseFrom(java.nio.ByteBuffer data)static DestinationRuleOuterClass.OutlierDetectionparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection>parser()DestinationRuleOuterClass.OutlierDetection.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
从类继承的方法 com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
-
-
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID
- 另请参阅:
- 常量字段值
-
CONSECUTIVE_ERRORS_FIELD_NUMBER
public static final int CONSECUTIVE_ERRORS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
consecutiveErrors_
private int consecutiveErrors_
-
CONSECUTIVE_GATEWAY_ERRORS_FIELD_NUMBER
public static final int CONSECUTIVE_GATEWAY_ERRORS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
consecutiveGatewayErrors_
private com.google.protobuf.UInt32Value consecutiveGatewayErrors_
-
CONSECUTIVE_5XX_ERRORS_FIELD_NUMBER
public static final int CONSECUTIVE_5XX_ERRORS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
consecutive5XxErrors_
private com.google.protobuf.UInt32Value consecutive5XxErrors_
-
INTERVAL_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
interval_
private com.google.protobuf.Duration interval_
-
BASE_EJECTION_TIME_FIELD_NUMBER
public static final int BASE_EJECTION_TIME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
baseEjectionTime_
private com.google.protobuf.Duration baseEjectionTime_
-
MAX_EJECTION_PERCENT_FIELD_NUMBER
public static final int MAX_EJECTION_PERCENT_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
maxEjectionPercent_
private int maxEjectionPercent_
-
MIN_HEALTH_PERCENT_FIELD_NUMBER
public static final int MIN_HEALTH_PERCENT_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
minHealthPercent_
private int minHealthPercent_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final DestinationRuleOuterClass.OutlierDetection DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection> PARSER
-
-
方法详细资料
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- 覆盖:
newInstance在类中com.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- 指定者:
getUnknownFields在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getUnknownFields在类中com.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3
-
getConsecutiveErrors
@Deprecated public int getConsecutiveErrors()
已过时。Number of errors before a host is ejected from the connection pool. Defaults to 5. When the upstream host is accessed over HTTP, a 502, 503, or 504 return code qualifies as an error. When the upstream host is accessed over an opaque TCP connection, connect timeouts and connection error/failure events qualify as an error. $hide_from_docs
int32 consecutive_errors = 1 [deprecated = true];- 指定者:
getConsecutiveErrors在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The consecutiveErrors.
-
hasConsecutiveGatewayErrors
public boolean hasConsecutiveGatewayErrors()
Number of gateway errors before a host is ejected from the connection pool. When the upstream host is accessed over HTTP, a 502, 503, or 504 return code qualifies as a gateway error. When the upstream host is accessed over an opaque TCP connection, connect timeouts and connection error/failure events qualify as a gateway error. This feature is disabled by default or when set to the value 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_gateway_errors = 6;- 指定者:
hasConsecutiveGatewayErrors在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- Whether the consecutiveGatewayErrors field is set.
-
getConsecutiveGatewayErrors
public com.google.protobuf.UInt32Value getConsecutiveGatewayErrors()
Number of gateway errors before a host is ejected from the connection pool. When the upstream host is accessed over HTTP, a 502, 503, or 504 return code qualifies as a gateway error. When the upstream host is accessed over an opaque TCP connection, connect timeouts and connection error/failure events qualify as a gateway error. This feature is disabled by default or when set to the value 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_gateway_errors = 6;- 指定者:
getConsecutiveGatewayErrors在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The consecutiveGatewayErrors.
-
getConsecutiveGatewayErrorsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getConsecutiveGatewayErrorsOrBuilder()
Number of gateway errors before a host is ejected from the connection pool. When the upstream host is accessed over HTTP, a 502, 503, or 504 return code qualifies as a gateway error. When the upstream host is accessed over an opaque TCP connection, connect timeouts and connection error/failure events qualify as a gateway error. This feature is disabled by default or when set to the value 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_gateway_errors = 6;
-
hasConsecutive5XxErrors
public boolean hasConsecutive5XxErrors()
Number of 5xx errors before a host is ejected from the connection pool. When the upstream host is accessed over an opaque TCP connection, connect timeouts, connection error/failure and request failure events qualify as a 5xx error. This feature defaults to 5 but can be disabled by setting the value to 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_5xx_errors = 7;- 指定者:
hasConsecutive5XxErrors在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- Whether the consecutive5xxErrors field is set.
-
getConsecutive5XxErrors
public com.google.protobuf.UInt32Value getConsecutive5XxErrors()
Number of 5xx errors before a host is ejected from the connection pool. When the upstream host is accessed over an opaque TCP connection, connect timeouts, connection error/failure and request failure events qualify as a 5xx error. This feature defaults to 5 but can be disabled by setting the value to 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_5xx_errors = 7;- 指定者:
getConsecutive5XxErrors在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The consecutive5xxErrors.
-
getConsecutive5XxErrorsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getConsecutive5XxErrorsOrBuilder()
Number of 5xx errors before a host is ejected from the connection pool. When the upstream host is accessed over an opaque TCP connection, connect timeouts, connection error/failure and request failure events qualify as a 5xx error. This feature defaults to 5 but can be disabled by setting the value to 0. Note that consecutive_gateway_errors and consecutive_5xx_errors can be used separately or together. Because the errors counted by consecutive_gateway_errors are also included in consecutive_5xx_errors, if the value of consecutive_gateway_errors is greater than or equal to the value of consecutive_5xx_errors, consecutive_gateway_errors will have no effect.
.google.protobuf.UInt32Value consecutive_5xx_errors = 7;
-
hasInterval
public boolean hasInterval()
Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration interval = 2;- 指定者:
hasInterval在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- Whether the interval field is set.
-
getInterval
public com.google.protobuf.Duration getInterval()
Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration interval = 2;- 指定者:
getInterval在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The interval.
-
getIntervalOrBuilder
public com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
Time interval between ejection sweep analysis. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration interval = 2;
-
hasBaseEjectionTime
public boolean hasBaseEjectionTime()
Minimum ejection duration. A host will remain ejected for a period equal to the product of minimum ejection duration and the number of times the host has been ejected. This technique allows the system to automatically increase the ejection period for unhealthy upstream servers. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 30s.
.google.protobuf.Duration base_ejection_time = 3;- 指定者:
hasBaseEjectionTime在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- Whether the baseEjectionTime field is set.
-
getBaseEjectionTime
public com.google.protobuf.Duration getBaseEjectionTime()
Minimum ejection duration. A host will remain ejected for a period equal to the product of minimum ejection duration and the number of times the host has been ejected. This technique allows the system to automatically increase the ejection period for unhealthy upstream servers. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 30s.
.google.protobuf.Duration base_ejection_time = 3;- 指定者:
getBaseEjectionTime在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The baseEjectionTime.
-
getBaseEjectionTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getBaseEjectionTimeOrBuilder()
Minimum ejection duration. A host will remain ejected for a period equal to the product of minimum ejection duration and the number of times the host has been ejected. This technique allows the system to automatically increase the ejection period for unhealthy upstream servers. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 30s.
.google.protobuf.Duration base_ejection_time = 3;
-
getMaxEjectionPercent
public int getMaxEjectionPercent()
Maximum % of hosts in the load balancing pool for the upstream service that can be ejected. Defaults to 10%.
int32 max_ejection_percent = 4;- 指定者:
getMaxEjectionPercent在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The maxEjectionPercent.
-
getMinHealthPercent
public int getMinHealthPercent()
Outlier detection will be enabled as long as the associated load balancing pool has at least min_health_percent hosts in healthy mode. When the percentage of healthy hosts in the load balancing pool drops below this threshold, outlier detection will be disabled and the proxy will load balance across all hosts in the pool (healthy and unhealthy). The threshold can be disabled by setting it to 0%. The default is 0% as it's not typically applicable in k8s environments with few pods per service.
int32 min_health_percent = 5;- 指定者:
getMinHealthPercent在接口中DestinationRuleOuterClass.OutlierDetectionOrBuilder- 返回:
- The minHealthPercent.
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- 指定者:
writeTo在接口中com.google.protobuf.MessageLite- 覆盖:
writeTo在类中com.google.protobuf.GeneratedMessageV3- 抛出:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- 指定者:
getSerializedSize在接口中com.google.protobuf.MessageLite- 覆盖:
getSerializedSize在类中com.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- 指定者:
equals在接口中com.google.protobuf.Message- 覆盖:
equals在类中com.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- 指定者:
hashCode在接口中com.google.protobuf.Message- 覆盖:
hashCode在类中com.google.protobuf.AbstractMessage
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(java.io.InputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static DestinationRuleOuterClass.OutlierDetection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static DestinationRuleOuterClass.OutlierDetection parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static DestinationRuleOuterClass.OutlierDetection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
newBuilderForType
public DestinationRuleOuterClass.OutlierDetection.Builder newBuilderForType()
- 指定者:
newBuilderForType在接口中com.google.protobuf.Message- 指定者:
newBuilderForType在接口中com.google.protobuf.MessageLite
-
newBuilder
public static DestinationRuleOuterClass.OutlierDetection.Builder newBuilder()
-
newBuilder
public static DestinationRuleOuterClass.OutlierDetection.Builder newBuilder(DestinationRuleOuterClass.OutlierDetection prototype)
-
toBuilder
public DestinationRuleOuterClass.OutlierDetection.Builder toBuilder()
- 指定者:
toBuilder在接口中com.google.protobuf.Message- 指定者:
toBuilder在接口中com.google.protobuf.MessageLite
-
newBuilderForType
protected DestinationRuleOuterClass.OutlierDetection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- 指定者:
newBuilderForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DestinationRuleOuterClass.OutlierDetection getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection> parser()
-
getParserForType
public com.google.protobuf.Parser<DestinationRuleOuterClass.OutlierDetection> getParserForType()
- 指定者:
getParserForType在接口中com.google.protobuf.Message- 指定者:
getParserForType在接口中com.google.protobuf.MessageLite- 覆盖:
getParserForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DestinationRuleOuterClass.OutlierDetection getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
-