Class: Google::Monitoring::Dashboard::V1::ErrorReportingPanel
- Inherits:
-
Object
- Object
- Google::Monitoring::Dashboard::V1::ErrorReportingPanel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/error_reporting_panel.rb
Overview
A widget that displays a list of error groups.
Instance Attribute Summary collapse
-
#project_names ⇒ ::Array<::String>
The resource name of the Google Cloud Platform project.
-
#services ⇒ ::Array<::String>
An identifier of the service, such as the name of the executable, job, or Google App Engine service name.
-
#versions ⇒ ::Array<::String>
Represents the source code version that the developer provided, which could represent a version label or a Git SHA-1 hash, for example.
Instance Attribute Details
#project_names ⇒ ::Array<::String>
Returns 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
.
48 49 50 51 |
# File 'proto_docs/google/monitoring/dashboard/v1/error_reporting_panel.rb', line 48 class ErrorReportingPanel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::String>
Returns 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.
48 49 50 51 |
# File 'proto_docs/google/monitoring/dashboard/v1/error_reporting_panel.rb', line 48 class ErrorReportingPanel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::String>
Returns 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.
48 49 50 51 |
# File 'proto_docs/google/monitoring/dashboard/v1/error_reporting_panel.rb', line 48 class ErrorReportingPanel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |