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