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 boolean
equals(Object obj)
static Dns.ChangeRequestOption
fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields ofChangeRequest
should be returned by the service.int
hashCode()
String
toString()
-
-
-
Method Detail
-
fields
public static Dns.ChangeRequestOption fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields ofChangeRequest
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.Dns.ChangeRequestField
provides a list of fields that can be used.
-
-