Class GetAssociationRegionNetworkFirewallPolicyRequest.Builder (1.51.0)

public static final class GetAssociationRegionNetworkFirewallPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetAssociationRegionNetworkFirewallPolicyRequest.Builder> implements GetAssociationRegionNetworkFirewallPolicyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetAssociationRegionNetworkFirewallPolicyRequest

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetAssociationRegionNetworkFirewallPolicyRequest.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetAssociationRegionNetworkFirewallPolicyRequest build()
Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest

buildPartial()

public GetAssociationRegionNetworkFirewallPolicyRequest buildPartial()
Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFirewallPolicy()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearFirewallPolicy()

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

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

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clearName()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearName()

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

optional string name = 3373707;

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProject()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearProject()

Project ID for this request.

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

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clearRegion()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public GetAssociationRegionNetworkFirewallPolicyRequest getDefaultInstanceForType()
Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getProject()

public String getProject()

Project ID for this request.

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

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

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

Returns
TypeDescription
ByteString

The bytes for project.

getRegion()

public String getRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for region.

hasName()

public boolean hasName()

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

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetAssociationRegionNetworkFirewallPolicyRequest other)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder mergeFrom(GetAssociationRegionNetworkFirewallPolicyRequest other)
Parameter
NameDescription
otherGetAssociationRegionNetworkFirewallPolicyRequest
Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFirewallPolicy(String value)

public GetAssociationRegionNetworkFirewallPolicyRequest.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
NameDescription
valueString

The firewallPolicy to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setFirewallPolicyBytes(ByteString value)

public GetAssociationRegionNetworkFirewallPolicyRequest.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
NameDescription
valueByteString

The bytes for firewallPolicy to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setName(String value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setName(String value)

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

optional string name = 3373707;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setNameBytes(ByteString value)

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

optional string name = 3373707;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setProject(String value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setProject(String value)

Project ID for this request.

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

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

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

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setRegion(String value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setRegion(String value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The region to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder setRegionBytes(ByteString value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for region to set.

Returns
TypeDescription
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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