| Modifier and Type | Method and Description |
|---|---|
RequestMirrorPolicy |
RequestMirrorPolicy.Builder.build() |
RequestMirrorPolicy |
RequestMirrorPolicy.Builder.buildPartial() |
static RequestMirrorPolicy |
RequestMirrorPolicy.getDefaultInstance() |
RequestMirrorPolicy |
RequestMirrorPolicy.getDefaultInstanceForType() |
RequestMirrorPolicy |
RequestMirrorPolicy.Builder.getDefaultInstanceForType() |
RequestMirrorPolicy |
HttpRouteAction.getRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.
|
RequestMirrorPolicy |
HttpRouteAction.Builder.getRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.
|
RequestMirrorPolicy |
HttpRouteActionOrBuilder.getRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.
|
static RequestMirrorPolicy |
RequestMirrorPolicy.parseDelimitedFrom(InputStream input) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(byte[] data) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(ByteBuffer data) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(com.google.protobuf.ByteString data) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(com.google.protobuf.CodedInputStream input) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(InputStream input) |
static RequestMirrorPolicy |
RequestMirrorPolicy.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RequestMirrorPolicy> |
RequestMirrorPolicy.getParserForType() |
static com.google.protobuf.Parser<RequestMirrorPolicy> |
RequestMirrorPolicy.parser() |
| Modifier and Type | Method and Description |
|---|---|
RequestMirrorPolicy.Builder |
RequestMirrorPolicy.Builder.mergeFrom(RequestMirrorPolicy other) |
HttpRouteAction.Builder |
HttpRouteAction.Builder.mergeRequestMirrorPolicy(RequestMirrorPolicy value)
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.
|
static RequestMirrorPolicy.Builder |
RequestMirrorPolicy.newBuilder(RequestMirrorPolicy prototype) |
HttpRouteAction.Builder |
HttpRouteAction.Builder.setRequestMirrorPolicy(RequestMirrorPolicy value)
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.
|
Copyright © 2023 Google LLC. All rights reserved.