Class ServerlessExternalConnectionInfo.Builder (1.63.0)

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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

clearField(Descriptors.FieldDescriptor field)

public ServerlessExternalConnectionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ServerlessExternalConnectionInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ServerlessExternalConnectionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public ServerlessExternalConnectionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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.

setUnknownFields(UnknownFieldSet unknownFields)

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