public static interface BindingExplanation.AnnotatedMembershipOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMembership()
public abstract BindingExplanation.Membership getMembership()
Indicates whether the binding includes the principal.
.google.cloud.policysimulator.v1.BindingExplanation.Membership membership = 1;
Returns | |
---|---|
Type | Description |
BindingExplanation.Membership |
The membership. |
getMembershipValue()
public abstract int getMembershipValue()
Indicates whether the binding includes the principal.
.google.cloud.policysimulator.v1.BindingExplanation.Membership membership = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for membership. |
getRelevance()
public abstract HeuristicRelevance getRelevance()
The relevance of the principal's status to the overall determination for the binding.
.google.cloud.policysimulator.v1.HeuristicRelevance relevance = 2;
Returns | |
---|---|
Type | Description |
HeuristicRelevance |
The relevance. |
getRelevanceValue()
public abstract int getRelevanceValue()
The relevance of the principal's status to the overall determination for the binding.
.google.cloud.policysimulator.v1.HeuristicRelevance relevance = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for relevance. |