Network Services V1 API - Module Google::Cloud::NetworkServices::V1::BodySendMode (v2.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::BodySendMode.
The send mode for body processing.
Constants
BODY_SEND_MODE_UNSPECIFIED
value: 0 Default value. Do not use.
BODY_SEND_MODE_STREAMED
value: 1 Calls to the extension are executed in the streamed mode. Subsequent
chunks will be sent only after the previous chunks have been processed.
The content of the body chunks is sent one way to the extension. Extension
may send modified chunks back.
This is the default value if the processing mode is not specified.
BODY_SEND_MODE_FULL_DUPLEX_STREAMED
value: 2 Calls are executed in the full duplex mode. Subsequent chunks will be sent
for processing without waiting for the response for the previous chunk or
for the response for REQUEST_HEADERS event.
Extension can freely modify or chunk the body contents. If the extension
doesn't send the body contents back, the next extension in the chain or the
upstream will receive an empty body.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-19 UTC."],[],[]]