public static final class DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder extends GeneratedMessageV3.Builder<DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder> implements DenyRuleExplanation.AnnotatedDenyPrincipalMatchingOrBuilder
Details 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching build()
buildPartial()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching buildPartial()
clear()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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;
clone()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder clone()
Overrides
getDefaultInstanceForType()
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
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;
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DenyRuleExplanation.AnnotatedDenyPrincipalMatching other)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(DenyRuleExplanation.AnnotatedDenyPrincipalMatching other)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
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 |
int
The enum numeric value on the wire for membership to set.
|
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;
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 |
int
The enum numeric value on the wire for relevance to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DenyRuleExplanation.AnnotatedDenyPrincipalMatching.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides