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
Modifier and TypeMethodDescriptionbooleanField should be set in the presence of untrusted downstreams.booleanField should be set in the presence of untrusted upstreams.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-