Struct google_pubsub1::ModifyPushConfigRequest [−][src]
pub struct ModifyPushConfigRequest {
pub push_config: Option<PushConfig>,
}Request for the ModifyPushConfig 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
push_config: Option<PushConfig>
The push configuration for future deliveries.
An empty pushConfig indicates that the Pub/Sub system should
stop pushing messages from the given subscription and allow
messages to be pulled and acknowledged - effectively pausing
the subscription if Pull or StreamingPull is not called.
Trait Implementations
impl Default for ModifyPushConfigRequest[src]
impl Default for ModifyPushConfigRequestfn default() -> ModifyPushConfigRequest[src]
fn default() -> ModifyPushConfigRequestReturns the "default value" for a type. Read more
impl Clone for ModifyPushConfigRequest[src]
impl Clone for ModifyPushConfigRequestfn clone(&self) -> ModifyPushConfigRequest[src]
fn clone(&self) -> ModifyPushConfigRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ModifyPushConfigRequest[src]
impl Debug for ModifyPushConfigRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for ModifyPushConfigRequest[src]
impl RequestValue for ModifyPushConfigRequestAuto Trait Implementations
impl Send for ModifyPushConfigRequest
impl Send for ModifyPushConfigRequestimpl Sync for ModifyPushConfigRequest
impl Sync for ModifyPushConfigRequest