Struct google_cloudbuild1::api::SourceProvenance [−][src]
Provenance of the source. Ways to find the original source, or verify that some source was used for this build.
This type is not used in any activity, and only used as part of another schema.
Fields
file_hashes: Option<HashMap<String, FileHashes>>Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.
resolved_repo_source: Option<RepoSource>A copy of the build's source.repo_source, if exists, with any revisions resolved.
resolved_storage_source: Option<StorageSource>A copy of the build's source.storage_source, if exists, with any generations resolved.
resolved_storage_source_manifest: Option<StorageSourceManifest>A copy of the build's source.storage_source_manifest, if exists, with any revisions resolved. This feature is in Preview.
Trait Implementations
impl Clone for SourceProvenance[src]
fn clone(&self) -> SourceProvenance[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SourceProvenance[src]
impl Default for SourceProvenance[src]
fn default() -> SourceProvenance[src]
impl<'de> Deserialize<'de> for SourceProvenance[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for SourceProvenance[src]
impl Serialize for SourceProvenance[src]
Auto Trait Implementations
impl RefUnwindSafe for SourceProvenance[src]
impl Send for SourceProvenance[src]
impl Sync for SourceProvenance[src]
impl Unpin for SourceProvenance[src]
impl UnwindSafe for SourceProvenance[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,