public static interface Explanations.BindingExplanation.AnnotatedMembershipOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Explanations.BindingExplanation.Membership |
getMembership()
Indicates whether the binding includes the member.
|
int |
getMembershipValue()
Indicates whether the binding includes the member.
|
Explanations.HeuristicRelevance |
getRelevance()
The relevance of the member's status to the overall determination for the
binding.
|
int |
getRelevanceValue()
The relevance of the member's status to the overall determination for the
binding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMembershipValue()
Indicates whether the binding includes the member.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
Explanations.BindingExplanation.Membership getMembership()
Indicates whether the binding includes the member.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
int getRelevanceValue()
The relevance of the member's status to the overall determination for the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;Explanations.HeuristicRelevance getRelevance()
The relevance of the member's status to the overall determination for the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;Copyright © 2022 Google LLC. All rights reserved.