Class ServerlessExternalConnectionInfo.Builder (1.84.0)

public static final class ServerlessExternalConnectionInfo.Builder extends GeneratedMessage.Builder<ServerlessExternalConnectionInfo.Builder> implements ServerlessExternalConnectionInfoOrBuilder

For display only. Metadata associated with a serverless public connection.

Protobuf type google.cloud.networkmanagement.v1.ServerlessExternalConnectionInfo

Static Methods

getDescriptor()

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

Methods

build()

public ServerlessExternalConnectionInfo build()
Returns
Type Description
ServerlessExternalConnectionInfo

buildPartial()

public ServerlessExternalConnectionInfo buildPartial()
Returns
Type Description
ServerlessExternalConnectionInfo

clear()

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

clearSelectedIpAddress()

public ServerlessExternalConnectionInfo.Builder clearSelectedIpAddress()

Selected starting IP address, from the Google dynamic address pool.

string selected_ip_address = 1 [(.google.api.field_info) = { ... }

Returns
Type Description
ServerlessExternalConnectionInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public ServerlessExternalConnectionInfo getDefaultInstanceForType()
Returns
Type Description
ServerlessExternalConnectionInfo

getDescriptorForType()

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

getSelectedIpAddress()

public String getSelectedIpAddress()

Selected starting IP address, from the Google dynamic address pool.

string selected_ip_address = 1 [(.google.api.field_info) = { ... }

Returns
Type Description
String

The selectedIpAddress.

getSelectedIpAddressBytes()

public ByteString getSelectedIpAddressBytes()

Selected starting IP address, from the Google dynamic address pool.

string selected_ip_address = 1 [(.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for selectedIpAddress.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ServerlessExternalConnectionInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSelectedIpAddress(String value)

public ServerlessExternalConnectionInfo.Builder setSelectedIpAddress(String value)

Selected starting IP address, from the Google dynamic address pool.

string selected_ip_address = 1 [(.google.api.field_info) = { ... }

Parameter
Name Description
value String

The selectedIpAddress to set.

Returns
Type Description
ServerlessExternalConnectionInfo.Builder

This builder for chaining.

setSelectedIpAddressBytes(ByteString value)

public ServerlessExternalConnectionInfo.Builder setSelectedIpAddressBytes(ByteString value)

Selected starting IP address, from the Google dynamic address pool.

string selected_ip_address = 1 [(.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for selectedIpAddress to set.

Returns
Type Description
ServerlessExternalConnectionInfo.Builder

This builder for chaining.