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 MutationRecordMutationRecord.Builder. build()MutationRecordMutationRecord.Builder. buildPartial()MutationRecordAlertPolicy.Builder. getCreationRecord()A read-only record of the creation of the alerting policy.MutationRecordAlertPolicy. getCreationRecord()A read-only record of the creation of the alerting policy.MutationRecordAlertPolicyOrBuilder. getCreationRecord()A read-only record of the creation of the alerting policy.MutationRecordNotificationChannel.Builder. getCreationRecord()Record of the creation of this channel.MutationRecordNotificationChannel. getCreationRecord()Record of the creation of this channel.MutationRecordNotificationChannelOrBuilder. getCreationRecord()Record of the creation of this channel.static MutationRecordMutationRecord. getDefaultInstance()MutationRecordMutationRecord.Builder. getDefaultInstanceForType()MutationRecordMutationRecord. getDefaultInstanceForType()MutationRecordAlertPolicy.Builder. getMutationRecord()A read-only record of the most recent change to the alerting policy.MutationRecordAlertPolicy. getMutationRecord()A read-only record of the most recent change to the alerting policy.MutationRecordAlertPolicyOrBuilder. getMutationRecord()A read-only record of the most recent change to the alerting policy.MutationRecordNotificationChannel.Builder. getMutationRecords(int index)Records of the modification of this channel.MutationRecordNotificationChannel. getMutationRecords(int index)Records of the modification of this channel.MutationRecordNotificationChannelOrBuilder. getMutationRecords(int index)Records of the modification of this channel.static MutationRecordMutationRecord. parseDelimitedFrom(InputStream input)static MutationRecordMutationRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationRecordMutationRecord. parseFrom(byte[] data)static MutationRecordMutationRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationRecordMutationRecord. parseFrom(com.google.protobuf.ByteString data)static MutationRecordMutationRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationRecordMutationRecord. parseFrom(com.google.protobuf.CodedInputStream input)static MutationRecordMutationRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationRecordMutationRecord. parseFrom(InputStream input)static MutationRecordMutationRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationRecordMutationRecord. parseFrom(ByteBuffer data)static MutationRecordMutationRecord. 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.BuilderNotificationChannel.Builder. addMutationRecords(int index, MutationRecord value)Records of the modification of this channel.NotificationChannel.BuilderNotificationChannel.Builder. addMutationRecords(MutationRecord value)Records of the modification of this channel.AlertPolicy.BuilderAlertPolicy.Builder. mergeCreationRecord(MutationRecord value)A read-only record of the creation of the alerting policy.NotificationChannel.BuilderNotificationChannel.Builder. mergeCreationRecord(MutationRecord value)Record of the creation of this channel.MutationRecord.BuilderMutationRecord.Builder. mergeFrom(MutationRecord other)AlertPolicy.BuilderAlertPolicy.Builder. mergeMutationRecord(MutationRecord value)A read-only record of the most recent change to the alerting policy.static MutationRecord.BuilderMutationRecord. newBuilder(MutationRecord prototype)AlertPolicy.BuilderAlertPolicy.Builder. setCreationRecord(MutationRecord value)A read-only record of the creation of the alerting policy.NotificationChannel.BuilderNotificationChannel.Builder. setCreationRecord(MutationRecord value)Record of the creation of this channel.AlertPolicy.BuilderAlertPolicy.Builder. setMutationRecord(MutationRecord value)A read-only record of the most recent change to the alerting policy.NotificationChannel.BuilderNotificationChannel.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.BuilderNotificationChannel.Builder. addAllMutationRecords(Iterable<? extends MutationRecord> values)Records of the modification of this channel.
-