Class FirewallPolicyAssociation (1.53.0)

public final class FirewallPolicyAssociation extends GeneratedMessageV3 implements FirewallPolicyAssociationOrBuilder

Protobuf type google.cloud.compute.v1.FirewallPolicyAssociation

Static Fields

ATTACHMENT_TARGET_FIELD_NUMBER

public static final int ATTACHMENT_TARGET_FIELD_NUMBER
Field Value
Type Description
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

FIREWALL_POLICY_ID_FIELD_NUMBER

public static final int FIREWALL_POLICY_ID_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SHORT_NAME_FIELD_NUMBER

public static final int SHORT_NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FirewallPolicyAssociation getDefaultInstance()
Returns
Type Description
FirewallPolicyAssociation

getDescriptor()

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

newBuilder()

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

newBuilder(FirewallPolicyAssociation prototype)

public static FirewallPolicyAssociation.Builder newBuilder(FirewallPolicyAssociation prototype)
Parameter
Name Description
prototype FirewallPolicyAssociation
Returns
Type Description
FirewallPolicyAssociation.Builder

parseDelimitedFrom(InputStream input)

public static FirewallPolicyAssociation parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FirewallPolicyAssociation parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FirewallPolicyAssociation parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FirewallPolicyAssociation parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FirewallPolicyAssociation parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FirewallPolicyAssociation parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyAssociation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FirewallPolicyAssociation
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

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

getAttachmentTarget()

public String getAttachmentTarget()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
Type Description
String

The attachmentTarget.

getAttachmentTargetBytes()

public ByteString getAttachmentTargetBytes()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
Type Description
ByteString

The bytes for attachmentTarget.

getDefaultInstanceForType()

public FirewallPolicyAssociation getDefaultInstanceForType()
Returns
Type Description
FirewallPolicyAssociation

getDisplayName()

public String getDisplayName()

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.

optional string display_name = 4473832;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.

optional string display_name = 4473832;

Returns
Type Description
ByteString

The bytes for displayName.

getFirewallPolicyId()

public String getFirewallPolicyId()

[Output Only] The firewall policy ID of the association.

optional string firewall_policy_id = 357211849;

Returns
Type Description
String

The firewallPolicyId.

getFirewallPolicyIdBytes()

public ByteString getFirewallPolicyIdBytes()

[Output Only] The firewall policy ID of the association.

optional string firewall_policy_id = 357211849;

Returns
Type Description
ByteString

The bytes for firewallPolicyId.

getName()

public String getName()

The name for an association.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name for an association.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getShortName()

public String getShortName()

[Output Only] The short name of the firewall policy of the association.

optional string short_name = 492051566;

Returns
Type Description
String

The shortName.

getShortNameBytes()

public ByteString getShortNameBytes()

[Output Only] The short name of the firewall policy of the association.

optional string short_name = 492051566;

Returns
Type Description
ByteString

The bytes for shortName.

hasAttachmentTarget()

public boolean hasAttachmentTarget()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
Type Description
boolean

Whether the attachmentTarget field is set.

hasDisplayName()

public boolean hasDisplayName()

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.

optional string display_name = 4473832;

Returns
Type Description
boolean

Whether the displayName field is set.

hasFirewallPolicyId()

public boolean hasFirewallPolicyId()

[Output Only] The firewall policy ID of the association.

optional string firewall_policy_id = 357211849;

Returns
Type Description
boolean

Whether the firewallPolicyId field is set.

hasName()

public boolean hasName()

The name for an association.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

hasShortName()

public boolean hasShortName()

[Output Only] The short name of the firewall policy of the association.

optional string short_name = 492051566;

Returns
Type Description
boolean

Whether the shortName field is set.

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 FirewallPolicyAssociation.Builder newBuilderForType()
Returns
Type Description
FirewallPolicyAssociation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FirewallPolicyAssociation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FirewallPolicyAssociation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public FirewallPolicyAssociation.Builder toBuilder()
Returns
Type Description
FirewallPolicyAssociation.Builder

writeTo(CodedOutputStream output)

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