Enum Dns.ZoneField (2.39.0)

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

The fields of a zone.

These values can be used to specify the fields to include in a partial response when calling Dns#getZone(String, ZoneOption...). The name is always returned, even if not specified.

Implements

com.google.cloud.FieldSelector

Static Fields

NameDescription
CREATION_TIME
DESCRIPTION
DNSSEC
DNS_NAME
LABELS
NAME
NAME_SERVERS
NAME_SERVER_SET
ZONE_ID

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
getSelector()