Class ErrorSummary (0.7.0)

publicfinalclass ErrorSummaryextendsGeneratedMessageV3implementsErrorSummaryOrBuilder

A summary of errors by error code, plus a count and sample error log entries.

Protobuf type google.cloud.lustre.v1.ErrorSummary

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

ERROR_CODE_FIELD_NUMBER

publicstaticfinalintERROR_CODE_FIELD_NUMBER
Field Value
Type Description
int

ERROR_COUNT_FIELD_NUMBER

publicstaticfinalintERROR_COUNT_FIELD_NUMBER
Field Value
Type Description
int

ERROR_LOG_ENTRIES_FIELD_NUMBER

publicstaticfinalintERROR_LOG_ENTRIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticErrorSummarygetDefaultInstance()
Returns
Type Description
ErrorSummary

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticErrorSummary.BuildernewBuilder()
Returns
Type Description
ErrorSummary.Builder

newBuilder(ErrorSummary prototype)

publicstaticErrorSummary.BuildernewBuilder(ErrorSummaryprototype)
Parameter
Name Description
prototype ErrorSummary
Returns
Type Description
ErrorSummary.Builder

parseDelimitedFrom(InputStream input)

publicstaticErrorSummaryparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticErrorSummaryparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticErrorSummaryparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticErrorSummaryparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticErrorSummaryparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticErrorSummaryparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticErrorSummaryparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ErrorSummary>parser()
Returns
Type Description
Parser<ErrorSummary>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicErrorSummarygetDefaultInstanceForType()
Returns
Type Description
ErrorSummary

getErrorCode()

publicCodegetErrorCode()

Required.

.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.rpc.Code

The errorCode.

getErrorCodeValue()

publicintgetErrorCodeValue()

Required.

.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for errorCode.

getErrorCount()

publiclonggetErrorCount()

Required. Count of this type of error.

int64 error_count = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The errorCount.

getErrorLogEntries(int index)

publicErrorLogEntrygetErrorLogEntries(intindex)

Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;

Parameter
Name Description
index int
Returns
Type Description
ErrorLogEntry

getErrorLogEntriesCount()

publicintgetErrorLogEntriesCount()

Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;

Returns
Type Description
int

getErrorLogEntriesList()

publicList<ErrorLogEntry>getErrorLogEntriesList()

Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;

Returns
Type Description
List<ErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

publicErrorLogEntryOrBuildergetErrorLogEntriesOrBuilder(intindex)

Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;

Parameter
Name Description
index int
Returns
Type Description
ErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

publicList<?extendsErrorLogEntryOrBuilder>getErrorLogEntriesOrBuilderList()

Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;

Returns
Type Description
List<? extends com.google.cloud.lustre.v1.ErrorLogEntryOrBuilder>

getParserForType()

publicParser<ErrorSummary>getParserForType()
Returns
Type Description
Parser<ErrorSummary>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicErrorSummary.BuildernewBuilderForType()
Returns
Type Description
ErrorSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedErrorSummary.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ErrorSummary.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicErrorSummary.BuildertoBuilder()
Returns
Type Description
ErrorSummary.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.