Package com.google.monitoring.v3
Interface MutationRecordOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutationRecord
,MutationRecord.Builder
public interface MutationRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMutateTime
boolean hasMutateTime()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
- Returns:
- Whether the mutateTime field is set.
-
getMutateTime
com.google.protobuf.Timestamp getMutateTime()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
- Returns:
- The mutateTime.
-
getMutateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getMutateTimeOrBuilder()
When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
-
getMutatedBy
String getMutatedBy()
The email address of the user making the change.
string mutated_by = 2;
- Returns:
- The mutatedBy.
-
getMutatedByBytes
com.google.protobuf.ByteString getMutatedByBytes()
The email address of the user making the change.
string mutated_by = 2;
- Returns:
- The bytes for mutatedBy.
-
-