Class GetAssociationRegionNetworkFirewallPolicyRequest.Builder (1.68.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
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetAssociationRegionNetworkFirewallPolicyRequest build()

buildPartial()

public GetAssociationRegionNetworkFirewallPolicyRequest buildPartial()

clear()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearProject()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
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
Type Description
GetAssociationRegionNetworkFirewallPolicyRequest.Builder

This builder for chaining.

clone()

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder clone()
Overrides

getDefaultInstanceForType()

public GetAssociationRegionNetworkFirewallPolicyRequest getDefaultInstanceForType()

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.

getRegion()

public String getRegion()

Name of the region scoping this request.

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

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region scoping this request.

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

Returns
Type Description
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
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(GetAssociationRegionNetworkFirewallPolicyRequest other)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder mergeFrom(GetAssociationRegionNetworkFirewallPolicyRequest other)
Parameter
Name Description
other GetAssociationRegionNetworkFirewallPolicyRequest

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public GetAssociationRegionNetworkFirewallPolicyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetAssociationRegionNetworkFirewallPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

The firewallPolicy to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for firewallPolicy to set.

Returns
Type Description
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
Name Description
value String

The name to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
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
Name Description
value String

The project to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
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
Name Description
value String

The region to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetAssociationRegionNetworkFirewallPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides