Enum Dns.RecordSetField (2.39.0)

public enum Dns.RecordSetField extends Enum<Dns.RecordSetField> implements FieldSelector

The fields of a record set.

These values can be used to specify the fields to include in a partial response when calling Dns#listRecordSets(String, RecordSetListOption...). The name and type are always returned even if not selected.

Implements

com.google.cloud.FieldSelector

Static Fields

NameDescription
DNS_RECORDS
NAME
TTL
TYPE

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
getSelector()