| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.addAllMessages(Iterable<? extends Message> values)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.addMessages(int index,
Message.Builder builderForValue)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.addMessages(int index,
Message value)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.addMessages(Message.Builder builderForValue)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.addMessages(Message value)
A list of messages in the notification.
|
Notification.Builder |
ListNotificationsResponse.Builder.addNotificationsBuilder()
List of notifications under a given parent.
|
Notification.Builder |
ListNotificationsResponse.Builder.addNotificationsBuilder(int index)
List of notifications under a given parent.
|
Notification.Builder |
Notification.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Notification.Builder |
Notification.Builder.clear() |
Notification.Builder |
Notification.Builder.clearCreateTime()
Output only.
|
Notification.Builder |
Notification.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Notification.Builder |
Notification.Builder.clearMessages()
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.clearName()
The resource name of the notification.
|
Notification.Builder |
Notification.Builder.clearNotificationType()
Type of notification
|
Notification.Builder |
Notification.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Notification.Builder |
Notification.Builder.clearSubject()
The subject line of the notification.
|
Notification.Builder |
Notification.Builder.clone() |
Notification.Builder |
ListNotificationsResponse.Builder.getNotificationsBuilder(int index)
List of notifications under a given parent.
|
Notification.Builder |
Notification.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Notification.Builder |
Notification.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Notification.Builder |
Notification.Builder.mergeFrom(com.google.protobuf.Message other) |
Notification.Builder |
Notification.Builder.mergeFrom(Notification other) |
Notification.Builder |
Notification.Builder.mergeSubject(Subject value)
The subject line of the notification.
|
Notification.Builder |
Notification.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Notification.Builder |
Notification.newBuilder() |
static Notification.Builder |
Notification.newBuilder(Notification prototype) |
Notification.Builder |
Notification.newBuilderForType() |
protected Notification.Builder |
Notification.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Notification.Builder |
Notification.Builder.removeMessages(int index)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Notification.Builder |
Notification.Builder.setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Notification.Builder |
Notification.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Notification.Builder |
Notification.Builder.setMessages(int index,
Message.Builder builderForValue)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.setMessages(int index,
Message value)
A list of messages in the notification.
|
Notification.Builder |
Notification.Builder.setName(String value)
The resource name of the notification.
|
Notification.Builder |
Notification.Builder.setNameBytes(com.google.protobuf.ByteString value)
The resource name of the notification.
|
Notification.Builder |
Notification.Builder.setNotificationType(NotificationType value)
Type of notification
|
Notification.Builder |
Notification.Builder.setNotificationTypeValue(int value)
Type of notification
|
Notification.Builder |
Notification.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Notification.Builder |
Notification.Builder.setSubject(Subject.Builder builderForValue)
The subject line of the notification.
|
Notification.Builder |
Notification.Builder.setSubject(Subject value)
The subject line of the notification.
|
Notification.Builder |
Notification.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Notification.Builder |
Notification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification.Builder> |
ListNotificationsResponse.Builder.getNotificationsBuilderList()
List of notifications under a given parent.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(int index,
Notification.Builder builderForValue)
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(Notification.Builder builderForValue)
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNotifications(int index,
Notification.Builder builderForValue)
List of notifications under a given parent.
|
Copyright © 2023 Google LLC. All rights reserved.