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