Interface MetadataJob.ExportJobResultOrBuilder (1.61.0)

public static interface MetadataJob.ExportJobResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessage()

public abstract String getErrorMessage()

Output only. The error message if the metadata export job failed.

string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

Output only. The error message if the metadata export job failed.

string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for errorMessage.

getExportedEntries()

public abstract long getExportedEntries()

Output only. The number of entries that were exported.

int64 exported_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The exportedEntries.