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