Interface TransferErrorSummaryOrBuilder (0.37.0)

publicinterface TransferErrorSummaryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorCode()

publicabstractCodegetErrorCode()

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()

publicabstractintgetErrorCodeValue()

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()

publicabstractlonggetErrorCount()

Count of this type of error.

int64 error_count = 2;

Returns
Type Description
long

The errorCount.

getErrorLogEntries(int index)

publicabstractTransferErrorLogEntrygetErrorLogEntries(intindex)

A list of messages that carry the error details.

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

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntry

getErrorLogEntriesCount()

publicabstractintgetErrorLogEntriesCount()

A list of messages that carry the error details.

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

Returns
Type Description
int

getErrorLogEntriesList()

publicabstractList<TransferErrorLogEntry>getErrorLogEntriesList()

A list of messages that carry the error details.

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

Returns
Type Description
List<TransferErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

publicabstractTransferErrorLogEntryOrBuildergetErrorLogEntriesOrBuilder(intindex)

A list of messages that carry the error details.

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

Parameter
Name Description
index int
Returns
Type Description
TransferErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

publicabstractList<?extendsTransferErrorLogEntryOrBuilder>getErrorLogEntriesOrBuilderList()

A list of messages that carry the error details.

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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.