public interface DeleteNotificationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIds(int index)
The id of notifications.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
The id of notifications.
|
int |
getIdsCount()
The id of notifications.
|
java.util.List<java.lang.String> |
getIdsList()
The id of notifications.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.String> getIdsList()
The id of notifications.
repeated string ids = 1 [json_name = "ids"];
int getIdsCount()
The id of notifications.
repeated string ids = 1 [json_name = "ids"];
java.lang.String getIds(int index)
The id of notifications.
repeated string ids = 1 [json_name = "ids"];
index
- The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
The id of notifications.
repeated string ids = 1 [json_name = "ids"];
index
- The index of the value to return.