Class ErrorReportingPanel (2.44.0)

public final class ErrorReportingPanel extends GeneratedMessageV3 implements ErrorReportingPanelOrBuilder

A widget that displays a list of error groups.

Protobuf type google.monitoring.dashboard.v1.ErrorReportingPanel

Static Fields

PROJECT_NAMES_FIELD_NUMBER

public static final int PROJECT_NAMES_FIELD_NUMBER
Field Value
Type Description
int

SERVICES_FIELD_NUMBER

public static final int SERVICES_FIELD_NUMBER
Field Value
Type Description
int

VERSIONS_FIELD_NUMBER

public static final int VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ErrorReportingPanel getDefaultInstance()
Returns
Type Description
ErrorReportingPanel

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ErrorReportingPanel.Builder newBuilder()
Returns
Type Description
ErrorReportingPanel.Builder

newBuilder(ErrorReportingPanel prototype)

public static ErrorReportingPanel.Builder newBuilder(ErrorReportingPanel prototype)
Parameter
Name Description
prototype ErrorReportingPanel
Returns
Type Description
ErrorReportingPanel.Builder

parseDelimitedFrom(InputStream input)

public static ErrorReportingPanel parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ErrorReportingPanel parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ErrorReportingPanel parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ErrorReportingPanel parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ErrorReportingPanel parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ErrorReportingPanel parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ErrorReportingPanel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorReportingPanel
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ErrorReportingPanel> parser()
Returns
Type Description
Parser<ErrorReportingPanel>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ErrorReportingPanel getDefaultInstanceForType()
Returns
Type Description
ErrorReportingPanel

getParserForType()

public Parser<ErrorReportingPanel> getParserForType()
Returns
Type Description
Parser<ErrorReportingPanel>
Overrides

getProjectNames(int index)

public String getProjectNames(int index)

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.

repeated string project_names = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The projectNames at the given index.

getProjectNamesBytes(int index)

public ByteString getProjectNamesBytes(int index)

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.

repeated string project_names = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the projectNames at the given index.

getProjectNamesCount()

public int getProjectNamesCount()

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.

repeated string project_names = 1;

Returns
Type Description
int

The count of projectNames.

getProjectNamesList()

public ProtocolStringList getProjectNamesList()

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.

repeated string project_names = 1;

Returns
Type Description
ProtocolStringList

A list containing the projectNames.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServices(int index)

public String getServices(int index)

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.

repeated string services = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The services at the given index.

getServicesBytes(int index)

public ByteString getServicesBytes(int index)

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.

repeated string services = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the services at the given index.

getServicesCount()

public int getServicesCount()

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.

repeated string services = 2;

Returns
Type Description
int

The count of services.

getServicesList()

public ProtocolStringList getServicesList()

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.

repeated string services = 2;

Returns
Type Description
ProtocolStringList

A list containing the services.

getVersions(int index)

public String getVersions(int index)

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.

repeated string versions = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The versions at the given index.

getVersionsBytes(int index)

public ByteString getVersionsBytes(int index)

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.

repeated string versions = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the versions at the given index.

getVersionsCount()

public int getVersionsCount()

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.

repeated string versions = 3;

Returns
Type Description
int

The count of versions.

getVersionsList()

public ProtocolStringList getVersionsList()

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.

repeated string versions = 3;

Returns
Type Description
ProtocolStringList

A list containing the versions.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ErrorReportingPanel.Builder newBuilderForType()
Returns
Type Description
ErrorReportingPanel.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ErrorReportingPanel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ErrorReportingPanel.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ErrorReportingPanel.Builder toBuilder()
Returns
Type Description
ErrorReportingPanel.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException