public interface PolicyRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDenyRule()
public abstract DenyRule getDenyRule()A rule for a deny policy.
.google.iam.v2.DenyRule deny_rule = 2;
| Type | Description |
| DenyRule | The denyRule. |
getDenyRuleOrBuilder()
public abstract DenyRuleOrBuilder getDenyRuleOrBuilder()A rule for a deny policy.
.google.iam.v2.DenyRule deny_rule = 2;
| Type | Description |
| DenyRuleOrBuilder |
getDescription()
public abstract String getDescription()A user-specified description of the rule. This value can be up to 256 characters.
string description = 1;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A user-specified description of the rule. This value can be up to 256 characters.
string description = 1;
| Type | Description |
| ByteString | The bytes for description. |
getKindCase()
public abstract PolicyRule.KindCase getKindCase()| Type | Description |
| PolicyRule.KindCase |
hasDenyRule()
public abstract boolean hasDenyRule()A rule for a deny policy.
.google.iam.v2.DenyRule deny_rule = 2;
| Type | Description |
| boolean | Whether the denyRule field is set. |