Interface TransferErrorSummaryOrBuilder (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface TransferErrorSummaryOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|