Class TransferTypes.ErrorLogEntry (1.33.0)

public static final class TransferTypes.ErrorLogEntry extends GeneratedMessageV3 implements TransferTypes.ErrorLogEntryOrBuilder

An entry describing an error that has occurred.

Protobuf type google.storagetransfer.v1.ErrorLogEntry

Static Fields

ERROR_DETAILS_FIELD_NUMBER

public static final int ERROR_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

URL_FIELD_NUMBER

public static final int URL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TransferTypes.ErrorLogEntry getDefaultInstance()
Returns
Type Description
TransferTypes.ErrorLogEntry

getDescriptor()

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

newBuilder()

public static TransferTypes.ErrorLogEntry.Builder newBuilder()
Returns
Type Description
TransferTypes.ErrorLogEntry.Builder

newBuilder(TransferTypes.ErrorLogEntry prototype)

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

parseDelimitedFrom(InputStream input)

public static TransferTypes.ErrorLogEntry parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferTypes.ErrorLogEntry
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.ErrorLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry