| Modifier and Type | Method and Description |
|---|---|
MutationRecord |
MutationRecord.Builder.build() |
MutationRecord |
MutationRecord.Builder.buildPartial() |
MutationRecord |
NotificationChannel.getCreationRecord()
Record of the creation of this channel.
|
MutationRecord |
NotificationChannel.Builder.getCreationRecord()
Record of the creation of this channel.
|
MutationRecord |
AlertPolicyOrBuilder.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 |
AlertPolicy.Builder.getCreationRecord()
A read-only record of the creation of the alerting policy.
|
MutationRecord |
NotificationChannelOrBuilder.getCreationRecord()
Record of the creation of this channel.
|
static MutationRecord |
MutationRecord.getDefaultInstance() |
MutationRecord |
MutationRecord.getDefaultInstanceForType() |
MutationRecord |
MutationRecord.Builder.getDefaultInstanceForType() |
MutationRecord |
AlertPolicyOrBuilder.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 |
AlertPolicy.Builder.getMutationRecord()
A read-only record of the most recent change to the alerting policy.
|
MutationRecord |
NotificationChannel.getMutationRecords(int index)
Records of the modification of this channel.
|
MutationRecord |
NotificationChannel.Builder.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(ByteBuffer data) |
static MutationRecord |
MutationRecord.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<MutationRecord> |
NotificationChannel.getMutationRecordsList()
Records of the modification of this channel.
|
List<MutationRecord> |
NotificationChannel.Builder.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() |
| Modifier and Type | Method and 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.
|
NotificationChannel.Builder |
NotificationChannel.Builder.mergeCreationRecord(MutationRecord value)
Record of the creation of this channel.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.
|
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) |
NotificationChannel.Builder |
NotificationChannel.Builder.setCreationRecord(MutationRecord value)
Record of the creation of this channel.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel.Builder |
NotificationChannel.Builder.addAllMutationRecords(Iterable<? extends MutationRecord> values)
Records of the modification of this channel.
|
Copyright © 2025 Google LLC. All rights reserved.