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