Uses of Class
com.google.cloud.compute.v1.HttpFaultDelay
-
Packages that use HttpFaultDelay Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpFaultDelay in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpFaultDelay Modifier and Type Method Description HttpFaultDelay
HttpFaultDelay.Builder. build()
HttpFaultDelay
HttpFaultDelay.Builder. buildPartial()
static HttpFaultDelay
HttpFaultDelay. getDefaultInstance()
HttpFaultDelay
HttpFaultDelay.Builder. getDefaultInstanceForType()
HttpFaultDelay
HttpFaultDelay. getDefaultInstanceForType()
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
HttpFaultInjection. 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(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)
static HttpFaultDelay
HttpFaultDelay. parseFrom(ByteBuffer data)
static HttpFaultDelay
HttpFaultDelay. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpFaultDelay Modifier and Type Method Description com.google.protobuf.Parser<HttpFaultDelay>
HttpFaultDelay. getParserForType()
static com.google.protobuf.Parser<HttpFaultDelay>
HttpFaultDelay. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HttpFaultDelay Modifier and Type Method 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.
-