Struct google_api_proto::google::cloud::compute::v1::SerialPortOutput
source · pub struct SerialPortOutput {
pub contents: Option<String>,
pub kind: Option<String>,
pub next: Option<i64>,
pub self_link: Option<String>,
pub start: Option<i64>,
}
Expand description
An instance serial console output.
Fields§
§contents: Option<String>
[Output Only] The contents of the console output.
kind: Option<String>
[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.
next: Option<i64>
[Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the contents
property. Use this value in the next request as the start parameter.
self_link: Option<String>
[Output Only] Server-defined URL for this resource.
start: Option<i64>
The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the start
value that was specified in the request.
Implementations§
Trait Implementations§
source§impl Clone for SerialPortOutput
impl Clone for SerialPortOutput
source§fn clone(&self) -> SerialPortOutput
fn clone(&self) -> SerialPortOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SerialPortOutput
impl Debug for SerialPortOutput
source§impl Default for SerialPortOutput
impl Default for SerialPortOutput
source§impl Message for SerialPortOutput
impl Message for SerialPortOutput
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 SerialPortOutput
impl PartialEq for SerialPortOutput
source§fn eq(&self, other: &SerialPortOutput) -> bool
fn eq(&self, other: &SerialPortOutput) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SerialPortOutput
Auto Trait Implementations§
impl Freeze for SerialPortOutput
impl RefUnwindSafe for SerialPortOutput
impl Send for SerialPortOutput
impl Sync for SerialPortOutput
impl Unpin for SerialPortOutput
impl UnwindSafe for SerialPortOutput
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