Interface TransferErrorSummaryOrBuilder (0.22.0)

public interface TransferErrorSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorCode()

public abstract Code getErrorCode()

One of the error codes that caused the transfer failure.

.google.rpc.Code error_code = 1;

Returns
Type Description
com.google.rpc.Code

The errorCode.

getErrorCodeValue()

public abstract int getErrorCodeValue()

One of the error codes that caused the transfer failure.

.google.rpc.Code error_code = 1;

Returns
Type Description
int

The enum numeric value on the wire for errorCode.

getErrorCount()

public abstract long getErrorCount()

Count of this type of error.

int64 error_count = 2;

Returns
Type Description
long

The errorCount.

getErrorLogEntries(int index)

public abstract TransferErrorLogEntry getErrorLogEntries(int index)

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntry

getErrorLogEntriesCount()

public abstract int getErrorLogEntriesCount()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
int

getErrorLogEntriesList()

public abstract List<TransferErrorLogEntry> getErrorLogEntriesList()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
List<TransferErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

public abstract TransferErrorLogEntryOrBuilder getErrorLogEntriesOrBuilder(int index)

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

public abstract List<? extends TransferErrorLogEntryOrBuilder> getErrorLogEntriesOrBuilderList()

A list of messages that carry the error details.

repeated .google.cloud.parallelstore.v1.TransferErrorLogEntry error_log_entries = 4;

Returns
Type Description
List<? extends com.google.cloud.parallelstore.v1.TransferErrorLogEntryOrBuilder>