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