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 NetworkInterfaceNetworkInterface.Builder. build()NetworkInterfaceNetworkInterface.Builder. buildPartial()static NetworkInterfaceNetworkInterface. getDefaultInstance()NetworkInterfaceNetworkInterface.Builder. getDefaultInstanceForType()NetworkInterfaceNetworkInterface. getDefaultInstanceForType()NetworkInterfaceUpdateNetworkInterfaceInstanceRequest.Builder. getNetworkInterfaceResource()The body resource for this requestNetworkInterfaceUpdateNetworkInterfaceInstanceRequest. getNetworkInterfaceResource()The body resource for this requestNetworkInterfaceUpdateNetworkInterfaceInstanceRequestOrBuilder. getNetworkInterfaceResource()The body resource for this requestNetworkInterfaceInstance.Builder. getNetworkInterfaces(int index)An array of network configurations for this instance.NetworkInterfaceInstance. getNetworkInterfaces(int index)An array of network configurations for this instance.NetworkInterfaceInstanceOrBuilder. getNetworkInterfaces(int index)An array of network configurations for this instance.NetworkInterfaceInstanceProperties.Builder. getNetworkInterfaces(int index)An array of network access configurations for this interface.NetworkInterfaceInstanceProperties. getNetworkInterfaces(int index)An array of network access configurations for this interface.NetworkInterfaceInstancePropertiesOrBuilder. getNetworkInterfaces(int index)An array of network access configurations for this interface.NetworkInterfaceSourceInstanceProperties.Builder. getNetworkInterfaces(int index)An array of network access configurations for this interface.NetworkInterfaceSourceInstanceProperties. getNetworkInterfaces(int index)An array of network access configurations for this interface.NetworkInterfaceSourceInstancePropertiesOrBuilder. getNetworkInterfaces(int index)An array of network access configurations for this interface.static NetworkInterfaceNetworkInterface. parseDelimitedFrom(InputStream input)static NetworkInterfaceNetworkInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkInterfaceNetworkInterface. parseFrom(byte[] data)static NetworkInterfaceNetworkInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkInterfaceNetworkInterface. parseFrom(com.google.protobuf.ByteString data)static NetworkInterfaceNetworkInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkInterfaceNetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkInterfaceNetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkInterfaceNetworkInterface. parseFrom(InputStream input)static NetworkInterfaceNetworkInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkInterfaceNetworkInterface. parseFrom(ByteBuffer data)static NetworkInterfaceNetworkInterface. 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.BuilderInstance.Builder. addNetworkInterfaces(int index, NetworkInterface value)An array of network configurations for this instance.Instance.BuilderInstance.Builder. addNetworkInterfaces(NetworkInterface value)An array of network configurations for this instance.InstanceProperties.BuilderInstanceProperties.Builder. addNetworkInterfaces(int index, NetworkInterface value)An array of network access configurations for this interface.InstanceProperties.BuilderInstanceProperties.Builder. addNetworkInterfaces(NetworkInterface value)An array of network access configurations for this interface.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addNetworkInterfaces(int index, NetworkInterface value)An array of network access configurations for this interface.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addNetworkInterfaces(NetworkInterface value)An array of network access configurations for this interface.NetworkInterface.BuilderNetworkInterface.Builder. mergeFrom(NetworkInterface other)UpdateNetworkInterfaceInstanceRequest.BuilderUpdateNetworkInterfaceInstanceRequest.Builder. mergeNetworkInterfaceResource(NetworkInterface value)The body resource for this requeststatic NetworkInterface.BuilderNetworkInterface. newBuilder(NetworkInterface prototype)UpdateNetworkInterfaceInstanceRequest.BuilderUpdateNetworkInterfaceInstanceRequest.Builder. setNetworkInterfaceResource(NetworkInterface value)The body resource for this requestInstance.BuilderInstance.Builder. setNetworkInterfaces(int index, NetworkInterface value)An array of network configurations for this instance.InstanceProperties.BuilderInstanceProperties.Builder. setNetworkInterfaces(int index, NetworkInterface value)An array of network access configurations for this interface.SourceInstanceProperties.BuilderSourceInstanceProperties.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.BuilderInstance.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)An array of network configurations for this instance.InstanceProperties.BuilderInstanceProperties.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)An array of network access configurations for this interface.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)An array of network access configurations for this interface.
-