| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.Builder.build() |
Notification |
Notification.Builder.buildPartial() |
static Notification |
Notification.getDefaultInstance() |
Notification |
Notification.getDefaultInstanceForType() |
Notification |
Notification.Builder.getDefaultInstanceForType() |
Notification |
ListNotificationsResponse.getNotifications(int index)
List of notifications under a given parent.
|
Notification |
ListNotificationsResponse.Builder.getNotifications(int index)
List of notifications under a given parent.
|
Notification |
ListNotificationsResponseOrBuilder.getNotifications(int index)
List of notifications under a given parent.
|
static Notification |
Notification.parseDelimitedFrom(InputStream input) |
static Notification |
Notification.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Notification |
Notification.parseFrom(byte[] data) |
static Notification |
Notification.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Notification |
Notification.parseFrom(ByteBuffer data) |
static Notification |
Notification.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Notification |
Notification.parseFrom(com.google.protobuf.ByteString data) |
static Notification |
Notification.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Notification |
Notification.parseFrom(com.google.protobuf.CodedInputStream input) |
static Notification |
Notification.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Notification |
Notification.parseFrom(InputStream input) |
static Notification |
Notification.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
ListNotificationsResponse.getNotificationsList()
List of notifications under a given parent.
|
List<Notification> |
ListNotificationsResponse.Builder.getNotificationsList()
List of notifications under a given parent.
|
List<Notification> |
ListNotificationsResponseOrBuilder.getNotificationsList()
List of notifications under a given parent.
|
com.google.protobuf.Parser<Notification> |
Notification.getParserForType() |
static com.google.protobuf.Parser<Notification> |
Notification.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(int index,
Notification value)
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(Notification value)
List of notifications under a given parent.
|
Notification.Builder |
Notification.Builder.mergeFrom(Notification other) |
static Notification.Builder |
Notification.newBuilder(Notification prototype) |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNotifications(int index,
Notification value)
List of notifications under a given parent.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addAllNotifications(Iterable<? extends Notification> values)
List of notifications under a given parent.
|
Copyright © 2023 Google LLC. All rights reserved.