Uses of Class
com.google.cloud.compute.v1.UpdateNetworkInterfaceInstanceRequest
-
Packages that use UpdateNetworkInterfaceInstanceRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of UpdateNetworkInterfaceInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UpdateNetworkInterfaceInstanceRequest Modifier and Type Method Description UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest.Builder. build()
UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest.Builder. buildPartial()
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. getDefaultInstance()
UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest.Builder. getDefaultInstanceForType()
UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. getDefaultInstanceForType()
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseDelimitedFrom(InputStream input)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(byte[] data)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(InputStream input)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(ByteBuffer data)
static UpdateNetworkInterfaceInstanceRequest
UpdateNetworkInterfaceInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type UpdateNetworkInterfaceInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateNetworkInterfaceInstanceRequest>
UpdateNetworkInterfaceInstanceRequest. getParserForType()
static com.google.protobuf.Parser<UpdateNetworkInterfaceInstanceRequest>
UpdateNetworkInterfaceInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesClient. updateNetworkInterfaceCallable()
Updates an instance's network interface.com.google.api.gax.rpc.OperationCallable<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesClient. updateNetworkInterfaceOperationCallable()
Updates an instance's network interface.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesSettings.Builder. updateNetworkInterfaceOperationSettings()
Returns the builder for the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesSettings. updateNetworkInterfaceOperationSettings()
Returns the object with the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesSettings.Builder. updateNetworkInterfaceSettings()
Returns the builder for the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.UnaryCallSettings<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesSettings. updateNetworkInterfaceSettings()
Returns the object with the settings used for calls to updateNetworkInterface.Methods in com.google.cloud.compute.v1 with parameters of type UpdateNetworkInterfaceInstanceRequest Modifier and Type Method Description UpdateNetworkInterfaceInstanceRequest.Builder
UpdateNetworkInterfaceInstanceRequest.Builder. mergeFrom(UpdateNetworkInterfaceInstanceRequest other)
static UpdateNetworkInterfaceInstanceRequest.Builder
UpdateNetworkInterfaceInstanceRequest. newBuilder(UpdateNetworkInterfaceInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. updateNetworkInterfaceAsync(UpdateNetworkInterfaceInstanceRequest request)
Updates an instance's network interface. -
Uses of UpdateNetworkInterfaceInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type UpdateNetworkInterfaceInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNetworkInterfaceInstanceRequest,Operation>
HttpJsonInstancesStub. updateNetworkInterfaceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesStub. updateNetworkInterfaceCallable()
com.google.api.gax.rpc.OperationCallable<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. updateNetworkInterfaceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesStub. updateNetworkInterfaceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. updateNetworkInterfaceOperationSettings()
Returns the builder for the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkInterfaceInstanceRequest,Operation,Operation>
InstancesStubSettings. updateNetworkInterfaceOperationSettings()
Returns the object with the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesStubSettings.Builder. updateNetworkInterfaceSettings()
Returns the builder for the settings used for calls to updateNetworkInterface.com.google.api.gax.rpc.UnaryCallSettings<UpdateNetworkInterfaceInstanceRequest,Operation>
InstancesStubSettings. updateNetworkInterfaceSettings()
Returns the object with the settings used for calls to updateNetworkInterface.
-