Class TransferErrorSummary (0.22.0)

publicfinalclass TransferErrorSummaryextendsGeneratedMessageV3implementsTransferErrorSummaryOrBuilder

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

Protobuf type google.cloud.parallelstore.v1.TransferErrorSummary

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()

publicstaticTransferErrorSummarygetDefaultInstance()
Returns
Type Description
TransferErrorSummary

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticTransferErrorSummary.BuildernewBuilder()
Returns
Type Description
TransferErrorSummary.Builder

newBuilder(TransferErrorSummary prototype)

publicstaticTransferErrorSummary.BuildernewBuilder(TransferErrorSummaryprototype)
Parameter
Name Description
prototype TransferErrorSummary
Returns
Type Description
TransferErrorSummary.Builder

parseDelimitedFrom(InputStream input)

publicstaticTransferErrorSummaryparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

publicstaticTransferErrorSummaryparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

publicstaticTransferErrorSummaryparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

publicstaticTransferErrorSummaryparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

publicstaticTransferErrorSummaryparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

publicstaticTransferErrorSummaryparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TransferErrorSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

publicTransferErrorSummarygetDefaultInstanceForType()
Returns
Type Description
TransferErrorSummary

getErrorCode()

publicCodegetErrorCode()

One of the error codes that caused the transfer failure.

.google.rpc.Code error_code = 1;

Returns
Type Description
com.google.rpc.Code

The errorCode.

getErrorCodeValue()

publicintgetErrorCodeValue()

One of the error codes that caused the transfer failure.

.google.rpc.Code error_code = 1;

Returns
Type Description
int

The enum numeric value on the wire for errorCode.

getErrorCount()

publiclonggetErrorCount()

Count of this type of error.

int64 error_count = 2;

Returns
Type Description
long

The errorCount.

getErrorLogEntries(int index)

publicTransferErrorLogEntrygetErrorLogEntries(intindex)

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntry

getErrorLogEntriesCount()

publicintgetErrorLogEntriesCount()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
int

getErrorLogEntriesList()

publicList<TransferErrorLogEntry>getErrorLogEntriesList()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
List<TransferErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

publicTransferErrorLogEntryOrBuildergetErrorLogEntriesOrBuilder(intindex)

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

publicList<?extendsTransferErrorLogEntryOrBuilder>getErrorLogEntriesOrBuilderList()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
List<? extends com.google.cloud.parallelstore.v1.TransferErrorLogEntryOrBuilder>

getParserForType()

publicParser<TransferErrorSummary>getParserForType()
Returns
Type Description
Parser<TransferErrorSummary>
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()

publicTransferErrorSummary.BuildernewBuilderForType()
Returns
Type Description
TransferErrorSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedTransferErrorSummary.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TransferErrorSummary.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicTransferErrorSummary.BuildertoBuilder()
Returns
Type Description
TransferErrorSummary.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.