Class NetworkInterface.Builder (1.39.0)

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

The definition of a network interface resource attached to a VM.

Protobuf type google.cloud.notebooks.v2.NetworkInterface

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NetworkInterface.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkInterface.Builder
Overrides

build()

public NetworkInterface build()
Returns
TypeDescription
NetworkInterface

buildPartial()

public NetworkInterface buildPartial()
Returns
TypeDescription
NetworkInterface

clear()

public NetworkInterface.Builder clear()
Returns
TypeDescription
NetworkInterface.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public NetworkInterface.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
NetworkInterface.Builder
Overrides

clearNetwork()

public NetworkInterface.Builder clearNetwork()

Optional. The name of the VPC that this VM instance is in. Format: projects/{project_id}/global/networks/{network_id}

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

clearNicType()

public NetworkInterface.Builder clearNicType()

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

.google.cloud.notebooks.v2.NetworkInterface.NicType nic_type = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public NetworkInterface.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
NetworkInterface.Builder
Overrides

clearSubnet()

public NetworkInterface.Builder clearSubnet()

Optional. The name of the subnet that this VM instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

clone()

public NetworkInterface.Builder clone()
Returns
TypeDescription
NetworkInterface.Builder
Overrides

getDefaultInstanceForType()

public NetworkInterface getDefaultInstanceForType()
Returns
TypeDescription
NetworkInterface

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNetwork()

public String getNetwork()

Optional. The name of the VPC that this VM instance is in. Format: projects/{project_id}/global/networks/{network_id}

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Optional. The name of the VPC that this VM instance is in. Format: projects/{project_id}/global/networks/{network_id}

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for network.

getNicType()

public NetworkInterface.NicType getNicType()

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

.google.cloud.notebooks.v2.NetworkInterface.NicType nic_type = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
NetworkInterface.NicType

The nicType.

getNicTypeValue()

public int getNicTypeValue()

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

.google.cloud.notebooks.v2.NetworkInterface.NicType nic_type = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for nicType.

getSubnet()

public String getSubnet()

Optional. The name of the subnet that this VM instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The subnet.

getSubnetBytes()

public ByteString getSubnetBytes()

Optional. The name of the subnet that this VM instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for subnet.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(NetworkInterface other)

public NetworkInterface.Builder mergeFrom(NetworkInterface other)
Parameter
NameDescription
otherNetworkInterface
Returns
TypeDescription
NetworkInterface.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NetworkInterface.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public NetworkInterface.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
NetworkInterface.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NetworkInterface.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
NetworkInterface.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public NetworkInterface.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkInterface.Builder
Overrides

setNetwork(String value)

public NetworkInterface.Builder setNetwork(String value)

Optional. The name of the VPC that this VM instance is in. Format: projects/{project_id}/global/networks/{network_id}

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The network to set.

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public NetworkInterface.Builder setNetworkBytes(ByteString value)

Optional. The name of the VPC that this VM instance is in. Format: projects/{project_id}/global/networks/{network_id}

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for network to set.

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

setNicType(NetworkInterface.NicType value)

public NetworkInterface.Builder setNicType(NetworkInterface.NicType value)

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

.google.cloud.notebooks.v2.NetworkInterface.NicType nic_type = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueNetworkInterface.NicType

The nicType to set.

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

setNicTypeValue(int value)

public NetworkInterface.Builder setNicTypeValue(int value)

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

.google.cloud.notebooks.v2.NetworkInterface.NicType nic_type = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The enum numeric value on the wire for nicType to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
NetworkInterface.Builder
Overrides

setSubnet(String value)

public NetworkInterface.Builder setSubnet(String value)

Optional. The name of the subnet that this VM instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The subnet to set.

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

setSubnetBytes(ByteString value)

public NetworkInterface.Builder setSubnetBytes(ByteString value)

Optional. The name of the subnet that this VM instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for subnet to set.

Returns
TypeDescription
NetworkInterface.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final NetworkInterface.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
NetworkInterface.Builder
Overrides