pub struct GoogleCloudAssetV1GcsDestination {
pub uri: Option<String>,
}Expand description
A Cloud Storage location.
This type is not used in any activity, and only used as part of another schema.
Fields§
§uri: Option<String>Required. The URI of the Cloud Storage object. It’s the same URI that is used by gsutil. Example: “gs://bucket_name/object_name”. See Viewing and Editing Object Metadata for more information. If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the analysis result.
Trait Implementations§
Source§impl Clone for GoogleCloudAssetV1GcsDestination
impl Clone for GoogleCloudAssetV1GcsDestination
Source§fn clone(&self) -> GoogleCloudAssetV1GcsDestination
fn clone(&self) -> GoogleCloudAssetV1GcsDestination
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 Default for GoogleCloudAssetV1GcsDestination
impl Default for GoogleCloudAssetV1GcsDestination
Source§fn default() -> GoogleCloudAssetV1GcsDestination
fn default() -> GoogleCloudAssetV1GcsDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssetV1GcsDestination
impl<'de> Deserialize<'de> for GoogleCloudAssetV1GcsDestination
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 GoogleCloudAssetV1GcsDestination
Auto Trait Implementations§
impl Freeze for GoogleCloudAssetV1GcsDestination
impl RefUnwindSafe for GoogleCloudAssetV1GcsDestination
impl Send for GoogleCloudAssetV1GcsDestination
impl Sync for GoogleCloudAssetV1GcsDestination
impl Unpin for GoogleCloudAssetV1GcsDestination
impl UnwindSafe for GoogleCloudAssetV1GcsDestination
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