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