Uses of Class
com.google.cloud.dns.Dns.ZoneField
-
Packages that use Dns.ZoneField Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ZoneField in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ZoneField Modifier and Type Method Description static Dns.ZoneField
Dns.ZoneField. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dns.ZoneField[]
Dns.ZoneField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dns with parameters of type Dns.ZoneField Modifier and Type Method Description static Dns.ZoneListOption
Dns.ZoneListOption. fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.static Dns.ZoneOption
Dns.ZoneOption. fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.
-