Interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder (1.40.0)

public static interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMembership()

public abstract Explanations.BindingExplanation.Membership getMembership()

Indicates whether the binding includes the principal.

.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for relevance.