public static final class NetworkInterface.Builder extends GeneratedMessage.Builder<NetworkInterface.Builder> implements NetworkInterfaceOrBuilderThe definition of a network interface resource attached to a VM.
Protobuf type google.cloud.notebooks.v2.NetworkInterface
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NetworkInterface.BuilderImplements
NetworkInterfaceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
NetworkInterface.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
NetworkInterface.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public NetworkInterface getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NetworkInterface |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnet. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NetworkInterface.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NetworkInterface.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
StringThe network to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for network to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
NetworkInterface.NicTypeThe nicType to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for nicType to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkInterface.Builder |
This builder for chaining. |
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 | |
|---|---|
| Name | Description |
value |
StringThe subnet to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for subnet to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkInterface.Builder |
This builder for chaining. |