Class GetAssociationFirewallPolicyRequest.Builder (1.93.0)

public static final class GetAssociationFirewallPolicyRequest.Builder extends GeneratedMessage.Builder<GetAssociationFirewallPolicyRequest.Builder> implements GetAssociationFirewallPolicyRequestOrBuilder

A request message for FirewallPolicies.GetAssociation. See the method description for details.

Protobuf type google.cloud.compute.v1.GetAssociationFirewallPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAssociationFirewallPolicyRequest build()
Returns
Type Description
GetAssociationFirewallPolicyRequest

buildPartial()

public GetAssociationFirewallPolicyRequest buildPartial()
Returns
Type Description
GetAssociationFirewallPolicyRequest

clear()

public GetAssociationFirewallPolicyRequest.Builder clear()
Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder
Overrides

clearFirewallPolicy()

public GetAssociationFirewallPolicyRequest.Builder clearFirewallPolicy()

Name of the firewall policy to which the queried rule belongs.

string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.

clearName()

public GetAssociationFirewallPolicyRequest.Builder clearName()

The name of the association to get from the firewall policy.

optional string name = 3373707;

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAssociationFirewallPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetAssociationFirewallPolicyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFirewallPolicy()

public String getFirewallPolicy()

Name of the firewall policy to which the queried rule belongs.

string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The firewallPolicy.

getFirewallPolicyBytes()

public ByteString getFirewallPolicyBytes()

Name of the firewall policy to which the queried rule belongs.

string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for firewallPolicy.

getName()

public String getName()

The name of the association to get from the firewall policy.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the association to get from the firewall policy.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

hasName()

public boolean hasName()

The name of the association to get from the firewall policy.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetAssociationFirewallPolicyRequest other)

public GetAssociationFirewallPolicyRequest.Builder mergeFrom(GetAssociationFirewallPolicyRequest other)
Parameter
Name Description
other GetAssociationFirewallPolicyRequest
Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetAssociationFirewallPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetAssociationFirewallPolicyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder
Overrides

setFirewallPolicy(String value)

public GetAssociationFirewallPolicyRequest.Builder setFirewallPolicy(String value)

Name of the firewall policy to which the queried rule belongs.

string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The firewallPolicy to set.

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.

setFirewallPolicyBytes(ByteString value)

public GetAssociationFirewallPolicyRequest.Builder setFirewallPolicyBytes(ByteString value)

Name of the firewall policy to which the queried rule belongs.

string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for firewallPolicy to set.

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.

setName(String value)

public GetAssociationFirewallPolicyRequest.Builder setName(String value)

The name of the association to get from the firewall policy.

optional string name = 3373707;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAssociationFirewallPolicyRequest.Builder setNameBytes(ByteString value)

The name of the association to get from the firewall policy.

optional string name = 3373707;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetAssociationFirewallPolicyRequest.Builder

This builder for chaining.