Interface ErrorLogEntryOrBuilder (0.2.0)

public interface ErrorLogEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDetails(int index)

public abstract String getErrorDetails(int index)

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

repeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The errorDetails at the given index.

getErrorDetailsBytes(int index)

public abstract ByteString getErrorDetailsBytes(int index)

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

repeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the errorDetails at the given index.

getErrorDetailsCount()

public abstract int getErrorDetailsCount()

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

repeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of errorDetails.

getErrorDetailsList()

public abstract List<String> getErrorDetailsList()

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

repeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the errorDetails.

getObjectUri()

public abstract String getObjectUri()

Required. Output only. Object URL. e.g. gs://my_bucket/object.txt

string object_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The objectUri.

getObjectUriBytes()

public abstract ByteString getObjectUriBytes()

Required. Output only. Object URL. e.g. gs://my_bucket/object.txt

string object_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for objectUri.