Interface BindingExplanation.AnnotatedMembershipOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BindingExplanation.AnnotatedMembership
,BindingExplanation.AnnotatedMembership.Builder
- Enclosing class:
- BindingExplanation
public static interface BindingExplanation.AnnotatedMembershipOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingExplanation.Membership
getMembership()
Indicates whether the binding includes the principal.int
getMembershipValue()
Indicates whether the binding includes the principal.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.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.policysimulator.v1.BindingExplanation.Membership membership = 1;
- Returns:
- The enum numeric value on the wire for membership.
-
getMembership
BindingExplanation.Membership getMembership()
Indicates whether the binding includes the principal.
.google.cloud.policysimulator.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.policysimulator.v1.HeuristicRelevance relevance = 2;
- Returns:
- The enum numeric value on the wire for relevance.
-
getRelevance
HeuristicRelevance getRelevance()
The relevance of the principal's status to the overall determination for the binding.
.google.cloud.policysimulator.v1.HeuristicRelevance relevance = 2;
- Returns:
- The relevance.
-
-