public static interface BindingExplanation.AnnotatedMembershipOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BindingExplanation.Membership |
getMembership()
Indicates whether the binding includes the principal.
|
int |
getMembershipValue()
Indicates whether the binding includes the principal.
|
HeuristicRelevance |
getRelevance()
The relevance of the principal's status to the overall determination for
the binding.
|
int |
getRelevanceValue()
The relevance of the principal'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 principal.
.google.cloud.policysimulator.v1.BindingExplanation.Membership membership = 1;BindingExplanation.Membership getMembership()
Indicates whether the binding includes the principal.
.google.cloud.policysimulator.v1.BindingExplanation.Membership membership = 1;int getRelevanceValue()
The relevance of the principal's status to the overall determination for the binding.
.google.cloud.policysimulator.v1.HeuristicRelevance relevance = 2;HeuristicRelevance getRelevance()
The relevance of the principal's status to the overall determination for the binding.
.google.cloud.policysimulator.v1.HeuristicRelevance relevance = 2;Copyright © 2024 Google LLC. All rights reserved.