Interface SuggestionStepOrBuilder (0.98.0)

public interface SuggestionStepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRewriteTarget()

public abstract SuggestionStep.RewriteTarget getRewriteTarget()

The rewrite target.

.google.cloud.bigquery.migration.v2.SuggestionStep.RewriteTarget rewrite_target = 2;

Returns
Type Description
SuggestionStep.RewriteTarget

The rewriteTarget.

getRewriteTargetValue()

public abstract int getRewriteTargetValue()

The rewrite target.

.google.cloud.bigquery.migration.v2.SuggestionStep.RewriteTarget rewrite_target = 2;

Returns
Type Description
int

The enum numeric value on the wire for rewriteTarget.

getSuggestionType()

public abstract SuggestionStep.SuggestionType getSuggestionType()

The type of suggestion.

.google.cloud.bigquery.migration.v2.SuggestionStep.SuggestionType suggestion_type = 1;

Returns
Type Description
SuggestionStep.SuggestionType

The suggestionType.

getSuggestionTypeValue()

public abstract int getSuggestionTypeValue()

The type of suggestion.

.google.cloud.bigquery.migration.v2.SuggestionStep.SuggestionType suggestion_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for suggestionType.