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