Class GetAssociationNetworkFirewallPolicyRequest.Builder (1.52.0)

public static final class GetAssociationNetworkFirewallPolicyRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetAssociationNetworkFirewallPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GetAssociationNetworkFirewallPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetAssociationNetworkFirewallPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetAssociationNetworkFirewallPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetAssociationNetworkFirewallPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

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

public GetAssociationNetworkFirewallPolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetAssociationNetworkFirewallPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetAssociationNetworkFirewallPolicyRequest.Builder
Overrides