Interface TransferTypes.ErrorLogEntryOrBuilder (1.41.0)

public static interface TransferTypes.ErrorLogEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDetails(int index)

public abstract String getErrorDetails(int index)

A list of messages that carry the error details.

repeated string error_details = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The errorDetails at the given index.

getErrorDetailsBytes(int index)

public abstract ByteString getErrorDetailsBytes(int index)

A list of messages that carry the error details.

repeated string error_details = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the errorDetails at the given index.

getErrorDetailsCount()

public abstract int getErrorDetailsCount()

A list of messages that carry the error details.

repeated string error_details = 3;

Returns
TypeDescription
int

The count of errorDetails.

getErrorDetailsList()

public abstract List<String> getErrorDetailsList()

A list of messages that carry the error details.

repeated string error_details = 3;

Returns
TypeDescription
List<String>

A list containing the errorDetails.

getUrl()

public abstract String getUrl()

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

string url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

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

string url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for url.