Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Monitoring::Dashboard::V1::ErrorReportingPanel.
A widget that displays a list of error groups.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#project_names
def project_names() -> ::Array<::String>
-
(::Array<::String>) — The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
orprojects/{projectNumber}
, where{projectID}
and{projectNumber}
can be found in the Google Cloud console.Examples:
projects/my-project-123
,projects/5551234
.
#project_names=
def project_names=(value) -> ::Array<::String>
-
value (::Array<::String>) — The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
orprojects/{projectNumber}
, where{projectID}
and{projectNumber}
can be found in the Google Cloud console.Examples:
projects/my-project-123
,projects/5551234
.
-
(::Array<::String>) — The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
orprojects/{projectNumber}
, where{projectID}
and{projectNumber}
can be found in the Google Cloud console.Examples:
projects/my-project-123
,projects/5551234
.
#services
def services() -> ::Array<::String>
-
(::Array<::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.
#services=
def services=(value) -> ::Array<::String>
-
value (::Array<::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.
-
(::Array<::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
def versions() -> ::Array<::String>
- (::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. For App Engine standard environment, the version is set to the version of the app.
#versions=
def versions=(value) -> ::Array<::String>
- value (::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. For App Engine standard environment, the version is set to the version of the app.
- (::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. For App Engine standard environment, the version is set to the version of the app.