Class CircuitBreakers.Thresholds
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,CircuitBreakers.ThresholdsOrBuilder
,Serializable
- Enclosing class:
CircuitBreakers
public static final class CircuitBreakers.Thresholds
extends com.google.protobuf.GeneratedMessage
implements CircuitBreakers.ThresholdsOrBuilder
A Thresholds defines CircuitBreaker settings for a :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`. [#next-free-field: 9]Protobuf type
envoy.config.cluster.v3.CircuitBreakers.Thresholds
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A Thresholds defines CircuitBreaker settings for a :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`.static final class
Protobuf typeenvoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget
static interface
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final CircuitBreakers.Thresholds
static final int
static final int
static final int
static final int
static final int
private com.google.protobuf.UInt32Value
private com.google.protobuf.UInt32Value
private com.google.protobuf.UInt32Value
private com.google.protobuf.UInt32Value
private com.google.protobuf.UInt32Value
private byte
private static final com.google.protobuf.Parser
<CircuitBreakers.Thresholds> private int
static final int
static final int
private static final long
static final int
private boolean
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
private
Thresholds
(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CircuitBreakers.Thresholds
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.UInt32Value
The maximum number of connection pools per cluster that Envoy will concurrently support at once.com.google.protobuf.UInt32ValueOrBuilder
The maximum number of connection pools per cluster that Envoy will concurrently support at once.com.google.protobuf.UInt32Value
The maximum number of connections that Envoy will make to the upstream cluster.com.google.protobuf.UInt32ValueOrBuilder
The maximum number of connections that Envoy will make to the upstream cluster.com.google.protobuf.UInt32Value
The maximum number of pending requests that Envoy will allow to the upstream cluster.com.google.protobuf.UInt32ValueOrBuilder
The maximum number of pending requests that Envoy will allow to the upstream cluster.com.google.protobuf.UInt32Value
The maximum number of parallel requests that Envoy will make to the upstream cluster.com.google.protobuf.UInt32ValueOrBuilder
The maximum number of parallel requests that Envoy will make to the upstream cluster.com.google.protobuf.UInt32Value
The maximum number of parallel retries that Envoy will allow to the upstream cluster.com.google.protobuf.UInt32ValueOrBuilder
The maximum number of parallel retries that Envoy will allow to the upstream cluster.com.google.protobuf.Parser
<CircuitBreakers.Thresholds> The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.int
The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.Specifies a limit on concurrent retries in relation to the number of active requests.Specifies a limit on concurrent retries in relation to the number of active requests.int
boolean
If track_remaining is true, then stats will be published that expose the number of resources remaining until the circuit breakers open.int
hashCode()
boolean
The maximum number of connection pools per cluster that Envoy will concurrently support at once.boolean
The maximum number of connections that Envoy will make to the upstream cluster.boolean
The maximum number of pending requests that Envoy will allow to the upstream cluster.boolean
The maximum number of parallel requests that Envoy will make to the upstream cluster.boolean
The maximum number of parallel retries that Envoy will allow to the upstream cluster.boolean
Specifies a limit on concurrent retries in relation to the number of active requests.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
newBuilder
(CircuitBreakers.Thresholds prototype) protected CircuitBreakers.Thresholds.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static CircuitBreakers.Thresholds
parseDelimitedFrom
(InputStream input) static CircuitBreakers.Thresholds
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.Thresholds
parseFrom
(byte[] data) static CircuitBreakers.Thresholds
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.Thresholds
parseFrom
(com.google.protobuf.ByteString data) static CircuitBreakers.Thresholds
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.Thresholds
parseFrom
(com.google.protobuf.CodedInputStream input) static CircuitBreakers.Thresholds
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.Thresholds
parseFrom
(InputStream input) static CircuitBreakers.Thresholds
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.Thresholds
parseFrom
(ByteBuffer data) static CircuitBreakers.Thresholds
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser
<CircuitBreakers.Thresholds> parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bitField0_
private int bitField0_ -
PRIORITY_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER- See Also:
-
priority_
private int priority_ -
MAX_CONNECTIONS_FIELD_NUMBER
public static final int MAX_CONNECTIONS_FIELD_NUMBER- See Also:
-
maxConnections_
private com.google.protobuf.UInt32Value maxConnections_ -
MAX_PENDING_REQUESTS_FIELD_NUMBER
public static final int MAX_PENDING_REQUESTS_FIELD_NUMBER- See Also:
-
maxPendingRequests_
private com.google.protobuf.UInt32Value maxPendingRequests_ -
MAX_REQUESTS_FIELD_NUMBER
public static final int MAX_REQUESTS_FIELD_NUMBER- See Also:
-
maxRequests_
private com.google.protobuf.UInt32Value maxRequests_ -
MAX_RETRIES_FIELD_NUMBER
public static final int MAX_RETRIES_FIELD_NUMBER- See Also:
-
maxRetries_
private com.google.protobuf.UInt32Value maxRetries_ -
RETRY_BUDGET_FIELD_NUMBER
public static final int RETRY_BUDGET_FIELD_NUMBER- See Also:
-
retryBudget_
-
TRACK_REMAINING_FIELD_NUMBER
public static final int TRACK_REMAINING_FIELD_NUMBER- See Also:
-
trackRemaining_
private boolean trackRemaining_ -
MAX_CONNECTION_POOLS_FIELD_NUMBER
public static final int MAX_CONNECTION_POOLS_FIELD_NUMBER- See Also:
-
maxConnectionPools_
private com.google.protobuf.UInt32Value maxConnectionPools_ -
memoizedIsInitialized
private byte memoizedIsInitialized -
DEFAULT_INSTANCE
-
PARSER
-
-
Constructor Details
-
Thresholds
private Thresholds(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
Thresholds
private Thresholds()
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getPriorityValue
public int getPriorityValue()The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.
.envoy.config.core.v3.RoutingPriority priority = 1 [(.validate.rules) = { ... }
- Specified by:
getPriorityValue
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The enum numeric value on the wire for priority.
-
getPriority
The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.
.envoy.config.core.v3.RoutingPriority priority = 1 [(.validate.rules) = { ... }
- Specified by:
getPriority
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The priority.
-
hasMaxConnections
public boolean hasMaxConnections()The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;
- Specified by:
hasMaxConnections
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the maxConnections field is set.
-
getMaxConnections
public com.google.protobuf.UInt32Value getMaxConnections()The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;
- Specified by:
getMaxConnections
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The maxConnections.
-
getMaxConnectionsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxConnectionsOrBuilder()The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;
- Specified by:
getMaxConnectionsOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
hasMaxPendingRequests
public boolean hasMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024. This limit is applied as a connection limit for non-HTTP traffic.
.google.protobuf.UInt32Value max_pending_requests = 3;
- Specified by:
hasMaxPendingRequests
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the maxPendingRequests field is set.
-
getMaxPendingRequests
public com.google.protobuf.UInt32Value getMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024. This limit is applied as a connection limit for non-HTTP traffic.
.google.protobuf.UInt32Value max_pending_requests = 3;
- Specified by:
getMaxPendingRequests
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The maxPendingRequests.
-
getMaxPendingRequestsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxPendingRequestsOrBuilder()The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024. This limit is applied as a connection limit for non-HTTP traffic.
.google.protobuf.UInt32Value max_pending_requests = 3;
- Specified by:
getMaxPendingRequestsOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
hasMaxRequests
public boolean hasMaxRequests()The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024. This limit does not apply to non-HTTP traffic.
.google.protobuf.UInt32Value max_requests = 4;
- Specified by:
hasMaxRequests
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the maxRequests field is set.
-
getMaxRequests
public com.google.protobuf.UInt32Value getMaxRequests()The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024. This limit does not apply to non-HTTP traffic.
.google.protobuf.UInt32Value max_requests = 4;
- Specified by:
getMaxRequests
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The maxRequests.
-
getMaxRequestsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxRequestsOrBuilder()The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024. This limit does not apply to non-HTTP traffic.
.google.protobuf.UInt32Value max_requests = 4;
- Specified by:
getMaxRequestsOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
hasMaxRetries
public boolean hasMaxRetries()The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;
- Specified by:
hasMaxRetries
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the maxRetries field is set.
-
getMaxRetries
public com.google.protobuf.UInt32Value getMaxRetries()The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;
- Specified by:
getMaxRetries
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The maxRetries.
-
getMaxRetriesOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxRetriesOrBuilder()The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;
- Specified by:
getMaxRetriesOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
hasRetryBudget
public boolean hasRetryBudget()Specifies a limit on concurrent retries in relation to the number of active requests. This parameter is optional. .. note:: If this field is set, the retry budget will override any configured retry circuit breaker.
.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget retry_budget = 8;
- Specified by:
hasRetryBudget
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the retryBudget field is set.
-
getRetryBudget
Specifies a limit on concurrent retries in relation to the number of active requests. This parameter is optional. .. note:: If this field is set, the retry budget will override any configured retry circuit breaker.
.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget retry_budget = 8;
- Specified by:
getRetryBudget
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The retryBudget.
-
getRetryBudgetOrBuilder
Specifies a limit on concurrent retries in relation to the number of active requests. This parameter is optional. .. note:: If this field is set, the retry budget will override any configured retry circuit breaker.
.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget retry_budget = 8;
- Specified by:
getRetryBudgetOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
getTrackRemaining
public boolean getTrackRemaining()If track_remaining is true, then stats will be published that expose the number of resources remaining until the circuit breakers open. If not specified, the default is false. .. note:: If a retry budget is used in lieu of the max_retries circuit breaker, the remaining retry resources remaining will not be tracked.
bool track_remaining = 6;
- Specified by:
getTrackRemaining
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The trackRemaining.
-
hasMaxConnectionPools
public boolean hasMaxConnectionPools()The maximum number of connection pools per cluster that Envoy will concurrently support at once. If not specified, the default is unlimited. Set this for clusters which create a large number of connection pools. See :ref:`Circuit Breaking <arch_overview_circuit_break_cluster_maximum_connection_pools>` for more details.
.google.protobuf.UInt32Value max_connection_pools = 7;
- Specified by:
hasMaxConnectionPools
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- Whether the maxConnectionPools field is set.
-
getMaxConnectionPools
public com.google.protobuf.UInt32Value getMaxConnectionPools()The maximum number of connection pools per cluster that Envoy will concurrently support at once. If not specified, the default is unlimited. Set this for clusters which create a large number of connection pools. See :ref:`Circuit Breaking <arch_overview_circuit_break_cluster_maximum_connection_pools>` for more details.
.google.protobuf.UInt32Value max_connection_pools = 7;
- Specified by:
getMaxConnectionPools
in interfaceCircuitBreakers.ThresholdsOrBuilder
- Returns:
- The maxConnectionPools.
-
getMaxConnectionPoolsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxConnectionPoolsOrBuilder()The maximum number of connection pools per cluster that Envoy will concurrently support at once. If not specified, the default is unlimited. Set this for clusters which create a large number of connection pools. See :ref:`Circuit Breaking <arch_overview_circuit_break_cluster_maximum_connection_pools>` for more details.
.google.protobuf.UInt32Value max_connection_pools = 7;
- Specified by:
getMaxConnectionPoolsOrBuilder
in interfaceCircuitBreakers.ThresholdsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static CircuitBreakers.Thresholds parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static CircuitBreakers.Thresholds parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CircuitBreakers.Thresholds.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-