Interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Explanations.BindingExplanation.AnnotatedMembership,Explanations.BindingExplanation.AnnotatedMembership.Builder
- Enclosing class:
- Explanations.BindingExplanation
public static interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Explanations.BindingExplanation.MembershipgetMembership()Indicates whether the binding includes the principal.intgetMembershipValue()Indicates whether the binding includes the principal.Explanations.HeuristicRelevancegetRelevance()The relevance of the principal's status to the overall determination for the binding.intgetRelevanceValue()The relevance of the principal's status to the overall determination for the binding.-
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.
-
-