Struct google_pubsub1_beta2::PullResponse [] [src]

pub struct PullResponse {
    pub received_messages: Option<Vec<ReceivedMessage>>,
}

Response for the Pull method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Received Pub/Sub messages. The Pub/Sub system will return zero messages if there are no more available in the backlog. The Pub/Sub system may return fewer than the maxMessages requested even if there are more messages available in the backlog.

Trait Implementations

impl Debug for PullResponse
[src]

Formats the value using the given formatter.

impl Clone for PullResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PullResponse
[src]

Returns the "default value" for a type. Read more

impl ResponseResult for PullResponse
[src]