Class NetworkInterface.Builder (1.42.0)

public static final class NetworkInterface.Builder extends GeneratedMessageV3.Builder<NetworkInterface.Builder> implements NetworkInterfaceOrBuilder

NetworkInterface represents a NIC of a VM.

Protobuf type google.cloud.vmmigration.v1.NetworkInterface

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public NetworkInterface build()
Returns
Type Description
NetworkInterface

buildPartial()

public NetworkInterface buildPartial()
Returns
Type Description
NetworkInterface

clear()

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

clearExternalIp()

public NetworkInterface.Builder clearExternalIp()

The external IP to define in the NIC.

string external_ip = 4;

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearInternalIp()

public NetworkInterface.Builder clearInternalIp()

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

clearNetwork()

public NetworkInterface.Builder clearNetwork()

The network to connect the NIC to.

string network = 1;

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public NetworkInterface.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
NetworkInterface.Builder
Overrides

clearSubnetwork()

public NetworkInterface.Builder clearSubnetwork()

The subnetwork to connect the NIC to.

string subnetwork = 2;

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public NetworkInterface getDefaultInstanceForType()
Returns
Type Description
NetworkInterface

getDescriptorForType()

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

getExternalIp()

public String getExternalIp()

The external IP to define in the NIC.

string external_ip = 4;

Returns
Type Description
String

The externalIp.

getExternalIpBytes()

public ByteString getExternalIpBytes()

The external IP to define in the NIC.

string external_ip = 4;

Returns
Type Description
ByteString

The bytes for externalIp.

getInternalIp()

public String getInternalIp()

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Returns
Type Description
String

The internalIp.

getInternalIpBytes()

public ByteString getInternalIpBytes()

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Returns
Type Description
ByteString

The bytes for internalIp.

getNetwork()

public String getNetwork()

The network to connect the NIC to.

string network = 1;

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

The network to connect the NIC to.

string network = 1;

Returns
Type Description
ByteString

The bytes for network.

getSubnetwork()

public String getSubnetwork()

The subnetwork to connect the NIC to.

string subnetwork = 2;

Returns
Type Description
String

The subnetwork.

getSubnetworkBytes()

public ByteString getSubnetworkBytes()

The subnetwork to connect the NIC to.

string subnetwork = 2;

Returns
Type Description
ByteString

The bytes for subnetwork.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NetworkInterface other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setExternalIp(String value)

public NetworkInterface.Builder setExternalIp(String value)

The external IP to define in the NIC.

string external_ip = 4;

Parameter
Name Description
value String

The externalIp to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setExternalIpBytes(ByteString value)

public NetworkInterface.Builder setExternalIpBytes(ByteString value)

The external IP to define in the NIC.

string external_ip = 4;

Parameter
Name Description
value ByteString

The bytes for externalIp to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setInternalIp(String value)

public NetworkInterface.Builder setInternalIp(String value)

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Parameter
Name Description
value String

The internalIp to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setInternalIpBytes(ByteString value)

public NetworkInterface.Builder setInternalIpBytes(ByteString value)

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Parameter
Name Description
value ByteString

The bytes for internalIp to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setNetwork(String value)

public NetworkInterface.Builder setNetwork(String value)

The network to connect the NIC to.

string network = 1;

Parameter
Name Description
value String

The network to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public NetworkInterface.Builder setNetworkBytes(ByteString value)

The network to connect the NIC to.

string network = 1;

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

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

public NetworkInterface.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
NetworkInterface.Builder
Overrides

setSubnetwork(String value)

public NetworkInterface.Builder setSubnetwork(String value)

The subnetwork to connect the NIC to.

string subnetwork = 2;

Parameter
Name Description
value String

The subnetwork to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setSubnetworkBytes(ByteString value)

public NetworkInterface.Builder setSubnetworkBytes(ByteString value)

The subnetwork to connect the NIC to.

string subnetwork = 2;

Parameter
Name Description
value ByteString

The bytes for subnetwork to set.

Returns
Type Description
NetworkInterface.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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