Class FirewallPolicyAssociation.Builder (1.51.0)

public static final class FirewallPolicyAssociation.Builder extends GeneratedMessageV3.Builder<FirewallPolicyAssociation.Builder> implements FirewallPolicyAssociationOrBuilder

Protobuf type google.cloud.compute.v1.FirewallPolicyAssociation

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FirewallPolicyAssociation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

build()

public FirewallPolicyAssociation build()
Returns
TypeDescription
FirewallPolicyAssociation

buildPartial()

public FirewallPolicyAssociation buildPartial()
Returns
TypeDescription
FirewallPolicyAssociation

clear()

public FirewallPolicyAssociation.Builder clear()
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

clearAttachmentTarget()

public FirewallPolicyAssociation.Builder clearAttachmentTarget()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

clearDisplayName()

public FirewallPolicyAssociation.Builder clearDisplayName()

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

optional string display_name = 4473832;

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public FirewallPolicyAssociation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

clearFirewallPolicyId()

public FirewallPolicyAssociation.Builder clearFirewallPolicyId()

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

optional string firewall_policy_id = 357211849;

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

clearName()

public FirewallPolicyAssociation.Builder clearName()

The name for an association.

optional string name = 3373707;

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FirewallPolicyAssociation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

clearShortName()

public FirewallPolicyAssociation.Builder clearShortName()

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

optional string short_name = 492051566;

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

clone()

public FirewallPolicyAssociation.Builder clone()
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

getAttachmentTarget()

public String getAttachmentTarget()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
TypeDescription
String

The attachmentTarget.

getAttachmentTargetBytes()

public ByteString getAttachmentTargetBytes()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
TypeDescription
ByteString

The bytes for attachmentTarget.

getDefaultInstanceForType()

public FirewallPolicyAssociation getDefaultInstanceForType()
Returns
TypeDescription
FirewallPolicyAssociation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The firewallPolicyId.

getFirewallPolicyIdBytes()

public ByteString getFirewallPolicyIdBytes()

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

optional string firewall_policy_id = 357211849;

Returns
TypeDescription
ByteString

The bytes for firewallPolicyId.

getName()

public String getName()

The name for an association.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name for an association.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getShortName()

public String getShortName()

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

optional string short_name = 492051566;

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for shortName.

hasAttachmentTarget()

public boolean hasAttachmentTarget()

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the firewallPolicyId field is set.

hasName()

public boolean hasName()

The name for an association.

optional string name = 3373707;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the shortName field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FirewallPolicyAssociation other)

public FirewallPolicyAssociation.Builder mergeFrom(FirewallPolicyAssociation other)
Parameter
NameDescription
otherFirewallPolicyAssociation
Returns
TypeDescription
FirewallPolicyAssociation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FirewallPolicyAssociation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FirewallPolicyAssociation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FirewallPolicyAssociation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

setAttachmentTarget(String value)

public FirewallPolicyAssociation.Builder setAttachmentTarget(String value)

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Parameter
NameDescription
valueString

The attachmentTarget to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setAttachmentTargetBytes(ByteString value)

public FirewallPolicyAssociation.Builder setAttachmentTargetBytes(ByteString value)

The target that the firewall policy is attached to.

optional string attachment_target = 175773741;

Parameter
NameDescription
valueByteString

The bytes for attachmentTarget to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setDisplayName(String value)

public FirewallPolicyAssociation.Builder setDisplayName(String value)

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

optional string display_name = 4473832;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public FirewallPolicyAssociation.Builder setDisplayNameBytes(ByteString value)

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

optional string display_name = 4473832;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public FirewallPolicyAssociation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

setFirewallPolicyId(String value)

public FirewallPolicyAssociation.Builder setFirewallPolicyId(String value)

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

optional string firewall_policy_id = 357211849;

Parameter
NameDescription
valueString

The firewallPolicyId to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setFirewallPolicyIdBytes(ByteString value)

public FirewallPolicyAssociation.Builder setFirewallPolicyIdBytes(ByteString value)

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

optional string firewall_policy_id = 357211849;

Parameter
NameDescription
valueByteString

The bytes for firewallPolicyId to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setName(String value)

public FirewallPolicyAssociation.Builder setName(String value)

The name for an association.

optional string name = 3373707;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FirewallPolicyAssociation.Builder setNameBytes(ByteString value)

The name for an association.

optional string name = 3373707;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FirewallPolicyAssociation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides

setShortName(String value)

public FirewallPolicyAssociation.Builder setShortName(String value)

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

optional string short_name = 492051566;

Parameter
NameDescription
valueString

The shortName to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setShortNameBytes(ByteString value)

public FirewallPolicyAssociation.Builder setShortNameBytes(ByteString value)

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

optional string short_name = 492051566;

Parameter
NameDescription
valueByteString

The bytes for shortName to set.

Returns
TypeDescription
FirewallPolicyAssociation.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final FirewallPolicyAssociation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FirewallPolicyAssociation.Builder
Overrides