Interface ErrorSummaryOrBuilder (0.3.0)

public interface ErrorSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorCode()

public abstract Code getErrorCode()

Required. The canonical error code.

.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. The canonical error code.

.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. Number of errors encountered per error_code.

int64 error_count = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The errorCount.

getErrorLogEntries(int index)

public abstract ErrorLogEntry getErrorLogEntries(int index)

Required. Sample error logs.

repeated .google.cloud.storagebatchoperations.v1.ErrorLogEntry error_log_entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ErrorLogEntry

getErrorLogEntriesCount()

public abstract int getErrorLogEntriesCount()

Required. Sample error logs.

repeated .google.cloud.storagebatchoperations.v1.ErrorLogEntry error_log_entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getErrorLogEntriesList()

public abstract List<ErrorLogEntry> getErrorLogEntriesList()

Required. Sample error logs.

repeated .google.cloud.storagebatchoperations.v1.ErrorLogEntry error_log_entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<ErrorLogEntry>

getErrorLogEntriesOrBuilder(int index)

public abstract ErrorLogEntryOrBuilder getErrorLogEntriesOrBuilder(int index)

Required. Sample error logs.

repeated .google.cloud.storagebatchoperations.v1.ErrorLogEntry error_log_entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ErrorLogEntryOrBuilder

getErrorLogEntriesOrBuilderList()

public abstract List<? extends ErrorLogEntryOrBuilder> getErrorLogEntriesOrBuilderList()

Required. Sample error logs.

repeated .google.cloud.storagebatchoperations.v1.ErrorLogEntry error_log_entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder>