Package | Description |
---|---|
com.google.api.services.pubsub | |
com.google.api.services.pubsub.model |
Modifier and Type | Method and Description |
---|---|
Pubsub.Subscriptions.Pull |
Pubsub.Subscriptions.pull(PullRequest content)
Pulls a single message from the server.
|
Constructor and Description |
---|
Pubsub.Subscriptions.Pull(PullRequest content)
Pulls a single message 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.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.
|
PullRequest |
PullRequest.setSubscription(java.lang.String subscription)
The subscription from which a message should be pulled.
|