Package com.google.cloud.dns
Class Dns.ChangeRequestOption
- java.lang.Object
-
- com.google.cloud.dns.Dns.ChangeRequestOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Dns
public static class Dns.ChangeRequestOption extends Object
Class for specifying change request field options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Dns.ChangeRequestOptionfields(Dns.ChangeRequestField... fields)Returns an option to specify which fields ofChangeRequestshould be returned by the service.inthashCode()StringtoString()
-
-
-
Method Detail
-
fields
public static Dns.ChangeRequestOption fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields ofChangeRequestshould be returned by the service.If this option is not provided all change request fields are returned.
ChangeRequestOption.fieldscan be used to specify only the fields of interest. The ID of the change request is always returned, even if not specified.Dns.ChangeRequestFieldprovides a list of fields that can be used.
-
-