public interface HttpFaultDelayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFixedDelay()
public abstract Duration getFixedDelay()Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
| Type | Description |
| Duration | The fixedDelay. |
getFixedDelayOrBuilder()
public abstract DurationOrBuilder getFixedDelayOrBuilder()Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
| Type | Description |
| DurationOrBuilder |
getPercentage()
public abstract double getPercentage()The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection. The value must be between 0.0 and 100.0 inclusive.
optional double percentage = 151909018;
| Type | Description |
| double | The percentage. |
hasFixedDelay()
public abstract boolean hasFixedDelay()Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
| Type | Description |
| boolean | Whether the fixedDelay field is set. |
hasPercentage()
public abstract boolean hasPercentage()The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection. The value must be between 0.0 and 100.0 inclusive.
optional double percentage = 151909018;
| Type | Description |
| boolean | Whether the percentage field is set. |