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