ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addAllNotifications(Iterable<? extends Notification> values) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(int index,
Notification value) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(int index,
Notification.Builder builderForValue) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.addNotifications(Notification value) |
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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clear() |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clearNextPageToken() |
A token, which can be sent as `page_token` to retrieve the next page.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clearNotifications() |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clearTotalSize() |
Estimation of a total number of notifications.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.clone() |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.mergeFrom(ListNotificationsResponse other) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ListNotificationsResponse.Builder |
ListNotificationsResponse.newBuilder() |
|
static ListNotificationsResponse.Builder |
ListNotificationsResponse.newBuilder(ListNotificationsResponse prototype) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.newBuilderForType() |
|
protected ListNotificationsResponse.Builder |
ListNotificationsResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.removeNotifications(int index) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNextPageToken(String value) |
A token, which can be sent as `page_token` to retrieve the next page.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) |
A token, which can be sent as `page_token` to retrieve the next page.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNotifications(int index,
Notification value) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setNotifications(int index,
Notification.Builder builderForValue) |
List of notifications under a given parent.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setTotalSize(int value) |
Estimation of a total number of notifications.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.toBuilder() |
|