Uses of Class
com.google.monitoring.v3.MutationRecord
-
Packages that use MutationRecord Package Description com.google.monitoring.v3 -
-
Uses of MutationRecord in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return MutationRecord Modifier and Type Method Description MutationRecord
MutationRecord.Builder. build()
MutationRecord
MutationRecord.Builder. buildPartial()
MutationRecord
AlertPolicy.Builder. getCreationRecord()
A read-only record of the creation of the alerting policy.MutationRecord
AlertPolicy. getCreationRecord()
A read-only record of the creation of the alerting policy.MutationRecord
AlertPolicyOrBuilder. getCreationRecord()
A read-only record of the creation of the alerting policy.MutationRecord
NotificationChannel.Builder. getCreationRecord()
Record of the creation of this channel.MutationRecord
NotificationChannel. getCreationRecord()
Record of the creation of this channel.MutationRecord
NotificationChannelOrBuilder. getCreationRecord()
Record of the creation of this channel.static MutationRecord
MutationRecord. getDefaultInstance()
MutationRecord
MutationRecord.Builder. getDefaultInstanceForType()
MutationRecord
MutationRecord. getDefaultInstanceForType()
MutationRecord
AlertPolicy.Builder. getMutationRecord()
A read-only record of the most recent change to the alerting policy.MutationRecord
AlertPolicy. getMutationRecord()
A read-only record of the most recent change to the alerting policy.MutationRecord
AlertPolicyOrBuilder. getMutationRecord()
A read-only record of the most recent change to the alerting policy.MutationRecord
NotificationChannel.Builder. getMutationRecords(int index)
Records of the modification of this channel.MutationRecord
NotificationChannel. getMutationRecords(int index)
Records of the modification of this channel.MutationRecord
NotificationChannelOrBuilder. getMutationRecords(int index)
Records of the modification of this channel.static MutationRecord
MutationRecord. parseDelimitedFrom(InputStream input)
static MutationRecord
MutationRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationRecord
MutationRecord. parseFrom(byte[] data)
static MutationRecord
MutationRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationRecord
MutationRecord. parseFrom(com.google.protobuf.ByteString data)
static MutationRecord
MutationRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationRecord
MutationRecord. parseFrom(com.google.protobuf.CodedInputStream input)
static MutationRecord
MutationRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationRecord
MutationRecord. parseFrom(InputStream input)
static MutationRecord
MutationRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationRecord
MutationRecord. parseFrom(ByteBuffer data)
static MutationRecord
MutationRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type MutationRecord Modifier and Type Method Description List<MutationRecord>
NotificationChannel.Builder. getMutationRecordsList()
Records of the modification of this channel.List<MutationRecord>
NotificationChannel. getMutationRecordsList()
Records of the modification of this channel.List<MutationRecord>
NotificationChannelOrBuilder. getMutationRecordsList()
Records of the modification of this channel.com.google.protobuf.Parser<MutationRecord>
MutationRecord. getParserForType()
static com.google.protobuf.Parser<MutationRecord>
MutationRecord. parser()
Methods in com.google.monitoring.v3 with parameters of type MutationRecord Modifier and Type Method Description NotificationChannel.Builder
NotificationChannel.Builder. addMutationRecords(int index, MutationRecord value)
Records of the modification of this channel.NotificationChannel.Builder
NotificationChannel.Builder. addMutationRecords(MutationRecord value)
Records of the modification of this channel.AlertPolicy.Builder
AlertPolicy.Builder. mergeCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.NotificationChannel.Builder
NotificationChannel.Builder. mergeCreationRecord(MutationRecord value)
Record of the creation of this channel.MutationRecord.Builder
MutationRecord.Builder. mergeFrom(MutationRecord other)
AlertPolicy.Builder
AlertPolicy.Builder. mergeMutationRecord(MutationRecord value)
A read-only record of the most recent change to the alerting policy.static MutationRecord.Builder
MutationRecord. newBuilder(MutationRecord prototype)
AlertPolicy.Builder
AlertPolicy.Builder. setCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.NotificationChannel.Builder
NotificationChannel.Builder. setCreationRecord(MutationRecord value)
Record of the creation of this channel.AlertPolicy.Builder
AlertPolicy.Builder. setMutationRecord(MutationRecord value)
A read-only record of the most recent change to the alerting policy.NotificationChannel.Builder
NotificationChannel.Builder. setMutationRecords(int index, MutationRecord value)
Records of the modification of this channel.Method parameters in com.google.monitoring.v3 with type arguments of type MutationRecord Modifier and Type Method Description NotificationChannel.Builder
NotificationChannel.Builder. addAllMutationRecords(Iterable<? extends MutationRecord> values)
Records of the modification of this channel.
-