Uses of Class
com.google.cloud.compute.v1.BulkInsertDiskRequest
-
Packages that use BulkInsertDiskRequest 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 BulkInsertDiskRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BulkInsertDiskRequest Modifier and Type Method Description BulkInsertDiskRequest
BulkInsertDiskRequest.Builder. build()
BulkInsertDiskRequest
BulkInsertDiskRequest.Builder. buildPartial()
static BulkInsertDiskRequest
BulkInsertDiskRequest. getDefaultInstance()
BulkInsertDiskRequest
BulkInsertDiskRequest.Builder. getDefaultInstanceForType()
BulkInsertDiskRequest
BulkInsertDiskRequest. getDefaultInstanceForType()
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseDelimitedFrom(InputStream input)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(byte[] data)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(com.google.protobuf.ByteString data)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(InputStream input)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(ByteBuffer data)
static BulkInsertDiskRequest
BulkInsertDiskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type BulkInsertDiskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BulkInsertDiskRequest,Operation>
DisksClient. bulkInsertCallable()
Bulk create a set of disks.com.google.api.gax.rpc.OperationCallable<BulkInsertDiskRequest,Operation,Operation>
DisksClient. bulkInsertOperationCallable()
Bulk create a set of disks.com.google.api.gax.rpc.OperationCallSettings.Builder<BulkInsertDiskRequest,Operation,Operation>
DisksSettings.Builder. bulkInsertOperationSettings()
Returns the builder for the settings used for calls to bulkInsert.com.google.api.gax.rpc.OperationCallSettings<BulkInsertDiskRequest,Operation,Operation>
DisksSettings. bulkInsertOperationSettings()
Returns the object with the settings used for calls to bulkInsert.com.google.api.gax.rpc.UnaryCallSettings.Builder<BulkInsertDiskRequest,Operation>
DisksSettings.Builder. bulkInsertSettings()
Returns the builder for the settings used for calls to bulkInsert.com.google.api.gax.rpc.UnaryCallSettings<BulkInsertDiskRequest,Operation>
DisksSettings. bulkInsertSettings()
Returns the object with the settings used for calls to bulkInsert.com.google.protobuf.Parser<BulkInsertDiskRequest>
BulkInsertDiskRequest. getParserForType()
static com.google.protobuf.Parser<BulkInsertDiskRequest>
BulkInsertDiskRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type BulkInsertDiskRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
DisksClient. bulkInsertAsync(BulkInsertDiskRequest request)
Bulk create a set of disks.BulkInsertDiskRequest.Builder
BulkInsertDiskRequest.Builder. mergeFrom(BulkInsertDiskRequest other)
static BulkInsertDiskRequest.Builder
BulkInsertDiskRequest. newBuilder(BulkInsertDiskRequest prototype)
-
Uses of BulkInsertDiskRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type BulkInsertDiskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BulkInsertDiskRequest,Operation>
DisksStub. bulkInsertCallable()
com.google.api.gax.rpc.UnaryCallable<BulkInsertDiskRequest,Operation>
HttpJsonDisksStub. bulkInsertCallable()
com.google.api.gax.rpc.OperationCallable<BulkInsertDiskRequest,Operation,Operation>
DisksStub. bulkInsertOperationCallable()
com.google.api.gax.rpc.OperationCallable<BulkInsertDiskRequest,Operation,Operation>
HttpJsonDisksStub. bulkInsertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<BulkInsertDiskRequest,Operation,Operation>
DisksStubSettings.Builder. bulkInsertOperationSettings()
Returns the builder for the settings used for calls to bulkInsert.com.google.api.gax.rpc.OperationCallSettings<BulkInsertDiskRequest,Operation,Operation>
DisksStubSettings. bulkInsertOperationSettings()
Returns the object with the settings used for calls to bulkInsert.com.google.api.gax.rpc.UnaryCallSettings.Builder<BulkInsertDiskRequest,Operation>
DisksStubSettings.Builder. bulkInsertSettings()
Returns the builder for the settings used for calls to bulkInsert.com.google.api.gax.rpc.UnaryCallSettings<BulkInsertDiskRequest,Operation>
DisksStubSettings. bulkInsertSettings()
Returns the object with the settings used for calls to bulkInsert.
-