Interface TranslationTaskResultOrBuilder (0.51.0)

public interface TranslationTaskResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReportLogMessages(int index)

public abstract GcsReportLogMessage getReportLogMessages(int index)

The records from the aggregate CSV report for a migration workflow.

repeated .google.cloud.bigquery.migration.v2.GcsReportLogMessage report_log_messages = 2;

Parameter
Name Description
index int
Returns
Type Description
GcsReportLogMessage

getReportLogMessagesCount()

public abstract int getReportLogMessagesCount()

The records from the aggregate CSV report for a migration workflow.

repeated .google.cloud.bigquery.migration.v2.GcsReportLogMessage report_log_messages = 2;

Returns
Type Description
int

getReportLogMessagesList()

public abstract List<GcsReportLogMessage> getReportLogMessagesList()

The records from the aggregate CSV report for a migration workflow.

repeated .google.cloud.bigquery.migration.v2.GcsReportLogMessage report_log_messages = 2;

Returns
Type Description
List<GcsReportLogMessage>

getReportLogMessagesOrBuilder(int index)

public abstract GcsReportLogMessageOrBuilder getReportLogMessagesOrBuilder(int index)

The records from the aggregate CSV report for a migration workflow.

repeated .google.cloud.bigquery.migration.v2.GcsReportLogMessage report_log_messages = 2;

Parameter
Name Description
index int
Returns
Type Description
GcsReportLogMessageOrBuilder

getReportLogMessagesOrBuilderList()

public abstract List<? extends GcsReportLogMessageOrBuilder> getReportLogMessagesOrBuilderList()

The records from the aggregate CSV report for a migration workflow.

repeated .google.cloud.bigquery.migration.v2.GcsReportLogMessage report_log_messages = 2;

Returns
Type Description
List<? extends com.google.cloud.bigquery.migration.v2.GcsReportLogMessageOrBuilder>

getTranslatedLiterals(int index)

public abstract Literal getTranslatedLiterals(int index)

The list of the translated literals.

repeated .google.cloud.bigquery.migration.v2.Literal translated_literals = 1;

Parameter
Name Description
index int
Returns
Type Description
Literal

getTranslatedLiteralsCount()

public abstract int getTranslatedLiteralsCount()

The list of the translated literals.

repeated .google.cloud.bigquery.migration.v2.Literal translated_literals = 1;

Returns
Type Description
int

getTranslatedLiteralsList()

public abstract List<Literal> getTranslatedLiteralsList()

The list of the translated literals.

repeated .google.cloud.bigquery.migration.v2.Literal translated_literals = 1;

Returns
Type Description
List<Literal>

getTranslatedLiteralsOrBuilder(int index)

public abstract LiteralOrBuilder getTranslatedLiteralsOrBuilder(int index)

The list of the translated literals.

repeated .google.cloud.bigquery.migration.v2.Literal translated_literals = 1;

Parameter
Name Description
index int
Returns
Type Description
LiteralOrBuilder

getTranslatedLiteralsOrBuilderList()

public abstract List<? extends LiteralOrBuilder> getTranslatedLiteralsOrBuilderList()

The list of the translated literals.

repeated .google.cloud.bigquery.migration.v2.Literal translated_literals = 1;

Returns
Type Description
List<? extends com.google.cloud.bigquery.migration.v2.LiteralOrBuilder>