Struct google_api_proto::google::cloud::lifesciences::v2beta::RunPipelineRequest
source · pub struct RunPipelineRequest {
pub parent: String,
pub pipeline: Option<Pipeline>,
pub labels: BTreeMap<String, String>,
pub pub_sub_topic: String,
}
Expand description
The arguments to the RunPipeline
method. The requesting user must have
the iam.serviceAccounts.actAs
permission for the Cloud Life Sciences
service account or the request will fail.
Fields§
§parent: String
The project and location that this request should be executed against.
pipeline: Option<Pipeline>
Required. The description of the pipeline to run.
labels: BTreeMap<String, String>
User-defined labels to associate with the returned operation. These labels are not propagated to any Google Cloud Platform resources used by the operation, and can be modified at any time.
To associate labels with resources created while executing the operation,
see the appropriate resource message (for example, VirtualMachine
).
pub_sub_topic: String
The name of an existing Pub/Sub topic. The server will publish messages to this topic whenever the status of the operation changes. The Life Sciences Service Agent account must have publisher permissions to the specified topic or notifications will not be sent.
Trait Implementations§
source§impl Clone for RunPipelineRequest
impl Clone for RunPipelineRequest
source§fn clone(&self) -> RunPipelineRequest
fn clone(&self) -> RunPipelineRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RunPipelineRequest
impl Debug for RunPipelineRequest
source§impl Default for RunPipelineRequest
impl Default for RunPipelineRequest
source§impl Message for RunPipelineRequest
impl Message for RunPipelineRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for RunPipelineRequest
impl PartialEq for RunPipelineRequest
source§fn eq(&self, other: &RunPipelineRequest) -> bool
fn eq(&self, other: &RunPipelineRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RunPipelineRequest
Auto Trait Implementations§
impl Freeze for RunPipelineRequest
impl RefUnwindSafe for RunPipelineRequest
impl Send for RunPipelineRequest
impl Sync for RunPipelineRequest
impl Unpin for RunPipelineRequest
impl UnwindSafe for RunPipelineRequest
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request