public interface DecoratorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
The operation name associated with the request matched to this route.
|
com.google.protobuf.ByteString |
getOperationBytes()
The operation name associated with the request matched to this route.
|
com.google.protobuf.BoolValue |
getPropagate()
Whether the decorated details should be propagated to the other party.
|
com.google.protobuf.BoolValueOrBuilder |
getPropagateOrBuilder()
Whether the decorated details should be propagated to the other party.
|
boolean |
hasPropagate()
Whether the decorated details should be propagated to the other party.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOperation()
The operation name associated with the request matched to this route. If tracing is enabled, this information will be used as the span name reported for this request. .. note:: For ingress (inbound) requests, or egress (outbound) responses, this value may be overridden by the :ref:`x-envoy-decorator-operation <config_http_filters_router_x-envoy-decorator-operation>` header.
string operation = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getOperationBytes()
The operation name associated with the request matched to this route. If tracing is enabled, this information will be used as the span name reported for this request. .. note:: For ingress (inbound) requests, or egress (outbound) responses, this value may be overridden by the :ref:`x-envoy-decorator-operation <config_http_filters_router_x-envoy-decorator-operation>` header.
string operation = 1 [(.validate.rules) = { ... }boolean hasPropagate()
Whether the decorated details should be propagated to the other party. The default is true.
.google.protobuf.BoolValue propagate = 2;com.google.protobuf.BoolValue getPropagate()
Whether the decorated details should be propagated to the other party. The default is true.
.google.protobuf.BoolValue propagate = 2;com.google.protobuf.BoolValueOrBuilder getPropagateOrBuilder()
Whether the decorated details should be propagated to the other party. The default is true.
.google.protobuf.BoolValue propagate = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.