| Package | Description |
|---|---|
| com.google.api.services.pubsub | |
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Subscriptions.Pull |
Pubsub.Projects.Subscriptions.pull(java.lang.String subscription,
PullRequest content)
Pulls messages from the server.
|
| Constructor and Description |
|---|
Pubsub.Projects.Subscriptions.Pull(java.lang.String subscription,
PullRequest content)
Pulls messages from the server.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequest.clone() |
PullRequest |
PullRequest.set(java.lang.String fieldName,
java.lang.Object value) |
PullRequest |
PullRequest.setMaxMessages(java.lang.Integer maxMessages)
The maximum number of messages returned for this request.
|
PullRequest |
PullRequest.setReturnImmediately(java.lang.Boolean returnImmediately)
If this is specified as true the system will respond immediately even if it is not able to
return a message in the `Pull` response.
|