public static interface TransferTypes.ErrorSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrorCode()
public abstract Code getErrorCode()
Required.
.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.rpc.Code |
The errorCode. |
getErrorCodeValue()
public abstract int getErrorCodeValue()
Required.
.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for errorCode. |
getErrorCount()
public abstract long getErrorCount()
Required. Count of this type of error.
int64 error_count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
long |
The errorCount. |
getErrorLogEntries(int index)
public abstract TransferTypes.ErrorLogEntry getErrorLogEntries(int index)
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry |
getErrorLogEntriesCount()
public abstract int getErrorLogEntriesCount()
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;
Returns | |
---|---|
Type | Description |
int |
getErrorLogEntriesList()
public abstract List<TransferTypes.ErrorLogEntry> getErrorLogEntriesList()
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;
Returns | |
---|---|
Type | Description |
List<ErrorLogEntry> |
getErrorLogEntriesOrBuilder(int index)
public abstract TransferTypes.ErrorLogEntryOrBuilder getErrorLogEntriesOrBuilder(int index)
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntryOrBuilder |
getErrorLogEntriesOrBuilderList()
public abstract List<? extends TransferTypes.ErrorLogEntryOrBuilder> getErrorLogEntriesOrBuilderList()
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
repeated .google.storagetransfer.v1.ErrorLogEntry error_log_entries = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.storagetransfer.v1.proto.TransferTypes.ErrorLogEntryOrBuilder> |