Interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Explanations.BindingExplanation.Membership getMembership()
      Indicates whether the binding includes the principal.
      int getMembershipValue()
      Indicates whether the binding includes the principal.
      Explanations.HeuristicRelevance getRelevance()
      The relevance of the principal's status to the overall determination for the binding.
      int getRelevanceValue()
      The relevance of the principal's status to the overall determination for the binding.
      • 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

      • getMembershipValue

        int getMembershipValue()
         Indicates whether the binding includes the principal.
         
        .google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
        Returns:
        The enum numeric value on the wire for membership.
      • getMembership

        Explanations.BindingExplanation.Membership getMembership()
         Indicates whether the binding includes the principal.
         
        .google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
        Returns:
        The membership.
      • getRelevanceValue

        int getRelevanceValue()
         The relevance of the principal's status to the overall determination for
         the binding.
         
        .google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
        Returns:
        The enum numeric value on the wire for relevance.
      • getRelevance

        Explanations.HeuristicRelevance getRelevance()
         The relevance of the principal's status to the overall determination for
         the binding.
         
        .google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
        Returns:
        The relevance.