Struct google_api_proto::google::cloud::orchestration::airflow::service::v1beta1::CheckUpgradeResponse
source · pub struct CheckUpgradeResponse {
pub build_log_uri: String,
pub contains_pypi_modules_conflict: i32,
pub pypi_conflict_build_log_extract: String,
pub image_version: String,
pub pypi_dependencies: BTreeMap<String, String>,
}
Expand description
Message containing information about the result of an upgrade check operation.
Fields§
§build_log_uri: String
Output only. Url for a docker build log of an upgraded image.
contains_pypi_modules_conflict: i32
Output only. Whether build has succeeded or failed on modules conflicts.
pypi_conflict_build_log_extract: String
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
image_version: String
Composer image for which the build was happening.
pypi_dependencies: BTreeMap<String, String>
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Implementations§
source§impl CheckUpgradeResponse
impl CheckUpgradeResponse
sourcepub fn contains_pypi_modules_conflict(&self) -> ConflictResult
pub fn contains_pypi_modules_conflict(&self) -> ConflictResult
Returns the enum value of contains_pypi_modules_conflict
, or the default if the field is set to an invalid enum value.
sourcepub fn set_contains_pypi_modules_conflict(&mut self, value: ConflictResult)
pub fn set_contains_pypi_modules_conflict(&mut self, value: ConflictResult)
Sets contains_pypi_modules_conflict
to the provided enum value.
Trait Implementations§
source§impl Clone for CheckUpgradeResponse
impl Clone for CheckUpgradeResponse
source§fn clone(&self) -> CheckUpgradeResponse
fn clone(&self) -> CheckUpgradeResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CheckUpgradeResponse
impl Debug for CheckUpgradeResponse
source§impl Default for CheckUpgradeResponse
impl Default for CheckUpgradeResponse
source§impl Message for CheckUpgradeResponse
impl Message for CheckUpgradeResponse
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
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,
Encodes the message to a buffer. Read more
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message to a newly allocated buffer.
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,
Encodes the message with a length-delimiter to a buffer. Read more
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,
Encodes the message with a length-delimiter to a newly allocated buffer.
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
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,
Decodes a length-delimited instance of the message from the buffer.
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,
Decodes an instance of the message from a buffer, and merges it into
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,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self
.source§impl PartialEq for CheckUpgradeResponse
impl PartialEq for CheckUpgradeResponse
source§fn eq(&self, other: &CheckUpgradeResponse) -> bool
fn eq(&self, other: &CheckUpgradeResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CheckUpgradeResponse
Auto Trait Implementations§
impl Freeze for CheckUpgradeResponse
impl RefUnwindSafe for CheckUpgradeResponse
impl Send for CheckUpgradeResponse
impl Sync for CheckUpgradeResponse
impl Unpin for CheckUpgradeResponse
impl UnwindSafe for CheckUpgradeResponse
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
Mutably borrows from an owned value. Read more
§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>
Wrap the input message
T
in a tonic::Request