Uses of Class
com.google.cloud.compute.v1.UpdateDiskRequest
-
Packages that use UpdateDiskRequest 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 UpdateDiskRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UpdateDiskRequest Modifier and Type Method Description UpdateDiskRequestUpdateDiskRequest.Builder. build()UpdateDiskRequestUpdateDiskRequest.Builder. buildPartial()static UpdateDiskRequestUpdateDiskRequest. getDefaultInstance()UpdateDiskRequestUpdateDiskRequest.Builder. getDefaultInstanceForType()UpdateDiskRequestUpdateDiskRequest. getDefaultInstanceForType()static UpdateDiskRequestUpdateDiskRequest. parseDelimitedFrom(InputStream input)static UpdateDiskRequestUpdateDiskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDiskRequestUpdateDiskRequest. parseFrom(byte[] data)static UpdateDiskRequestUpdateDiskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDiskRequestUpdateDiskRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateDiskRequestUpdateDiskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDiskRequestUpdateDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateDiskRequestUpdateDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDiskRequestUpdateDiskRequest. parseFrom(InputStream input)static UpdateDiskRequestUpdateDiskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDiskRequestUpdateDiskRequest. parseFrom(ByteBuffer data)static UpdateDiskRequestUpdateDiskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type UpdateDiskRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateDiskRequest>UpdateDiskRequest. getParserForType()static com.google.protobuf.Parser<UpdateDiskRequest>UpdateDiskRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateDiskRequest,Operation>DisksClient. updateCallable()Updates the specified disk with the data included in the request.com.google.api.gax.rpc.OperationCallable<UpdateDiskRequest,Operation,Operation>DisksClient. updateOperationCallable()Updates the specified disk with the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDiskRequest,Operation,Operation>DisksSettings.Builder. updateOperationSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateDiskRequest,Operation,Operation>DisksSettings. updateOperationSettings()Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDiskRequest,Operation>DisksSettings.Builder. updateSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateDiskRequest,Operation>DisksSettings. updateSettings()Returns the object with the settings used for calls to update.Methods in com.google.cloud.compute.v1 with parameters of type UpdateDiskRequest Modifier and Type Method Description UpdateDiskRequest.BuilderUpdateDiskRequest.Builder. mergeFrom(UpdateDiskRequest other)static UpdateDiskRequest.BuilderUpdateDiskRequest. newBuilder(UpdateDiskRequest prototype)com.google.api.gax.longrunning.OperationFuture<Operation,Operation>DisksClient. updateAsync(UpdateDiskRequest request)Updates the specified disk with the data included in the request. -
Uses of UpdateDiskRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type UpdateDiskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateDiskRequest,Operation>DisksStub. updateCallable()com.google.api.gax.rpc.UnaryCallable<UpdateDiskRequest,Operation>HttpJsonDisksStub. updateCallable()com.google.api.gax.rpc.OperationCallable<UpdateDiskRequest,Operation,Operation>DisksStub. updateOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateDiskRequest,Operation,Operation>HttpJsonDisksStub. updateOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDiskRequest,Operation,Operation>DisksStubSettings.Builder. updateOperationSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateDiskRequest,Operation,Operation>DisksStubSettings. updateOperationSettings()Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDiskRequest,Operation>DisksStubSettings.Builder. updateSettings()Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateDiskRequest,Operation>DisksStubSettings. updateSettings()Returns the object with the settings used for calls to update.
-