public static class Dns.ZoneOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Dns.ZoneOption |
fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.
|
int |
hashCode() |
String |
toString() |
public static Dns.ZoneOption fields(Dns.ZoneField... fields)
If this option is not provided all zone fields are returned. ZoneOption.fields
can
be used to specify only the fields of interest. Zone ID is always returned, even if not
specified. Dns.ZoneField
provides a list of fields that can be used.
Copyright © 2019 Google LLC. All rights reserved.