Send feedback
Class DenyRuleExplanation.AnnotatedPermissionMatching.Builder (1.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.48.0 keyboard_arrow_down
public static final class DenyRuleExplanation . AnnotatedPermissionMatching . Builder extends GeneratedMessageV3 . Builder<DenyRuleExplanation . AnnotatedPermissionMatching . Builder > implements DenyRuleExplanation . AnnotatedPermissionMatchingOrBuilder
Details about whether the permission in the request is denied by the
deny rule.
Protobuf type
google.cloud.policytroubleshooter.iam.v3.DenyRuleExplanation.AnnotatedPermissionMatching
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 . AnnotatedPermissionMatching . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DenyRuleExplanation . AnnotatedPermissionMatching build ()
buildPartial()
public DenyRuleExplanation . AnnotatedPermissionMatching buildPartial ()
clear()
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPermissionMatchingState()
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clearPermissionMatchingState ()
Indicates whether the permission in the request is denied by the deny
rule.
.google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState permission_matching_state = 1;
clearRelevance()
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clearRelevance ()
The relevance of the permission status to the overall determination for
the rule.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
clone()
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder clone ()
Overrides
getDefaultInstanceForType()
public DenyRuleExplanation . AnnotatedPermissionMatching getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getPermissionMatchingState()
public PermissionPatternMatchingState getPermissionMatchingState ()
Indicates whether the permission in the request is denied by the deny
rule.
.google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState permission_matching_state = 1;
getPermissionMatchingStateValue()
public int getPermissionMatchingStateValue ()
Indicates whether the permission in the request is denied by the deny
rule.
.google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState permission_matching_state = 1;
Returns
Type
Description
int
The enum numeric value on the wire for permissionMatchingState.
getRelevance()
public HeuristicRelevance getRelevance ()
The relevance of the permission status to the overall determination for
the rule.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
getRelevanceValue()
public int getRelevanceValue ()
The relevance of the permission status to the overall determination for
the rule.
.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.AnnotatedPermissionMatching other)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder mergeFrom ( DenyRuleExplanation . AnnotatedPermissionMatching other )
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DenyRuleExplanation . AnnotatedPermissionMatching . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setPermissionMatchingState(PermissionPatternMatchingState value)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder setPermissionMatchingState ( PermissionPatternMatchingState value )
Indicates whether the permission in the request is denied by the deny
rule.
.google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState permission_matching_state = 1;
setPermissionMatchingStateValue(int value)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder setPermissionMatchingStateValue ( int value )
Indicates whether the permission in the request is denied by the deny
rule.
.google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState permission_matching_state = 1;
Parameter
Name
Description
value
int
The enum numeric value on the wire for permissionMatchingState to set.
setRelevance(HeuristicRelevance value)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder setRelevance ( HeuristicRelevance value )
The relevance of the permission status to the overall determination for
the rule.
.google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance relevance = 2;
setRelevanceValue(int value)
public DenyRuleExplanation . AnnotatedPermissionMatching . Builder setRelevanceValue ( int value )
The relevance of the permission status to the overall determination for
the rule.
.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 . AnnotatedPermissionMatching . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DenyRuleExplanation . AnnotatedPermissionMatching . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]