public final class AttributeSubstitutionRule extends GeneratedMessage implements AttributeSubstitutionRuleOrBuilderThe attribute at the given path that's substituted entirely.
Protobuf type google.cloud.cloudsecuritycompliance.v1.AttributeSubstitutionRule
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AttributeSubstitutionRuleImplements
AttributeSubstitutionRuleOrBuilderStatic Fields
ATTRIBUTE_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AttributeSubstitutionRule getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AttributeSubstitutionRule.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule.Builder |
|
newBuilder(AttributeSubstitutionRule prototype)
public static AttributeSubstitutionRule.Builder newBuilder(AttributeSubstitutionRule prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AttributeSubstitutionRule |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule.Builder |
|
parseDelimitedFrom(InputStream input)
public static AttributeSubstitutionRule parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AttributeSubstitutionRule parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AttributeSubstitutionRule parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AttributeSubstitutionRule parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AttributeSubstitutionRule parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AttributeSubstitutionRule parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AttributeSubstitutionRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AttributeSubstitutionRule> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AttributeSubstitutionRule> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAttribute()
public String getAttribute() The fully qualified proto attribute path, in dot notation.
For example: rules[0].cel_expression.resource_types_values
string attribute = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The attribute. |
getAttributeBytes()
public ByteString getAttributeBytes() The fully qualified proto attribute path, in dot notation.
For example: rules[0].cel_expression.resource_types_values
string attribute = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for attribute. |
getDefaultInstanceForType()
public AttributeSubstitutionRule getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule |
|
getParserForType()
public Parser<AttributeSubstitutionRule> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AttributeSubstitutionRule> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AttributeSubstitutionRule.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AttributeSubstitutionRule.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule.Builder |
|
toBuilder()
public AttributeSubstitutionRule.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AttributeSubstitutionRule.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|