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 UpdateDiskRequest
UpdateDiskRequest.Builder. build()
UpdateDiskRequest
UpdateDiskRequest.Builder. buildPartial()
static UpdateDiskRequest
UpdateDiskRequest. getDefaultInstance()
UpdateDiskRequest
UpdateDiskRequest.Builder. getDefaultInstanceForType()
UpdateDiskRequest
UpdateDiskRequest. getDefaultInstanceForType()
static UpdateDiskRequest
UpdateDiskRequest. parseDelimitedFrom(InputStream input)
static UpdateDiskRequest
UpdateDiskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(byte[] data)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(InputStream input)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDiskRequest
UpdateDiskRequest. parseFrom(ByteBuffer data)
static UpdateDiskRequest
UpdateDiskRequest. 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.Builder
UpdateDiskRequest.Builder. mergeFrom(UpdateDiskRequest other)
static UpdateDiskRequest.Builder
UpdateDiskRequest. 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.
-