public interface ErrorSummaryOrBuilder extends MessageOrBuilderImplements
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 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.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| 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.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getErrorLogEntriesList()
public abstract List<ErrorLogEntry> getErrorLogEntriesList()Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
 repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;
| Returns | |
|---|---|
| Type | Description | 
| List<ErrorLogEntry> | |
getErrorLogEntriesOrBuilder(int index)
public abstract 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.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ErrorLogEntryOrBuilder | |
getErrorLogEntriesOrBuilderList()
public abstract List<? extends ErrorLogEntryOrBuilder> getErrorLogEntriesOrBuilderList()Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
 repeated .google.cloud.lustre.v1.ErrorLogEntry error_log_entries = 3;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.lustre.v1.ErrorLogEntryOrBuilder> | |