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