public final class MutationRecord extends GeneratedMessage implements MutationRecordOrBuilderDescribes a change made to a configuration.
Protobuf type google.monitoring.v3.MutationRecord
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MutationRecordImplements
MutationRecordOrBuilderStatic Fields
MUTATED_BY_FIELD_NUMBER
public static final int MUTATED_BY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MUTATE_TIME_FIELD_NUMBER
public static final int MUTATE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MutationRecord getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MutationRecord.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MutationRecord.Builder |
|
newBuilder(MutationRecord prototype)
public static MutationRecord.Builder newBuilder(MutationRecord prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MutationRecord |
| Returns | |
|---|---|
| Type | Description |
MutationRecord.Builder |
|
parseDelimitedFrom(InputStream input)
public static MutationRecord parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MutationRecord parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MutationRecord parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MutationRecord parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MutationRecord parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MutationRecord parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutationRecord parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MutationRecord> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MutationRecord> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MutationRecord getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MutationRecord |
|
getMutateTime()
public Timestamp getMutateTime()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The mutateTime. |
getMutateTimeOrBuilder()
public TimestampOrBuilder getMutateTimeOrBuilder()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMutatedBy()
public String getMutatedBy()The email address of the user making the change.
string mutated_by = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The mutatedBy. |
getMutatedByBytes()
public ByteString getMutatedByBytes()The email address of the user making the change.
string mutated_by = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mutatedBy. |
getParserForType()
public Parser<MutationRecord> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MutationRecord> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasMutateTime()
public boolean hasMutateTime()When the change occurred.
.google.protobuf.Timestamp mutate_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mutateTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MutationRecord.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MutationRecord.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MutationRecord.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MutationRecord.Builder |
|
toBuilder()
public MutationRecord.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MutationRecord.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|