public interface MutationRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMutateTime()
public abstract Timestamp getMutateTime()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The mutateTime. |
getMutateTimeOrBuilder()
public abstract TimestampOrBuilder getMutateTimeOrBuilder()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMutatedBy()
public abstract String getMutatedBy()The email address of the user making the change.
string mutated_by = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The mutatedBy. |
getMutatedByBytes()
public abstract ByteString getMutatedByBytes()The email address of the user making the change.
string mutated_by = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mutatedBy. |
hasMutateTime()
public abstract boolean hasMutateTime()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mutateTime field is set. |