Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Watch |
Gmail.Users.watch(String userId,
WatchRequest content)
Set up or update a push notification watch on the given user mailbox.
|
Constructor and Description |
---|
Watch(String userId,
WatchRequest content)
Set up or update a push notification watch on the given user mailbox.
|
Modifier and Type | Method and Description |
---|---|
WatchRequest |
WatchRequest.clone() |
WatchRequest |
WatchRequest.set(String fieldName,
Object value) |
WatchRequest |
WatchRequest.setLabelFilterAction(String labelFilterAction)
Filtering behavior of `labelIds list` specified.
|
WatchRequest |
WatchRequest.setLabelFilterBehavior(String labelFilterBehavior)
Filtering behavior of `labelIds list` specified.
|
WatchRequest |
WatchRequest.setLabelIds(List<String> labelIds)
List of label_ids to restrict notifications about.
|
WatchRequest |
WatchRequest.setTopicName(String topicName)
A fully qualified Google Cloud Pub/Sub API topic name to publish the events to.
|
Copyright © 2011–2024 Google. All rights reserved.