Uses of Class
com.google.cloud.compute.v1.NetworkInterface
-
Packages that use NetworkInterface Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of NetworkInterface in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkInterface Modifier and Type Method Description NetworkInterface
NetworkInterface.Builder. build()
NetworkInterface
NetworkInterface.Builder. buildPartial()
static NetworkInterface
NetworkInterface. getDefaultInstance()
NetworkInterface
NetworkInterface.Builder. getDefaultInstanceForType()
NetworkInterface
NetworkInterface. getDefaultInstanceForType()
NetworkInterface
UpdateNetworkInterfaceInstanceRequest.Builder. getNetworkInterfaceResource()
The body resource for this requestNetworkInterface
UpdateNetworkInterfaceInstanceRequest. getNetworkInterfaceResource()
The body resource for this requestNetworkInterface
UpdateNetworkInterfaceInstanceRequestOrBuilder. getNetworkInterfaceResource()
The body resource for this requestNetworkInterface
Instance.Builder. getNetworkInterfaces(int index)
An array of network configurations for this instance.NetworkInterface
Instance. getNetworkInterfaces(int index)
An array of network configurations for this instance.NetworkInterface
InstanceOrBuilder. getNetworkInterfaces(int index)
An array of network configurations for this instance.NetworkInterface
InstanceProperties.Builder. getNetworkInterfaces(int index)
An array of network access configurations for this interface.NetworkInterface
InstanceProperties. getNetworkInterfaces(int index)
An array of network access configurations for this interface.NetworkInterface
InstancePropertiesOrBuilder. getNetworkInterfaces(int index)
An array of network access configurations for this interface.NetworkInterface
SourceInstanceProperties.Builder. getNetworkInterfaces(int index)
An array of network access configurations for this interface.NetworkInterface
SourceInstanceProperties. getNetworkInterfaces(int index)
An array of network access configurations for this interface.NetworkInterface
SourceInstancePropertiesOrBuilder. getNetworkInterfaces(int index)
An array of network access configurations for this interface.static NetworkInterface
NetworkInterface. parseDelimitedFrom(InputStream input)
static NetworkInterface
NetworkInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(byte[] data)
static NetworkInterface
NetworkInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.ByteString data)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(InputStream input)
static NetworkInterface
NetworkInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(ByteBuffer data)
static NetworkInterface
NetworkInterface. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>
Instance.Builder. getNetworkInterfacesList()
An array of network configurations for this instance.List<NetworkInterface>
Instance. getNetworkInterfacesList()
An array of network configurations for this instance.List<NetworkInterface>
InstanceOrBuilder. getNetworkInterfacesList()
An array of network configurations for this instance.List<NetworkInterface>
InstanceProperties.Builder. getNetworkInterfacesList()
An array of network access configurations for this interface.List<NetworkInterface>
InstanceProperties. getNetworkInterfacesList()
An array of network access configurations for this interface.List<NetworkInterface>
InstancePropertiesOrBuilder. getNetworkInterfacesList()
An array of network access configurations for this interface.List<NetworkInterface>
SourceInstanceProperties.Builder. getNetworkInterfacesList()
An array of network access configurations for this interface.List<NetworkInterface>
SourceInstanceProperties. getNetworkInterfacesList()
An array of network access configurations for this interface.List<NetworkInterface>
SourceInstancePropertiesOrBuilder. getNetworkInterfacesList()
An array of network access configurations for this interface.com.google.protobuf.Parser<NetworkInterface>
NetworkInterface. getParserForType()
static com.google.protobuf.Parser<NetworkInterface>
NetworkInterface. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NetworkInterface Modifier and Type Method Description Instance.Builder
Instance.Builder. addNetworkInterfaces(int index, NetworkInterface value)
An array of network configurations for this instance.Instance.Builder
Instance.Builder. addNetworkInterfaces(NetworkInterface value)
An array of network configurations for this instance.InstanceProperties.Builder
InstanceProperties.Builder. addNetworkInterfaces(int index, NetworkInterface value)
An array of network access configurations for this interface.InstanceProperties.Builder
InstanceProperties.Builder. addNetworkInterfaces(NetworkInterface value)
An array of network access configurations for this interface.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addNetworkInterfaces(int index, NetworkInterface value)
An array of network access configurations for this interface.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addNetworkInterfaces(NetworkInterface value)
An array of network access configurations for this interface.NetworkInterface.Builder
NetworkInterface.Builder. mergeFrom(NetworkInterface other)
UpdateNetworkInterfaceInstanceRequest.Builder
UpdateNetworkInterfaceInstanceRequest.Builder. mergeNetworkInterfaceResource(NetworkInterface value)
The body resource for this requeststatic NetworkInterface.Builder
NetworkInterface. newBuilder(NetworkInterface prototype)
UpdateNetworkInterfaceInstanceRequest.Builder
UpdateNetworkInterfaceInstanceRequest.Builder. setNetworkInterfaceResource(NetworkInterface value)
The body resource for this requestInstance.Builder
Instance.Builder. setNetworkInterfaces(int index, NetworkInterface value)
An array of network configurations for this instance.InstanceProperties.Builder
InstanceProperties.Builder. setNetworkInterfaces(int index, NetworkInterface value)
An array of network access configurations for this interface.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. setNetworkInterfaces(int index, NetworkInterface value)
An array of network access configurations for this interface.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. updateNetworkInterfaceAsync(String project, String zone, String instance, String networkInterface, NetworkInterface networkInterfaceResource)
Updates an instance's network interface.Method parameters in com.google.cloud.compute.v1 with type arguments of type NetworkInterface Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)
An array of network configurations for this instance.InstanceProperties.Builder
InstanceProperties.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)
An array of network access configurations for this interface.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)
An array of network access configurations for this interface.
-