Class PolicyRule (1.31.0)

public final class PolicyRule extends GeneratedMessageV3 implements PolicyRuleOrBuilder

Implements

PolicyRuleOrBuilder

Static Fields

DENY_RULE_FIELD_NUMBER

public static final int DENY_RULE_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PolicyRule getDefaultInstance()
Returns
TypeDescription
PolicyRule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PolicyRule.Builder newBuilder()
Returns
TypeDescription
Builder

newBuilder(PolicyRule arg0)

public static PolicyRule.Builder newBuilder(PolicyRule arg0)
Parameter
NameDescription
arg0PolicyRule
Returns
TypeDescription
Builder

parseDelimitedFrom(InputStream arg0)

public static PolicyRule parseDelimitedFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseFrom(byte[] arg0)

public static PolicyRule parseFrom(byte[] arg0)
Parameter
NameDescription
arg0byte[]
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0byte[]
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static PolicyRule parseFrom(ByteString arg0)
Parameter
NameDescription
arg0ByteString
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0ByteString
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static PolicyRule parseFrom(CodedInputStream arg0)
Parameter
NameDescription
arg0CodedInputStream
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0CodedInputStream
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0)

public static PolicyRule parseFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer arg0)

public static PolicyRule parseFrom(ByteBuffer arg0)
Parameter
NameDescription
arg0ByteBuffer
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static PolicyRule parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0ByteBuffer
arg1ExtensionRegistryLite
Returns
TypeDescription
PolicyRule
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PolicyRule> parser()
Returns
TypeDescription
Parser<PolicyRule>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public PolicyRule getDefaultInstanceForType()
Returns
TypeDescription
PolicyRule

getDenyRule()

public DenyRule getDenyRule()
Returns
TypeDescription
DenyRule

getDenyRuleOrBuilder()

public DenyRuleOrBuilder getDenyRuleOrBuilder()
Returns
TypeDescription
DenyRuleOrBuilder

getDescription()

public String getDescription()
Returns
TypeDescription
String

getDescriptionBytes()

public ByteString getDescriptionBytes()
Returns
TypeDescription
ByteString

getKindCase()

public PolicyRule.KindCase getKindCase()
Returns
TypeDescription
KindCase

getParserForType()

public Parser<PolicyRule> getParserForType()
Returns
TypeDescription
Parser<PolicyRule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasDenyRule()

public boolean hasDenyRule()
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PolicyRule.Builder newBuilderForType()
Returns
TypeDescription
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected PolicyRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
NameDescription
arg0BuilderParent
Returns
TypeDescription
Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
NameDescription
arg0UnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PolicyRule.Builder toBuilder()
Returns
TypeDescription
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
NameDescription
arg0CodedOutputStream
Overrides
Exceptions
TypeDescription
IOException