public static interface TransferTypes.ErrorSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Code |
getErrorCode()
Required.
|
int |
getErrorCodeValue()
Required.
|
long |
getErrorCount()
Required.
|
TransferTypes.ErrorLogEntry |
getErrorLogEntries(int index)
Error samples.
|
int |
getErrorLogEntriesCount()
Error samples.
|
List<TransferTypes.ErrorLogEntry> |
getErrorLogEntriesList()
Error samples.
|
TransferTypes.ErrorLogEntryOrBuilder |
getErrorLogEntriesOrBuilder(int index)
Error samples.
|
List<? extends TransferTypes.ErrorLogEntryOrBuilder> |
getErrorLogEntriesOrBuilderList()
Error samples.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorCodeValue()
Required.
.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];com.google.rpc.Code getErrorCode()
Required.
.google.rpc.Code error_code = 1 [(.google.api.field_behavior) = REQUIRED];long getErrorCount()
Required. Count of this type of error.
int64 error_count = 2 [(.google.api.field_behavior) = REQUIRED];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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.