public static interface Security.FieldSecurityAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConfigureForUntrustedDownstream()
Field should be set in the presence of untrusted downstreams.
|
boolean |
getConfigureForUntrustedUpstream()
Field should be set in the presence of untrusted upstreams.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getConfigureForUntrustedDownstream()
Field should be set in the presence of untrusted downstreams.
bool configure_for_untrusted_downstream = 1;boolean getConfigureForUntrustedUpstream()
Field should be set in the presence of untrusted upstreams.
bool configure_for_untrusted_upstream = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.