public interface HttpFaultDelayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Duration |
getFixedDelay()
Specifies the value of the fixed delay interval.
|
DurationOrBuilder |
getFixedDelayOrBuilder()
Specifies the value of the fixed delay interval.
|
double |
getPercentage()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection.
|
boolean |
hasFixedDelay()
Specifies the value of the fixed delay interval.
|
boolean |
hasPercentage()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFixedDelay()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;Duration getFixedDelay()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;DurationOrBuilder getFixedDelayOrBuilder()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;boolean hasPercentage()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;double getPercentage()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;Copyright © 2023 Google LLC. All rights reserved.