Interface MutationRecordOrBuilder (3.2.9)

public interface MutationRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMutateTime()

public abstract Timestamp getMutateTime()

When the change occurred.

.google.protobuf.Timestamp mutate_time = 1;

Returns
TypeDescription
Timestamp

The mutateTime.

getMutateTimeOrBuilder()

public abstract TimestampOrBuilder getMutateTimeOrBuilder()

When the change occurred.

.google.protobuf.Timestamp mutate_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getMutatedBy()

public abstract String getMutatedBy()

The email address of the user making the change.

string mutated_by = 2;

Returns
TypeDescription
String

The mutatedBy.

getMutatedByBytes()

public abstract ByteString getMutatedByBytes()

The email address of the user making the change.

string mutated_by = 2;

Returns
TypeDescription
ByteString

The bytes for mutatedBy.

hasMutateTime()

public abstract boolean hasMutateTime()

When the change occurred.

.google.protobuf.Timestamp mutate_time = 1;

Returns
TypeDescription
boolean

Whether the mutateTime field is set.