Package | Description |
---|---|
com.google.api.services.pubsub | |
com.google.api.services.pubsub.model |
Modifier and Type | Method and Description |
---|---|
Pubsub.Subscriptions.PullBatch |
Pubsub.Subscriptions.pullBatch(PullBatchRequest content)
Pulls messages from the server.
|
Constructor and Description |
---|
Pubsub.Subscriptions.PullBatch(PullBatchRequest content)
Pulls messages from the server.
|
Modifier and Type | Method and Description |
---|---|
PullBatchRequest |
PullBatchRequest.clone() |
PullBatchRequest |
PullBatchRequest.set(java.lang.String fieldName,
java.lang.Object value) |
PullBatchRequest |
PullBatchRequest.setMaxEvents(java.lang.Integer maxEvents)
The maximum number of PubsubEvents returned for this request.
|
PullBatchRequest |
PullBatchRequest.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.
|
PullBatchRequest |
PullBatchRequest.setSubscription(java.lang.String subscription)
The subscription from which messages should be pulled.
|