| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
BodyResponse |
BodyResponse.Builder.build() |
BodyResponse |
BodyResponse.Builder.buildPartial() |
static BodyResponse |
BodyResponse.getDefaultInstance() |
BodyResponse |
BodyResponse.getDefaultInstanceForType() |
BodyResponse |
BodyResponse.Builder.getDefaultInstanceForType() |
BodyResponse |
ProcessingResponseOrBuilder.getRequestBody()
The server must send back this message in response to a message with
the "request_body" field set.
|
BodyResponse |
ProcessingResponse.getRequestBody()
The server must send back this message in response to a message with
the "request_body" field set.
|
BodyResponse |
ProcessingResponse.Builder.getRequestBody()
The server must send back this message in response to a message with
the "request_body" field set.
|
BodyResponse |
ProcessingResponseOrBuilder.getResponseBody()
The server must send back this message in response to a message with
the "response_body" field set.
|
BodyResponse |
ProcessingResponse.getResponseBody()
The server must send back this message in response to a message with
the "response_body" field set.
|
BodyResponse |
ProcessingResponse.Builder.getResponseBody()
The server must send back this message in response to a message with
the "response_body" field set.
|
static BodyResponse |
BodyResponse.parseDelimitedFrom(InputStream input) |
static BodyResponse |
BodyResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BodyResponse |
BodyResponse.parseFrom(byte[] data) |
static BodyResponse |
BodyResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BodyResponse |
BodyResponse.parseFrom(ByteBuffer data) |
static BodyResponse |
BodyResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BodyResponse |
BodyResponse.parseFrom(com.google.protobuf.ByteString data) |
static BodyResponse |
BodyResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BodyResponse |
BodyResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static BodyResponse |
BodyResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BodyResponse |
BodyResponse.parseFrom(InputStream input) |
static BodyResponse |
BodyResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BodyResponse> |
BodyResponse.getParserForType() |
static com.google.protobuf.Parser<BodyResponse> |
BodyResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
BodyResponse.Builder |
BodyResponse.Builder.mergeFrom(BodyResponse other) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeRequestBody(BodyResponse value)
The server must send back this message in response to a message with
the "request_body" field set.
|
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeResponseBody(BodyResponse value)
The server must send back this message in response to a message with
the "response_body" field set.
|
static BodyResponse.Builder |
BodyResponse.newBuilder(BodyResponse prototype) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.setRequestBody(BodyResponse value)
The server must send back this message in response to a message with
the "request_body" field set.
|
ProcessingResponse.Builder |
ProcessingResponse.Builder.setResponseBody(BodyResponse value)
The server must send back this message in response to a message with
the "response_body" field set.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.