| Package | Description |
|---|---|
| com.google.cloud.dns |
A client to the Google Cloud DNS.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSet.Type |
RecordSet.type()
Returns the type of this record set.
|
static RecordSet.Type |
RecordSet.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordSet.Type[] |
RecordSet.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordSet.Builder |
RecordSet.builder(String name,
RecordSet.Type type)
Creates a
RecordSet builder for the given name and type. |
RecordSet.Builder |
RecordSet.Builder.type(RecordSet.Type type)
The identifier of a supported record type, for example, A, AAAA, MX, TXT, and so on.
|
static Dns.RecordSetListOption |
Dns.RecordSetListOption.type(RecordSet.Type type)
Restricts the list to return only record sets of this type.
|
Copyright © 2016 Google. All rights reserved.