Class GetAssociationNetworkFirewallPolicyRequest.Builder (1.93.0)

public static final class GetAssociationNetworkFirewallPolicyRequest.Builder extends GeneratedMessage.Builder<GetAssociationNetworkFirewallPolicyRequest.Builder> implements GetAssociationNetworkFirewallPolicyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetAssociationNetworkFirewallPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAssociationNetworkFirewallPolicyRequest build()
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest

buildPartial()

public GetAssociationNetworkFirewallPolicyRequest buildPartial()
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest

clear()

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

clearFirewallPolicy()

public GetAssociationNetworkFirewallPolicyRequest.Builder clearFirewallPolicy()

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

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

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clearName()

public GetAssociationNetworkFirewallPolicyRequest.Builder clearName()

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

optional string name = 3373707;

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clearProject()

public GetAssociationNetworkFirewallPolicyRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAssociationNetworkFirewallPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest

getDescriptorForType()

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

getFirewallPolicy()

public String getFirewallPolicy()

Name of the firewall policy to which the queried association 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 association 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.

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

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(GetAssociationNetworkFirewallPolicyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFirewallPolicy(String value)

public GetAssociationNetworkFirewallPolicyRequest.Builder setFirewallPolicy(String value)

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

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

Parameter
Name Description
value String

The firewallPolicy to set.

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setFirewallPolicyBytes(ByteString value)

public GetAssociationNetworkFirewallPolicyRequest.Builder setFirewallPolicyBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for firewallPolicy to set.

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setName(String value)

public GetAssociationNetworkFirewallPolicyRequest.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
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAssociationNetworkFirewallPolicyRequest.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
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setProject(String value)

public GetAssociationNetworkFirewallPolicyRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetAssociationNetworkFirewallPolicyRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder

This builder for chaining.