public final class ErrorReportingPanel extends GeneratedMessageV3 implements ErrorReportingPanelOrBuilder
A widget that displays a list of error groups.
Protobuf type google.monitoring.dashboard.v1.ErrorReportingPanel
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ErrorReportingPanel.Builder newBuilder()
newBuilder(ErrorReportingPanel prototype)
public static ErrorReportingPanel.Builder newBuilder(ErrorReportingPanel prototype)
public static ErrorReportingPanel parseDelimitedFrom(InputStream input)
public static ErrorReportingPanel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ErrorReportingPanel parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ErrorReportingPanel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ErrorReportingPanel parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ErrorReportingPanel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ErrorReportingPanel parseFrom(CodedInputStream input)
public static ErrorReportingPanel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ErrorReportingPanel parseFrom(InputStream input)
public static ErrorReportingPanel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ErrorReportingPanel parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ErrorReportingPanel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ErrorReportingPanel> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ErrorReportingPanel getDefaultInstanceForType()
getParserForType()
public Parser<ErrorReportingPanel> getParserForType()
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;
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;
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;
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ErrorReportingPanel.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ErrorReportingPanel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ErrorReportingPanel.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides