public interface TransferErrorLogEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorDetails(int index)
public abstract String getErrorDetails(int index)A list of messages that carry the error details.
 repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| 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 = 2;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| 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 = 2;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of errorDetails. | 
getErrorDetailsList()
public abstract List<String> getErrorDetailsList()A list of messages that carry the error details.
 repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the errorDetails. | 
getUri()
public abstract 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 abstract 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. |