Uses of Class
com.google.cloud.compute.v1.Snapshot
-
Packages that use Snapshot 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 Snapshot in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Snapshot Modifier and Type Method Description Snapshot
Snapshot.Builder. build()
Snapshot
Snapshot.Builder. buildPartial()
Snapshot
SnapshotsClient. get(GetSnapshotRequest request)
Returns the specified Snapshot resource.Snapshot
SnapshotsClient. get(String project, String snapshot)
Returns the specified Snapshot resource.static Snapshot
Snapshot. getDefaultInstance()
Snapshot
Snapshot.Builder. getDefaultInstanceForType()
Snapshot
Snapshot. getDefaultInstanceForType()
Snapshot
SnapshotList.Builder. getItems(int index)
A list of Snapshot resources.Snapshot
SnapshotList. getItems(int index)
A list of Snapshot resources.Snapshot
SnapshotListOrBuilder. getItems(int index)
A list of Snapshot resources.Snapshot
CreateSnapshotDiskRequest.Builder. getSnapshotResource()
The body resource for this requestSnapshot
CreateSnapshotDiskRequest. getSnapshotResource()
The body resource for this requestSnapshot
CreateSnapshotDiskRequestOrBuilder. getSnapshotResource()
The body resource for this requestSnapshot
CreateSnapshotRegionDiskRequest.Builder. getSnapshotResource()
The body resource for this requestSnapshot
CreateSnapshotRegionDiskRequest. getSnapshotResource()
The body resource for this requestSnapshot
CreateSnapshotRegionDiskRequestOrBuilder. getSnapshotResource()
The body resource for this requestSnapshot
InsertSnapshotRequest.Builder. getSnapshotResource()
The body resource for this requestSnapshot
InsertSnapshotRequest. getSnapshotResource()
The body resource for this requestSnapshot
InsertSnapshotRequestOrBuilder. getSnapshotResource()
The body resource for this requeststatic Snapshot
Snapshot. parseDelimitedFrom(InputStream input)
static Snapshot
Snapshot. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(byte[] data)
static Snapshot
Snapshot. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(InputStream input)
static Snapshot
Snapshot. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(ByteBuffer data)
static Snapshot
Snapshot. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SnapshotsClient. getCallable()
Returns the specified Snapshot resource.List<Snapshot>
SnapshotList.Builder. getItemsList()
A list of Snapshot resources.List<Snapshot>
SnapshotList. getItemsList()
A list of Snapshot resources.List<Snapshot>
SnapshotListOrBuilder. getItemsList()
A list of Snapshot resources.com.google.protobuf.Parser<Snapshot>
Snapshot. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SnapshotsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SnapshotsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Snapshot>
Snapshot. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Snapshot Modifier and Type Method Description SnapshotList.Builder
SnapshotList.Builder. addItems(int index, Snapshot value)
A list of Snapshot resources.SnapshotList.Builder
SnapshotList.Builder. addItems(Snapshot value)
A list of Snapshot resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
DisksClient. createSnapshotAsync(String project, String zone, String disk, Snapshot snapshotResource)
Creates a snapshot of a specified persistent disk.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionDisksClient. createSnapshotAsync(String project, String region, String disk, Snapshot snapshotResource)
Creates a snapshot of a specified persistent disk.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
SnapshotsClient. insertAsync(String project, Snapshot snapshotResource)
Creates a snapshot in the specified project using the data included in the request.Snapshot.Builder
Snapshot.Builder. mergeFrom(Snapshot other)
CreateSnapshotDiskRequest.Builder
CreateSnapshotDiskRequest.Builder. mergeSnapshotResource(Snapshot value)
The body resource for this requestCreateSnapshotRegionDiskRequest.Builder
CreateSnapshotRegionDiskRequest.Builder. mergeSnapshotResource(Snapshot value)
The body resource for this requestInsertSnapshotRequest.Builder
InsertSnapshotRequest.Builder. mergeSnapshotResource(Snapshot value)
The body resource for this requeststatic Snapshot.Builder
Snapshot. newBuilder(Snapshot prototype)
SnapshotList.Builder
SnapshotList.Builder. setItems(int index, Snapshot value)
A list of Snapshot resources.CreateSnapshotDiskRequest.Builder
CreateSnapshotDiskRequest.Builder. setSnapshotResource(Snapshot value)
The body resource for this requestCreateSnapshotRegionDiskRequest.Builder
CreateSnapshotRegionDiskRequest.Builder. setSnapshotResource(Snapshot value)
The body resource for this requestInsertSnapshotRequest.Builder
InsertSnapshotRequest.Builder. setSnapshotResource(Snapshot value)
The body resource for this requestMethod parameters in com.google.cloud.compute.v1 with type arguments of type Snapshot Modifier and Type Method Description SnapshotList.Builder
SnapshotList.Builder. addAllItems(Iterable<? extends Snapshot> values)
A list of Snapshot resources.static com.google.api.core.ApiFuture<SnapshotsClient.ListPagedResponse>
SnapshotsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
protected SnapshotsClient.ListPage
SnapshotsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)
com.google.api.core.ApiFuture<SnapshotsClient.ListPage>
SnapshotsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
-
Uses of Snapshot in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
HttpJsonSnapshotsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SnapshotsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SnapshotsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SnapshotsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-