Struct google_api_proto::google::cloud::deploy::v1::DeliveryPipeline
source · pub struct DeliveryPipeline {
pub name: String,
pub uid: String,
pub description: String,
pub annotations: BTreeMap<String, String>,
pub labels: BTreeMap<String, String>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub condition: Option<PipelineCondition>,
pub etag: String,
pub suspended: bool,
pub pipeline: Option<Pipeline>,
}
Expand description
A DeliveryPipeline
resource in the Cloud Deploy API.
A DeliveryPipeline
defines a pipeline through which a Skaffold
configuration can progress.
Fields§
§name: String
Optional. Name of the DeliveryPipeline
. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}
.
The deliveryPipeline
component must match
[a-z](\[a-z0-9-\]{0,61}\[a-z0-9\])?
uid: String
Output only. Unique identifier of the DeliveryPipeline
.
description: String
Description of the DeliveryPipeline
. Max length is 255 characters.
annotations: BTreeMap<String, String>
User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.
labels: BTreeMap<String, String>
Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:
- Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
- All characters must use UTF-8 encoding, and international characters are allowed.
- Keys must start with a lowercase letter or international character.
- Each resource is limited to a maximum of 64 labels.
Both keys and values are additionally constrained to be <= 128 bytes.
create_time: Option<Timestamp>
Output only. Time at which the pipeline was created.
update_time: Option<Timestamp>
Output only. Most recent time at which the pipeline was updated.
condition: Option<PipelineCondition>
Output only. Information around the state of the Delivery Pipeline.
etag: String
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
suspended: bool
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
pipeline: Option<Pipeline>
The ordering configuration of the DeliveryPipeline
.
Trait Implementations§
source§impl Clone for DeliveryPipeline
impl Clone for DeliveryPipeline
source§fn clone(&self) -> DeliveryPipeline
fn clone(&self) -> DeliveryPipeline
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeliveryPipeline
impl Debug for DeliveryPipeline
source§impl Default for DeliveryPipeline
impl Default for DeliveryPipeline
source§impl Message for DeliveryPipeline
impl Message for DeliveryPipeline
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 DeliveryPipeline
impl PartialEq for DeliveryPipeline
source§fn eq(&self, other: &DeliveryPipeline) -> bool
fn eq(&self, other: &DeliveryPipeline) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeliveryPipeline
Auto Trait Implementations§
impl Freeze for DeliveryPipeline
impl RefUnwindSafe for DeliveryPipeline
impl Send for DeliveryPipeline
impl Sync for DeliveryPipeline
impl Unpin for DeliveryPipeline
impl UnwindSafe for DeliveryPipeline
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