Class TransferTypes.ErrorSummary (1.41.0)

public static final class TransferTypes.ErrorSummary extends GeneratedMessageV3 implements TransferTypes.ErrorSummaryOrBuilder

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

Protobuf type google.storagetransfer.v1.ErrorSummary

Static Fields

ERROR_CODE_FIELD_NUMBER

public static final int ERROR_CODE_FIELD_NUMBER
Field Value
TypeDescription
int

ERROR_COUNT_FIELD_NUMBER

public static final int ERROR_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

ERROR_LOG_ENTRIES_FIELD_NUMBER

public static final int ERROR_LOG_ENTRIES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransferTypes.ErrorSummary getDefaultInstance()
Returns
TypeDescription
TransferTypes.ErrorSummary

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransferTypes.ErrorSummary.Builder newBuilder()
Returns
TypeDescription
TransferTypes.ErrorSummary.Builder

newBuilder(TransferTypes.ErrorSummary prototype)

public static TransferTypes.ErrorSummary.Builder newBuilder(TransferTypes.ErrorSummary prototype)
Parameter
NameDescription
prototypeTransferTypes.ErrorSummary
Returns
TypeDescription
TransferTypes.ErrorSummary.Builder

parseDelimitedFrom(InputStream input)

public static TransferTypes.ErrorSummary parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransferTypes.ErrorSummary parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransferTypes.ErrorSummary parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransferTypes.ErrorSummary parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransferTypes.ErrorSummary parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransferTypes.ErrorSummary parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.ErrorSummary
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransferTypes.ErrorSummary> parser()
Returns
TypeDescription
Parser<ErrorSummary>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransferTypes.ErrorSummary getDefaultInstanceForType()
Returns
TypeDescription
TransferTypes.ErrorSummary

getErrorCode()

public Code getErrorCode()

Required.

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

Returns
TypeDescription
com.google.rpc.Code

The errorCode.

getErrorCodeValue()

public int getErrorCodeValue()

Required.

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

Returns
TypeDescription
int

The enum numeric value on the wire for errorCode.

getErrorCount()

public long getErrorCount()

Required. Count of this type of error.

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

Returns
TypeDescription
long

The errorCount.

getErrorLogEntries(int index)

public TransferTypes.ErrorLogEntry getErrorLogEntries(int index)

Error samples.

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

repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferTypes.ErrorLogEntry

getErrorLogEntriesCount()

public int getErrorLogEntriesCount()

Error samples.

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

repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;

Returns
TypeDescription
int

getErrorLogEntriesList()

public List<TransferTypes.ErrorLogEntry> getErrorLogEntriesList()

Error samples.

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

repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;

Returns
TypeDescription
List<ErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

public TransferTypes.ErrorLogEntryOrBuilder getErrorLogEntriesOrBuilder(int index)

Error samples.

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

repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferTypes.ErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

public List<? extends TransferTypes.ErrorLogEntryOrBuilder> getErrorLogEntriesOrBuilderList()

Error samples.

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

repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;

Returns
TypeDescription
List<? extends com.google.storagetransfer.v1.proto.TransferTypes.ErrorLogEntryOrBuilder>

getParserForType()

public Parser<TransferTypes.ErrorSummary> getParserForType()
Returns
TypeDescription
Parser<ErrorSummary>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransferTypes.ErrorSummary.Builder newBuilderForType()
Returns
TypeDescription
TransferTypes.ErrorSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransferTypes.ErrorSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransferTypes.ErrorSummary.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransferTypes.ErrorSummary.Builder toBuilder()
Returns
TypeDescription
TransferTypes.ErrorSummary.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException