Class NetworkInterface (1.51.0)

public final class NetworkInterface extends GeneratedMessageV3 implements NetworkInterfaceOrBuilder

A network interface resource attached to an instance.

Protobuf type google.cloud.compute.v1.NetworkInterface

Static Fields

ACCESS_CONFIGS_FIELD_NUMBER

public static final int ACCESS_CONFIGS_FIELD_NUMBER
Field Value
TypeDescription
int

ALIAS_IP_RANGES_FIELD_NUMBER

public static final int ALIAS_IP_RANGES_FIELD_NUMBER
Field Value
TypeDescription
int

FINGERPRINT_FIELD_NUMBER

public static final int FINGERPRINT_FIELD_NUMBER
Field Value
TypeDescription
int

INTERNAL_IPV6_PREFIX_LENGTH_FIELD_NUMBER

public static final int INTERNAL_IPV6_PREFIX_LENGTH_FIELD_NUMBER
Field Value
TypeDescription
int

IPV6_ACCESS_CONFIGS_FIELD_NUMBER

public static final int IPV6_ACCESS_CONFIGS_FIELD_NUMBER
Field Value
TypeDescription
int

IPV6_ACCESS_TYPE_FIELD_NUMBER

public static final int IPV6_ACCESS_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

IPV6_ADDRESS_FIELD_NUMBER

public static final int IPV6_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_ATTACHMENT_FIELD_NUMBER

public static final int NETWORK_ATTACHMENT_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_FIELD_NUMBER

public static final int NETWORK_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_I_P_FIELD_NUMBER

public static final int NETWORK_I_P_FIELD_NUMBER
Field Value
TypeDescription
int

NIC_TYPE_FIELD_NUMBER

public static final int NIC_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

QUEUE_COUNT_FIELD_NUMBER

public static final int QUEUE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

STACK_TYPE_FIELD_NUMBER

public static final int STACK_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

SUBNETWORK_FIELD_NUMBER

public static final int SUBNETWORK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NetworkInterface getDefaultInstance()
Returns
TypeDescription
NetworkInterface

getDescriptor()

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

newBuilder()

public static NetworkInterface.Builder newBuilder()
Returns
TypeDescription
NetworkInterface.Builder

newBuilder(NetworkInterface prototype)

public static NetworkInterface.Builder newBuilder(NetworkInterface prototype)
Parameter
NameDescription
prototypeNetworkInterface
Returns
TypeDescription
NetworkInterface.Builder

parseDelimitedFrom(InputStream input)

public static NetworkInterface parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NetworkInterface parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NetworkInterface parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NetworkInterface parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NetworkInterface parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NetworkInterface parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NetworkInterface parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkInterface
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NetworkInterface> parser()
Returns
TypeDescription
Parser<NetworkInterface>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAccessConfigs(int index)

public AccessConfig getAccessConfigs(int index)

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

repeated .google.cloud.compute.v1.AccessConfig access_configs = 111058326;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessConfig

getAccessConfigsCount()

public int getAccessConfigsCount()

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

repeated .google.cloud.compute.v1.AccessConfig access_configs = 111058326;

Returns
TypeDescription
int

getAccessConfigsList()

public List<AccessConfig> getAccessConfigsList()

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

repeated .google.cloud.compute.v1.AccessConfig access_configs = 111058326;

Returns
TypeDescription
List<AccessConfig>

getAccessConfigsOrBuilder(int index)

public AccessConfigOrBuilder getAccessConfigsOrBuilder(int index)

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

repeated .google.cloud.compute.v1.AccessConfig access_configs = 111058326;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessConfigOrBuilder

getAccessConfigsOrBuilderList()

public List<? extends AccessConfigOrBuilder> getAccessConfigsOrBuilderList()

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

repeated .google.cloud.compute.v1.AccessConfig access_configs = 111058326;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.AccessConfigOrBuilder>

getAliasIpRanges(int index)

public AliasIpRange getAliasIpRanges(int index)

An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.

repeated .google.cloud.compute.v1.AliasIpRange alias_ip_ranges = 165085631;

Parameter
NameDescription
indexint
Returns
TypeDescription
AliasIpRange

getAliasIpRangesCount()

public int getAliasIpRangesCount()

An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.

repeated .google.cloud.compute.v1.AliasIpRange alias_ip_ranges = 165085631;

Returns
TypeDescription
int

getAliasIpRangesList()

public List<AliasIpRange> getAliasIpRangesList()

An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.

repeated .google.cloud.compute.v1.AliasIpRange alias_ip_ranges = 165085631;

Returns
TypeDescription
List<AliasIpRange>

getAliasIpRangesOrBuilder(int index)

public AliasIpRangeOrBuilder getAliasIpRangesOrBuilder(int index)

An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.

repeated .google.cloud.compute.v1.AliasIpRange alias_ip_ranges = 165085631;

Parameter
NameDescription
indexint
Returns
TypeDescription
AliasIpRangeOrBuilder

getAliasIpRangesOrBuilderList()

public List<? extends AliasIpRangeOrBuilder> getAliasIpRangesOrBuilderList()

An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.

repeated .google.cloud.compute.v1.AliasIpRange alias_ip_ranges = 165085631;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.AliasIpRangeOrBuilder>

getDefaultInstanceForType()

public NetworkInterface getDefaultInstanceForType()
Returns
TypeDescription
NetworkInterface

getFingerprint()

public String getFingerprint()

Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.

optional string fingerprint = 234678500;

Returns
TypeDescription
String

The fingerprint.

getFingerprintBytes()

public ByteString getFingerprintBytes()

Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.

optional string fingerprint = 234678500;

Returns
TypeDescription
ByteString

The bytes for fingerprint.

getInternalIpv6PrefixLength()

public int getInternalIpv6PrefixLength()

The prefix length of the primary internal IPv6 range.

optional int32 internal_ipv6_prefix_length = 203833757;

Returns
TypeDescription
int

The internalIpv6PrefixLength.

getIpv6AccessConfigs(int index)

public AccessConfig getIpv6AccessConfigs(int index)

An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

repeated .google.cloud.compute.v1.AccessConfig ipv6_access_configs = 483472110;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessConfig

getIpv6AccessConfigsCount()

public int getIpv6AccessConfigsCount()

An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

repeated .google.cloud.compute.v1.AccessConfig ipv6_access_configs = 483472110;

Returns
TypeDescription
int

getIpv6AccessConfigsList()

public List<AccessConfig> getIpv6AccessConfigsList()

An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

repeated .google.cloud.compute.v1.AccessConfig ipv6_access_configs = 483472110;

Returns
TypeDescription
List<AccessConfig>

getIpv6AccessConfigsOrBuilder(int index)

public AccessConfigOrBuilder getIpv6AccessConfigsOrBuilder(int index)

An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

repeated .google.cloud.compute.v1.AccessConfig ipv6_access_configs = 483472110;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessConfigOrBuilder

getIpv6AccessConfigsOrBuilderList()

public List<? extends AccessConfigOrBuilder> getIpv6AccessConfigsOrBuilderList()

An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

repeated .google.cloud.compute.v1.AccessConfig ipv6_access_configs = 483472110;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.AccessConfigOrBuilder>

getIpv6AccessType()

public String getIpv6AccessType()

[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6. Check the Ipv6AccessType enum for the list of possible values.

optional string ipv6_access_type = 504658653;

Returns
TypeDescription
String

The ipv6AccessType.

getIpv6AccessTypeBytes()

public ByteString getIpv6AccessTypeBytes()

[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6. Check the Ipv6AccessType enum for the list of possible values.

optional string ipv6_access_type = 504658653;

Returns
TypeDescription
ByteString

The bytes for ipv6AccessType.

getIpv6Address()

public String getIpv6Address()

An IPv6 internal network address for this network interface. To use a static internal IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork.

optional string ipv6_address = 341563804;

Returns
TypeDescription
String

The ipv6Address.

getIpv6AddressBytes()

public ByteString getIpv6AddressBytes()

An IPv6 internal network address for this network interface. To use a static internal IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork.

optional string ipv6_address = 341563804;

Returns
TypeDescription
ByteString

The bytes for ipv6Address.

getKind()

public String getKind()

[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getName()

public String getName()

[Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

[Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getNetwork()

public String getNetwork()

URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default

optional string network = 232872494;

Returns
TypeDescription
String

The network.

getNetworkAttachment()

public String getNetworkAttachment()

The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.

optional string network_attachment = 224644052;

Returns
TypeDescription
String

The networkAttachment.

getNetworkAttachmentBytes()

public ByteString getNetworkAttachmentBytes()

The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.

optional string network_attachment = 224644052;

Returns
TypeDescription
ByteString

The bytes for networkAttachment.

getNetworkBytes()

public ByteString getNetworkBytes()

URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default

optional string network = 232872494;

Returns
TypeDescription
ByteString

The bytes for network.

getNetworkIP()

public String getNetworkIP()

An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.

optional string network_i_p = 207181961;

Returns
TypeDescription
String

The networkIP.

getNetworkIPBytes()

public ByteString getNetworkIPBytes()

An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.

optional string network_i_p = 207181961;

Returns
TypeDescription
ByteString

The bytes for networkIP.

getNicType()

public String getNicType()

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. Check the NicType enum for the list of possible values.

optional string nic_type = 59810577;

Returns
TypeDescription
String

The nicType.

getNicTypeBytes()

public ByteString getNicTypeBytes()

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. Check the NicType enum for the list of possible values.

optional string nic_type = 59810577;

Returns
TypeDescription
ByteString

The bytes for nicType.

getParserForType()

public Parser<NetworkInterface> getParserForType()
Returns
TypeDescription
Parser<NetworkInterface>
Overrides

getQueueCount()

public int getQueueCount()

The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.

optional int32 queue_count = 503708769;

Returns
TypeDescription
int

The queueCount.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStackType()

public String getStackType()

The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations. Check the StackType enum for the list of possible values.

optional string stack_type = 425908881;

Returns
TypeDescription
String

The stackType.

getStackTypeBytes()

public ByteString getStackTypeBytes()

The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations. Check the StackType enum for the list of possible values.

optional string stack_type = 425908881;

Returns
TypeDescription
ByteString

The bytes for stackType.

getSubnetwork()

public String getSubnetwork()

The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork

optional string subnetwork = 307827694;

Returns
TypeDescription
String

The subnetwork.

getSubnetworkBytes()

public ByteString getSubnetworkBytes()

The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork

optional string subnetwork = 307827694;

Returns
TypeDescription
ByteString

The bytes for subnetwork.

hasFingerprint()

public boolean hasFingerprint()

Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.

optional string fingerprint = 234678500;

Returns
TypeDescription
boolean

Whether the fingerprint field is set.

hasInternalIpv6PrefixLength()

public boolean hasInternalIpv6PrefixLength()

The prefix length of the primary internal IPv6 range.

optional int32 internal_ipv6_prefix_length = 203833757;

Returns
TypeDescription
boolean

Whether the internalIpv6PrefixLength field is set.

hasIpv6AccessType()

public boolean hasIpv6AccessType()

[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6. Check the Ipv6AccessType enum for the list of possible values.

optional string ipv6_access_type = 504658653;

Returns
TypeDescription
boolean

Whether the ipv6AccessType field is set.

hasIpv6Address()

public boolean hasIpv6Address()

An IPv6 internal network address for this network interface. To use a static internal IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork.

optional string ipv6_address = 341563804;

Returns
TypeDescription
boolean

Whether the ipv6Address field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasName()

public boolean hasName()

[Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasNetwork()

public boolean hasNetwork()

URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default

optional string network = 232872494;

Returns
TypeDescription
boolean

Whether the network field is set.

hasNetworkAttachment()

public boolean hasNetworkAttachment()

The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.

optional string network_attachment = 224644052;

Returns
TypeDescription
boolean

Whether the networkAttachment field is set.

hasNetworkIP()

public boolean hasNetworkIP()

An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.

optional string network_i_p = 207181961;

Returns
TypeDescription
boolean

Whether the networkIP field is set.

hasNicType()

public boolean hasNicType()

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. Check the NicType enum for the list of possible values.

optional string nic_type = 59810577;

Returns
TypeDescription
boolean

Whether the nicType field is set.

hasQueueCount()

public boolean hasQueueCount()

The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.

optional int32 queue_count = 503708769;

Returns
TypeDescription
boolean

Whether the queueCount field is set.

hasStackType()

public boolean hasStackType()

The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations. Check the StackType enum for the list of possible values.

optional string stack_type = 425908881;

Returns
TypeDescription
boolean

Whether the stackType field is set.

hasSubnetwork()

public boolean hasSubnetwork()

The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork

optional string subnetwork = 307827694;

Returns
TypeDescription
boolean

Whether the subnetwork field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NetworkInterface.Builder newBuilderForType()
Returns
TypeDescription
NetworkInterface.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NetworkInterface.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NetworkInterface.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NetworkInterface.Builder toBuilder()
Returns
TypeDescription
NetworkInterface.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException