Uses of Class
com.google.cloud.dns.Dns.ChangeRequestField
-
Packages that use Dns.ChangeRequestField Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ChangeRequestField in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ChangeRequestField Modifier and Type Method Description static Dns.ChangeRequestFieldDns.ChangeRequestField. valueOf(String name)Returns the enum constant of this type with the specified name.static Dns.ChangeRequestField[]Dns.ChangeRequestField. 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.ChangeRequestField Modifier and Type Method Description static Dns.ChangeRequestListOptionDns.ChangeRequestListOption. fields(Dns.ChangeRequestField... fields)Returns an option to specify which fields ofChangeRequestshould be returned by the service.static Dns.ChangeRequestOptionDns.ChangeRequestOption. fields(Dns.ChangeRequestField... fields)Returns an option to specify which fields ofChangeRequestshould be returned by the service.
-