@Generated(value="by GAPIC") @BetaApi public final class HttpFaultDelay extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
HttpFaultDelay.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static HttpFaultDelay |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Duration |
getFixedDelay()
Specifies the value of the fixed delay interval.
|
Double |
getPercentage()
The percentage of traffic (connections/operations/requests) on which delay will be introduced
as part of fault injection.
|
int |
hashCode() |
static HttpFaultDelay.Builder |
newBuilder() |
static HttpFaultDelay.Builder |
newBuilder(HttpFaultDelay prototype) |
HttpFaultDelay.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public Duration getFixedDelay()
public Double getPercentage()
public static HttpFaultDelay.Builder newBuilder()
public static HttpFaultDelay.Builder newBuilder(HttpFaultDelay prototype)
public HttpFaultDelay.Builder toBuilder()
public static HttpFaultDelay getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.