Struct google_datastream1::api::GcsProfile
source · pub struct GcsProfile {
pub bucket: Option<String>,
pub root_path: Option<String>,
}Expand description
Cloud Storage bucket profile.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bucket: Option<String>Required. The Cloud Storage bucket name.
root_path: Option<String>The root path inside the Cloud Storage bucket.
Trait Implementations§
source§impl Clone for GcsProfile
impl Clone for GcsProfile
source§fn clone(&self) -> GcsProfile
fn clone(&self) -> GcsProfile
Returns a copy 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 GcsProfile
impl Debug for GcsProfile
source§impl Default for GcsProfile
impl Default for GcsProfile
source§fn default() -> GcsProfile
fn default() -> GcsProfile
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GcsProfile
impl<'de> Deserialize<'de> for GcsProfile
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