Uses of Class
com.google.cloud.dns.Dns.ProjectOption
-
Packages that use Dns.ProjectOption Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ProjectOption in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ProjectOption 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.Methods in com.google.cloud.dns with parameters of type Dns.ProjectOption Modifier and Type Method Description ProjectInfo
Dns. getProject(Dns.ProjectOption... fields)
Retrieves the information about the current project.DnsBatchResult<ProjectInfo>
DnsBatch. getProject(Dns.ProjectOption... options)
Adds a request representing the "get project" operation to this batch.
-