Struct gapi_grpc::google::pubsub::v1::ModifyAckDeadlineRequest [−][src]
Request for the ModifyAckDeadline method.
Fields
subscription: String
Required. The name of the subscription.
Format is projects/{project}/subscriptions/{sub}
.
ack_ids: Vec<String>
Required. List of acknowledgment IDs.
ack_deadline_seconds: i32
Required. The new ack deadline with respect to the time this request was
sent to the Pub/Sub system. For example, if the value is 10, the new ack
deadline will expire 10 seconds after the ModifyAckDeadline
call was
made. Specifying zero might immediately make the message available for
delivery to another subscriber client. This typically results in an
increase in the rate of message redeliveries (that is, duplicates).
The minimum deadline you can specify is 0 seconds.
The maximum deadline you can specify is 600 seconds (10 minutes).
Trait Implementations
impl Clone for ModifyAckDeadlineRequest
[src][+]
impl Debug for ModifyAckDeadlineRequest
[src][+]
impl Default for ModifyAckDeadlineRequest
[src][+]
impl Message for ModifyAckDeadlineRequest
[src][+]
impl PartialEq<ModifyAckDeadlineRequest> for ModifyAckDeadlineRequest
[src][+]
impl StructuralPartialEq for ModifyAckDeadlineRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ModifyAckDeadlineRequest
impl Send for ModifyAckDeadlineRequest
impl Sync for ModifyAckDeadlineRequest
impl Unpin for ModifyAckDeadlineRequest
impl UnwindSafe for ModifyAckDeadlineRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,