public static class Compute.SnapshotOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Compute.SnapshotOption |
fields(Compute.SnapshotField... fields)
Returns an option to specify the snapshot's fields to be returned by the RPC call.
|
int |
hashCode() |
String |
toString() |
public static Compute.SnapshotOption fields(Compute.SnapshotField... fields)
SnapshotOption.fields
can be used to specify only the fields of interest. SnapshotInfo.getSnapshotId()
is
always returned, even if not specified.Copyright © 2019 Google LLC. All rights reserved.