| Modifier and Type | Method and Description |
|---|---|
HttpFaultDelay |
HttpFaultDelay.Builder.build() |
HttpFaultDelay |
HttpFaultDelay.Builder.buildPartial() |
static HttpFaultDelay |
HttpFaultDelay.getDefaultInstance() |
HttpFaultDelay |
HttpFaultDelay.getDefaultInstanceForType() |
HttpFaultDelay |
HttpFaultDelay.Builder.getDefaultInstanceForType() |
HttpFaultDelay |
HttpFaultInjection.getDelay()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
|
HttpFaultDelay |
HttpFaultInjection.Builder.getDelay()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
|
HttpFaultDelay |
HttpFaultInjectionOrBuilder.getDelay()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
|
static HttpFaultDelay |
HttpFaultDelay.parseDelimitedFrom(InputStream input) |
static HttpFaultDelay |
HttpFaultDelay.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(byte[] data) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(ByteBuffer data) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(com.google.protobuf.ByteString data) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(InputStream input) |
static HttpFaultDelay |
HttpFaultDelay.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpFaultDelay> |
HttpFaultDelay.getParserForType() |
static com.google.protobuf.Parser<HttpFaultDelay> |
HttpFaultDelay.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpFaultInjection.Builder |
HttpFaultInjection.Builder.mergeDelay(HttpFaultDelay value)
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
|
HttpFaultDelay.Builder |
HttpFaultDelay.Builder.mergeFrom(HttpFaultDelay other) |
static HttpFaultDelay.Builder |
HttpFaultDelay.newBuilder(HttpFaultDelay prototype) |
HttpFaultInjection.Builder |
HttpFaultInjection.Builder.setDelay(HttpFaultDelay value)
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
|
Copyright © 2023 Google LLC. All rights reserved.