public interface PullRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxMessages()
The maximum number of messages returned for this request.
|
boolean |
getReturnImmediately()
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.
|
java.lang.String |
getSubscription()
The subscription from which messages should be pulled.
|
ByteString |
getSubscriptionBytes()
The subscription from which messages should be pulled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSubscription()
The subscription from which messages should be pulled.
ByteString getSubscriptionBytes()
The subscription from which messages should be pulled.
boolean getReturnImmediately()
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. Otherwise the system is allowed to wait until at least one message is available rather than returning no messages.
int getMaxMessages()
The maximum number of messages returned for this request. The Pub/Sub system may return fewer than the number specified.