public interface SourceTargetMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSourceSpec()
public abstract SourceSpec getSourceSpec()
The source SQL or the path to it.
.google.cloud.bigquery.migration.v2.SourceSpec source_spec = 1;
Returns | |
---|---|
Type | Description |
SourceSpec |
The sourceSpec. |
getSourceSpecOrBuilder()
public abstract SourceSpecOrBuilder getSourceSpecOrBuilder()
The source SQL or the path to it.
.google.cloud.bigquery.migration.v2.SourceSpec source_spec = 1;
Returns | |
---|---|
Type | Description |
SourceSpecOrBuilder |
getTargetSpec()
public abstract TargetSpec getTargetSpec()
The target SQL or the path for it.
.google.cloud.bigquery.migration.v2.TargetSpec target_spec = 2;
Returns | |
---|---|
Type | Description |
TargetSpec |
The targetSpec. |
getTargetSpecOrBuilder()
public abstract TargetSpecOrBuilder getTargetSpecOrBuilder()
The target SQL or the path for it.
.google.cloud.bigquery.migration.v2.TargetSpec target_spec = 2;
Returns | |
---|---|
Type | Description |
TargetSpecOrBuilder |
hasSourceSpec()
public abstract boolean hasSourceSpec()
The source SQL or the path to it.
.google.cloud.bigquery.migration.v2.SourceSpec source_spec = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceSpec field is set. |
hasTargetSpec()
public abstract boolean hasTargetSpec()
The target SQL or the path for it.
.google.cloud.bigquery.migration.v2.TargetSpec target_spec = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the targetSpec field is set. |