public interface MutationRecordOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMutatedBy()
The email address of the user making the change.
|
ByteString |
getMutatedByBytes()
The email address of the user making the change.
|
Timestamp |
getMutateTime()
When the change occurred.
|
TimestampOrBuilder |
getMutateTimeOrBuilder()
When the change occurred.
|
boolean |
hasMutateTime()
When the change occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasMutateTime()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
Timestamp getMutateTime()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
TimestampOrBuilder getMutateTimeOrBuilder()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
java.lang.String getMutatedBy()
The email address of the user making the change.
string mutated_by = 2;
ByteString getMutatedByBytes()
The email address of the user making the change.
string mutated_by = 2;