public interface SuggestionStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |