Package udpa.annotations
Interface Security.FieldSecurityAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Security.FieldSecurityAnnotation
,Security.FieldSecurityAnnotation.Builder
- Enclosing class:
- Security
public static interface Security.FieldSecurityAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConfigureForUntrustedDownstream
boolean getConfigureForUntrustedDownstream()
Field should be set in the presence of untrusted downstreams.
bool configure_for_untrusted_downstream = 1;
- Returns:
- The configureForUntrustedDownstream.
-
getConfigureForUntrustedUpstream
boolean getConfigureForUntrustedUpstream()
Field should be set in the presence of untrusted upstreams.
bool configure_for_untrusted_upstream = 2;
- Returns:
- The configureForUntrustedUpstream.
-
-