Interface Security.FieldSecurityAnnotationOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.