Class Dns.ChangeRequestOption (2.14.0)

public static class Dns.ChangeRequestOption extends Option

Class for specifying change request field options.

Inheritance

Object > com.google.cloud.dns.Option > Dns.ChangeRequestOption

Static Methods

fields(Dns.ChangeRequestField[] fields)

public static Dns.ChangeRequestOption fields(Dns.ChangeRequestField[] fields)

Returns an option to specify which fields of ChangeRequest should be returned by the service.

If this option is not provided all change request fields are returned. ChangeRequestOption.fields can be used to specify only the fields of interest. The ID of the change request is always returned, even if not specified. ChangeRequestField provides a list of fields that can be used.

Parameter
NameDescription
fieldsChangeRequestField[]
Returns
TypeDescription
Dns.ChangeRequestOption