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