Class TransferErrorLogEntry (0.22.0)

public final class TransferErrorLogEntry extends GeneratedMessageV3 implements TransferErrorLogEntryOrBuilder

An entry describing an error that has occurred.

Protobuf type google.cloud.parallelstore.v1.TransferErrorLogEntry

Static Fields

ERROR_DETAILS_FIELD_NUMBER

public static final int ERROR_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TransferErrorLogEntry getDefaultInstance()
Returns
Type Description
TransferErrorLogEntry

getDescriptor()

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

newBuilder()

public static TransferErrorLogEntry.Builder newBuilder()
Returns
Type Description
TransferErrorLogEntry.Builder

newBuilder(TransferErrorLogEntry prototype)

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

parseDelimitedFrom(InputStream input)

public static TransferErrorLogEntry parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferErrorLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransferErrorLogEntry parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransferErrorLogEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransferErrorLogEntry parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferErrorLogEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TransferErrorLogEntry parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferErrorLogEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TransferErrorLogEntry parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransferErrorLogEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferErrorLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TransferErrorLogEntry> parser()
Returns
Type Description
Parser<TransferErrorLogEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TransferErrorLogEntry getDefaultInstanceForType()
Returns
Type Description
TransferErrorLogEntry

getErrorDetails(int index)

public String getErrorDetails(int index)

A list of messages that carry the error details.

repeated string error_details = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The errorDetails at the given index.

getErrorDetailsBytes(int index)

public ByteString getErrorDetailsBytes(int index)

A list of messages that carry the error details.

repeated string error_details = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the errorDetails at the given index.

getErrorDetailsCount()

public int getErrorDetailsCount()

A list of messages that carry the error details.

repeated string error_details = 2;

Returns
Type Description
int

The count of errorDetails.

getErrorDetailsList()

public ProtocolStringList getErrorDetailsList()

A list of messages that carry the error details.

repeated string error_details = 2;

Returns
Type Description
ProtocolStringList

A list containing the errorDetails.

getParserForType()

public Parser<TransferErrorLogEntry> getParserForType()
Returns
Type Description
Parser<TransferErrorLogEntry>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUri()

public String getUri()

A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TransferErrorLogEntry.Builder newBuilderForType()
Returns
Type Description
TransferErrorLogEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransferErrorLogEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TransferErrorLogEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TransferErrorLogEntry.Builder toBuilder()
Returns
Type Description
TransferErrorLogEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException