Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static Compute.SnapshotListOption |
Compute.SnapshotListOption.fields(Compute.SnapshotField... fields)
Returns an option to specify the snapshot's fields to be returned by the RPC call.
|
static Compute.SnapshotListOption |
Compute.SnapshotListOption.filter(Compute.SnapshotFilter filter)
Returns an option to specify a filter on the snapshots being listed.
|
static Compute.SnapshotListOption |
Compute.SnapshotListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of snapshots returned per page.
|
static Compute.SnapshotListOption |
Compute.SnapshotListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing snapshots.
|
Modifier and Type | Method and Description |
---|---|
Page<Snapshot> |
Compute.listSnapshots(Compute.SnapshotListOption... options)
Lists snapshots.
|
Copyright © 2019 Google LLC. All rights reserved.