Struct google_api_proto::google::monitoring::dashboard::v1::ErrorReportingPanel
source · pub struct ErrorReportingPanel {
pub project_names: Vec<String>,
pub services: Vec<String>,
pub versions: Vec<String>,
}
Expand description
A widget that displays a list of error groups.
Fields§
§project_names: Vec<String>
The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
or projects/{projectNumber}
, where
{projectID}
and {projectNumber}
can be found in the
Google Cloud console.
Examples: projects/my-project-123
, projects/5551234
.
services: Vec<String>
An identifier of the service, such as the name of the
executable, job, or Google App Engine service name. This field is expected
to have a low number of values that are relatively stable over time, as
opposed to version
, which can be changed whenever new code is deployed.
Contains the service name for error reports extracted from Google
App Engine logs or default
if the App Engine default service is used.
versions: Vec<String>
Represents the source code version that the developer provided, which could represent a version label or a Git SHA-1 hash, for example. For App Engine standard environment, the version is set to the version of the app.
Trait Implementations§
source§impl Clone for ErrorReportingPanel
impl Clone for ErrorReportingPanel
source§fn clone(&self) -> ErrorReportingPanel
fn clone(&self) -> ErrorReportingPanel
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ErrorReportingPanel
impl Debug for ErrorReportingPanel
source§impl Default for ErrorReportingPanel
impl Default for ErrorReportingPanel
source§impl Message for ErrorReportingPanel
impl Message for ErrorReportingPanel
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 ErrorReportingPanel
impl PartialEq for ErrorReportingPanel
source§fn eq(&self, other: &ErrorReportingPanel) -> bool
fn eq(&self, other: &ErrorReportingPanel) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ErrorReportingPanel
Auto Trait Implementations§
impl Freeze for ErrorReportingPanel
impl RefUnwindSafe for ErrorReportingPanel
impl Send for ErrorReportingPanel
impl Sync for ErrorReportingPanel
impl Unpin for ErrorReportingPanel
impl UnwindSafe for ErrorReportingPanel
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