Class ChangeRequestInfo (2.41.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
Type Description
ChangeRequestInfo.Builder

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAdditions()

public List<RecordSet> getAdditions()

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

Returns
Type Description
List<RecordSet>

getDeletions()

public List<RecordSet> getDeletions()

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

Returns
Type Description
List<RecordSet>

getGeneratedId()

public String getGeneratedId()

Returns the service-generated id for this change request.

Returns
Type Description
String

getStartTimeMillis()

public Long getStartTimeMillis()

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

Returns
Type Description
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
Type Description
ChangeRequestInfo.Status

hashCode()

public int hashCode()
Returns
Type Description
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
Type Description
ChangeRequestInfo.Status

toBuilder()

public ChangeRequestInfo.Builder toBuilder()

Creates a builder populated with values of this ChangeRequestInfo.

Returns
Type Description
ChangeRequestInfo.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides