Uses of Class
com.google.cloud.compute.v1.UpdateInstanceRequest
-
Packages that use UpdateInstanceRequest 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 UpdateInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UpdateInstanceRequest Modifier and Type Method Description UpdateInstanceRequestUpdateInstanceRequest.Builder. build()UpdateInstanceRequestUpdateInstanceRequest.Builder. buildPartial()static UpdateInstanceRequestUpdateInstanceRequest. getDefaultInstance()UpdateInstanceRequestUpdateInstanceRequest.Builder. getDefaultInstanceForType()UpdateInstanceRequestUpdateInstanceRequest. getDefaultInstanceForType()static UpdateInstanceRequestUpdateInstanceRequest. parseDelimitedFrom(InputStream input)static UpdateInstanceRequestUpdateInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(byte[] data)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(InputStream input)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(ByteBuffer data)static UpdateInstanceRequestUpdateInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type UpdateInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateInstanceRequest>UpdateInstanceRequest. getParserForType()static com.google.protobuf.Parser<UpdateInstanceRequest>UpdateInstanceRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateInstanceRequest,Operation>InstancesClient. updateCallable()Updates an instance only if the necessary resources are available.com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Operation,Operation>InstancesClient. updateOperationCallable()Updates an instance only if the necessary resources are available.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceRequest,Operation,Operation>InstancesSettings.Builder. updateOperationSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Operation,Operation>InstancesSettings. updateOperationSettings()Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceRequest,Operation>InstancesSettings.Builder. updateSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,Operation>InstancesSettings. updateSettings()Returns the object with the settings used for calls to update.Methods in com.google.cloud.compute.v1 with parameters of type UpdateInstanceRequest Modifier and Type Method Description UpdateInstanceRequest.BuilderUpdateInstanceRequest.Builder. mergeFrom(UpdateInstanceRequest other)static UpdateInstanceRequest.BuilderUpdateInstanceRequest. newBuilder(UpdateInstanceRequest prototype)com.google.api.gax.longrunning.OperationFuture<Operation,Operation>InstancesClient. updateAsync(UpdateInstanceRequest request)Updates an instance only if the necessary resources are available. -
Uses of UpdateInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type UpdateInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateInstanceRequest,Operation>HttpJsonInstancesStub. updateCallable()com.google.api.gax.rpc.UnaryCallable<UpdateInstanceRequest,Operation>InstancesStub. updateCallable()com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Operation,Operation>HttpJsonInstancesStub. updateOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Operation,Operation>InstancesStub. updateOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceRequest,Operation,Operation>InstancesStubSettings.Builder. updateOperationSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Operation,Operation>InstancesStubSettings. updateOperationSettings()Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceRequest,Operation>InstancesStubSettings.Builder. updateSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,Operation>InstancesStubSettings. updateSettings()Returns the object with the settings used for calls to update.
-