Class SubnetworksSetPrivateIpGoogleAccessRequest.Builder (1.93.0)

public static final class SubnetworksSetPrivateIpGoogleAccessRequest.Builder extends GeneratedMessage.Builder<SubnetworksSetPrivateIpGoogleAccessRequest.Builder> implements SubnetworksSetPrivateIpGoogleAccessRequestOrBuilder

Protobuf type google.cloud.compute.v1.SubnetworksSetPrivateIpGoogleAccessRequest

Static Methods

getDescriptor()

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

Methods

build()

public SubnetworksSetPrivateIpGoogleAccessRequest build()
Returns
Type Description
SubnetworksSetPrivateIpGoogleAccessRequest

buildPartial()

public SubnetworksSetPrivateIpGoogleAccessRequest buildPartial()
Returns
Type Description
SubnetworksSetPrivateIpGoogleAccessRequest

clear()

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

clearPrivateIpGoogleAccess()

public SubnetworksSetPrivateIpGoogleAccessRequest.Builder clearPrivateIpGoogleAccess()

optional bool private_ip_google_access = 421491790;

Returns
Type Description
SubnetworksSetPrivateIpGoogleAccessRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public SubnetworksSetPrivateIpGoogleAccessRequest getDefaultInstanceForType()
Returns
Type Description
SubnetworksSetPrivateIpGoogleAccessRequest

getDescriptorForType()

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

getPrivateIpGoogleAccess()

public boolean getPrivateIpGoogleAccess()

optional bool private_ip_google_access = 421491790;

Returns
Type Description
boolean

The privateIpGoogleAccess.

hasPrivateIpGoogleAccess()

public boolean hasPrivateIpGoogleAccess()

optional bool private_ip_google_access = 421491790;

Returns
Type Description
boolean

Whether the privateIpGoogleAccess field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SubnetworksSetPrivateIpGoogleAccessRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPrivateIpGoogleAccess(boolean value)

public SubnetworksSetPrivateIpGoogleAccessRequest.Builder setPrivateIpGoogleAccess(boolean value)

optional bool private_ip_google_access = 421491790;

Parameter
Name Description
value boolean

The privateIpGoogleAccess to set.

Returns
Type Description
SubnetworksSetPrivateIpGoogleAccessRequest.Builder

This builder for chaining.