Struct gapi_grpc::google::genomics::v1alpha2::pipeline_parameter::LocalCopy [−][src]
LocalCopy defines how a remote file should be copied to and from the VM.
Fields
path: String
Required. The path within the user’s docker container where this input should be localized to and from, relative to the specified disk’s mount point. For example: file.txt,
disk: String
Required. The name of the disk where this parameter is
located. Can be the name of one of the disks specified in the
Resources field, or “boot”, which represents the Docker
instance’s boot disk and has a mount point of /
.
Trait Implementations
impl Clone for LocalCopy
[src][+]
impl Debug for LocalCopy
[src][+]
impl Default for LocalCopy
[src][+]
impl Message for LocalCopy
[src][+]
impl PartialEq<LocalCopy> for LocalCopy
[src][+]
impl StructuralPartialEq for LocalCopy
[src]
Auto Trait Implementations
impl RefUnwindSafe for LocalCopy
impl Send for LocalCopy
impl Sync for LocalCopy
impl Unpin for LocalCopy
impl UnwindSafe for LocalCopy
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,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,