Uses of Class
com.google.cloud.dns.Dns.ProjectField
-
Packages that use Dns.ProjectField Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ProjectField in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ProjectField Modifier and Type Method Description static Dns.ProjectField
Dns.ProjectField. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dns.ProjectField[]
Dns.ProjectField. 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.ProjectField Modifier and Type Method Description static Dns.ProjectOption
Dns.ProjectOption. fields(Dns.ProjectField... fields)
Returns an option to specify the project's fields to be returned by the RPC call.
-