pub struct GcsSource {
pub input_uri: Option<String>,
}Expand description
The Google Cloud Storage location for the input content.
This type is not used in any activity, and only used as part of another schema.
Fields§
§input_uri: Option<String>Required. Source data URI. For example, gs://my_bucket/my_object.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GcsSource
impl<'de> Deserialize<'de> for GcsSource
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
impl Part for GcsSource
Auto Trait Implementations§
impl Freeze for GcsSource
impl RefUnwindSafe for GcsSource
impl Send for GcsSource
impl Sync for GcsSource
impl Unpin for GcsSource
impl UnwindSafe for GcsSource
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