Class ChangeRequestInfo (2.39.0)

public class ChangeRequestInfo implements Serializable

A class representing an atomic update to a collection of RecordSets within a Zone. See Also: Google Cloud DNS documentation

Inheritance

Object > ChangeRequestInfo

Implements

Serializable

Static Methods

newBuilder()

public static ChangeRequestInfo.Builder newBuilder()

Returns an empty builder for the ChangeRequestInfo class.

Returns
TypeDescription
ChangeRequestInfo.Builder

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAdditions()

public List<RecordSet> getAdditions()

Returns the list of RecordSets to be added to the zone upon submitting this change request.

Returns
TypeDescription
List<RecordSet>

getDeletions()

public List<RecordSet> getDeletions()

Returns the list of RecordSets to be deleted from the zone upon submitting this change request.

Returns
TypeDescription
List<RecordSet>

getGeneratedId()

public String getGeneratedId()

Returns the service-generated id for this change request.

Returns
TypeDescription
String

getStartTimeMillis()

public Long getStartTimeMillis()

Returns the time when this change request was started by the server.

Returns
TypeDescription
Long

getStatus()

public ChangeRequestInfo.Status getStatus()

Returns the status of this change request. If the change request has not been applied yet, the status is PENDING.

Returns
TypeDescription
ChangeRequestInfo.Status

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

status()

public ChangeRequestInfo.Status status()

Returns the status of this change request. If the change request has not been applied yet, the status is PENDING.

Returns
TypeDescription
ChangeRequestInfo.Status

toBuilder()

public ChangeRequestInfo.Builder toBuilder()

Creates a builder populated with values of this ChangeRequestInfo.

Returns
TypeDescription
ChangeRequestInfo.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides