Struct google_cloudbuild1::FileHashes[][src]

pub struct FileHashes {
    pub file_hash: Option<Vec<Hash>>,
}

Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.

This type is not used in any activity, and only used as part of another schema.

Fields

Collection of file hashes.

Trait Implementations

impl Default for FileHashes
[src]

Returns the "default value" for a type. Read more

impl Clone for FileHashes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileHashes
[src]

Formats the value using the given formatter. Read more

impl Part for FileHashes
[src]

Auto Trait Implementations

impl Send for FileHashes

impl Sync for FileHashes