Class DenyRule (1.42.0)

public final class DenyRule extends GeneratedMessageV3 implements DenyRuleOrBuilder

Implements

DenyRuleOrBuilder

Static Fields

DENIAL_CONDITION_FIELD_NUMBER

public static final int DENIAL_CONDITION_FIELD_NUMBER
Field Value
Type Description
int

DENIED_PERMISSIONS_FIELD_NUMBER

public static final int DENIED_PERMISSIONS_FIELD_NUMBER
Field Value
Type Description
int

DENIED_PRINCIPALS_FIELD_NUMBER

public static final int DENIED_PRINCIPALS_FIELD_NUMBER
Field Value
Type Description
int

EXCEPTION_PERMISSIONS_FIELD_NUMBER

public static final int EXCEPTION_PERMISSIONS_FIELD_NUMBER
Field Value
Type Description
int

EXCEPTION_PRINCIPALS_FIELD_NUMBER

public static final int EXCEPTION_PRINCIPALS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DenyRule getDefaultInstance()
Returns
Type Description
DenyRule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DenyRule.Builder newBuilder()
Returns
Type Description
Builder

newBuilder(DenyRule arg0)

public static DenyRule.Builder newBuilder(DenyRule arg0)
Parameter
Name Description
arg0 DenyRule
Returns
Type Description
Builder

parseDelimitedFrom(InputStream arg0)

public static DenyRule parseDelimitedFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static DenyRule parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseFrom(byte[] arg0)

public static DenyRule parseFrom(byte[] arg0)
Parameter
Name Description
arg0 byte[]
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static DenyRule parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 byte[]
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static DenyRule parseFrom(ByteString arg0)
Parameter
Name Description
arg0 ByteString
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static DenyRule parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteString
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static DenyRule parseFrom(CodedInputStream arg0)
Parameter
Name Description
arg0 CodedInputStream
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static DenyRule parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 CodedInputStream
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseFrom(InputStream arg0)

public static DenyRule parseFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static DenyRule parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer arg0)

public static DenyRule parseFrom(ByteBuffer arg0)
Parameter
Name Description
arg0 ByteBuffer
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static DenyRule parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteBuffer
arg1 ExtensionRegistryLite
Returns
Type Description
DenyRule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DenyRule> parser()
Returns
Type Description
Parser<DenyRule>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DenyRule getDefaultInstanceForType()
Returns
Type Description
DenyRule

getDenialCondition()

public Expr getDenialCondition()
Returns
Type Description
com.google.type.Expr

getDenialConditionOrBuilder()

public ExprOrBuilder getDenialConditionOrBuilder()
Returns
Type Description
com.google.type.ExprOrBuilder

getDeniedPermissions(int arg0)

public String getDeniedPermissions(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getDeniedPermissionsBytes(int arg0)

public ByteString getDeniedPermissionsBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
ByteString

getDeniedPermissionsCount()

public int getDeniedPermissionsCount()
Returns
Type Description
int

getDeniedPermissionsList()

public ProtocolStringList getDeniedPermissionsList()
Returns
Type Description
ProtocolStringList

getDeniedPrincipals(int arg0)

public String getDeniedPrincipals(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getDeniedPrincipalsBytes(int arg0)

public ByteString getDeniedPrincipalsBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
ByteString

getDeniedPrincipalsCount()

public int getDeniedPrincipalsCount()
Returns
Type Description
int

getDeniedPrincipalsList()

public ProtocolStringList getDeniedPrincipalsList()
Returns
Type Description
ProtocolStringList

getExceptionPermissions(int arg0)

public String getExceptionPermissions(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getExceptionPermissionsBytes(int arg0)

public ByteString getExceptionPermissionsBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
ByteString

getExceptionPermissionsCount()

public int getExceptionPermissionsCount()
Returns
Type Description
int

getExceptionPermissionsList()

public ProtocolStringList getExceptionPermissionsList()
Returns
Type Description
ProtocolStringList

getExceptionPrincipals(int arg0)

public String getExceptionPrincipals(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getExceptionPrincipalsBytes(int arg0)

public ByteString getExceptionPrincipalsBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
ByteString

getExceptionPrincipalsCount()

public int getExceptionPrincipalsCount()
Returns
Type Description
int

getExceptionPrincipalsList()

public ProtocolStringList getExceptionPrincipalsList()
Returns
Type Description
ProtocolStringList

getParserForType()

public Parser<DenyRule> getParserForType()
Returns
Type Description
Parser<DenyRule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDenialCondition()

public boolean hasDenialCondition()
Returns
Type Description
boolean

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DenyRule.Builder newBuilderForType()
Returns
Type Description
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected DenyRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
Name Description
arg0 BuilderParent
Returns
Type Description
Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
Name Description
arg0 UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DenyRule.Builder toBuilder()
Returns
Type Description
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
Name Description
arg0 CodedOutputStream
Overrides
Exceptions
Type Description
IOException