public static final class DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder extends GeneratedMessage.Builder<DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder> implements DenyRuleExplanation.AnnotatedDenyPrincipalMatchingOrBuilderDetails about whether the principal in the request is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
Protobuf type
google.cloud.policytroubleshooter.iam.v3.DenyRuleExplanation.AnnotatedDenyPrincipalMatching
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DenyRuleExplanation.AnnotatedDenyPrincipalMatching.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching build()| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching |
|
buildPartial()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching buildPartial()| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching |
|
clear()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clear()| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
|
clearMembership()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clearMembership()Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
.google.cloud.policytroubleshooter.iam.v3.MembershipMatchingState membership = 1;
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |
clearRelevance()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clearRelevance()The relevance of the principal's status to the overall determination for the role binding.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMembership()
public MembershipMatchingState getMembership()Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
.google.cloud.policytroubleshooter.iam.v3.MembershipMatchingState membership = 1;
| Returns | |
|---|---|
| Type | Description |
MembershipMatchingState |
The membership. |
getMembershipValue()
public int getMembershipValue()Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
.google.cloud.policytroubleshooter.iam.v3.MembershipMatchingState membership = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for membership. |
getRelevance()
public HeuristicRelevance getRelevance()The relevance of the principal's status to the overall determination for the role binding.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
| Returns | |
|---|---|
| Type | Description |
HeuristicRelevance |
The relevance. |
getRelevanceValue()
public int getRelevanceValue()The relevance of the principal's status to the overall determination for the role binding.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for relevance. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DenyRuleExplanation.AnnotatedDenyPrincipalMatching other)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(DenyRuleExplanation.AnnotatedDenyPrincipalMatching other)| Parameter | |
|---|---|
| Name | Description |
other |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
|
setMembership(MembershipMatchingState value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setMembership(MembershipMatchingState value)Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
.google.cloud.policytroubleshooter.iam.v3.MembershipMatchingState membership = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MembershipMatchingStateThe membership to set. |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |
setMembershipValue(int value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setMembershipValue(int value)Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
.google.cloud.policytroubleshooter.iam.v3.MembershipMatchingState membership = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for membership to set. |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |
setRelevance(HeuristicRelevance value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setRelevance(HeuristicRelevance value)The relevance of the principal's status to the overall determination for the role binding.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
HeuristicRelevanceThe relevance to set. |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |
setRelevanceValue(int value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setRelevanceValue(int value)The relevance of the principal's status to the overall determination for the role binding.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for relevance to set. |
| Returns | |
|---|---|
| Type | Description |
DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder |
This builder for chaining. |