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