Reference documentation and code samples for the Google Cloud Network Services V1 Client class EnvoyHeaders.
EnvoyHeader configuration for Mesh and Gateway
Protobuf type google.cloud.networkservices.v1.EnvoyHeaders
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENVOY_HEADERS_UNSPECIFIED
Value: 0
Defaults to NONE.
Generated from protobuf enum ENVOY_HEADERS_UNSPECIFIED = 0;
NONE
Value: 1
Suppress envoy debug headers.
Generated from protobuf enum NONE = 1;
DEBUG_HEADERS
Value: 2
Envoy will insert default internal debug headers into upstream requests: x-envoy-attempt-count x-envoy-is-timeout-retry x-envoy-expected-rq-timeout-ms x-envoy-original-path x-envoy-upstream-stream-duration-ms
Generated from protobuf enum DEBUG_HEADERS = 2;