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