pub struct EventDrivenSchedule {
pub pubsub_subscription: Option<String>,
}Expand description
Options customizing EventDriven transfers schedule.
This type is not used in any activity, and only used as part of another schema.
Fields§
§pubsub_subscription: Option<String>Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}
Trait Implementations§
Source§impl Clone for EventDrivenSchedule
impl Clone for EventDrivenSchedule
Source§fn clone(&self) -> EventDrivenSchedule
fn clone(&self) -> EventDrivenSchedule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventDrivenSchedule
impl Debug for EventDrivenSchedule
Source§impl Default for EventDrivenSchedule
impl Default for EventDrivenSchedule
Source§fn default() -> EventDrivenSchedule
fn default() -> EventDrivenSchedule
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventDrivenSchedule
impl<'de> Deserialize<'de> for EventDrivenSchedule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EventDrivenSchedule
impl Serialize for EventDrivenSchedule
impl Part for EventDrivenSchedule
Auto Trait Implementations§
impl Freeze for EventDrivenSchedule
impl RefUnwindSafe for EventDrivenSchedule
impl Send for EventDrivenSchedule
impl Sync for EventDrivenSchedule
impl Unpin for EventDrivenSchedule
impl UnwindSafe for EventDrivenSchedule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more