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