- 0.54.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public interface TranslationDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSourceEnvironment()
public abstract SourceEnvironment getSourceEnvironment()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnvironment source_environment = 3;
Returns | |
---|---|
Type | Description |
SourceEnvironment |
The sourceEnvironment. |
getSourceEnvironmentOrBuilder()
public abstract SourceEnvironmentOrBuilder getSourceEnvironmentOrBuilder()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnvironment source_environment = 3;
Returns | |
---|---|
Type | Description |
SourceEnvironmentOrBuilder |
getSourceTargetMapping(int index)
public abstract SourceTargetMapping getSourceTargetMapping(int index)
The mapping from source to target SQL.
repeated .google.cloud.bigquery.migration.v2.SourceTargetMapping source_target_mapping = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SourceTargetMapping |
getSourceTargetMappingCount()
public abstract int getSourceTargetMappingCount()
The mapping from source to target SQL.
repeated .google.cloud.bigquery.migration.v2.SourceTargetMapping source_target_mapping = 1;
Returns | |
---|---|
Type | Description |
int |
getSourceTargetMappingList()
public abstract List<SourceTargetMapping> getSourceTargetMappingList()
The mapping from source to target SQL.
repeated .google.cloud.bigquery.migration.v2.SourceTargetMapping source_target_mapping = 1;
Returns | |
---|---|
Type | Description |
List<SourceTargetMapping> |
getSourceTargetMappingOrBuilder(int index)
public abstract SourceTargetMappingOrBuilder getSourceTargetMappingOrBuilder(int index)
The mapping from source to target SQL.
repeated .google.cloud.bigquery.migration.v2.SourceTargetMapping source_target_mapping = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SourceTargetMappingOrBuilder |
getSourceTargetMappingOrBuilderList()
public abstract List<? extends SourceTargetMappingOrBuilder> getSourceTargetMappingOrBuilderList()
The mapping from source to target SQL.
repeated .google.cloud.bigquery.migration.v2.SourceTargetMapping source_target_mapping = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.bigquery.migration.v2.SourceTargetMappingOrBuilder> |
getTargetBaseUri()
public abstract String getTargetBaseUri()
The base URI for all writes to persistent storage.
string target_base_uri = 2;
Returns | |
---|---|
Type | Description |
String |
The targetBaseUri. |
getTargetBaseUriBytes()
public abstract ByteString getTargetBaseUriBytes()
The base URI for all writes to persistent storage.
string target_base_uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetBaseUri. |
getTargetReturnLiterals(int index)
public abstract String getTargetReturnLiterals(int index)
The list of literal targets that will be directly returned to the response. Each entry consists of the constructed path, EXCLUDING the base path. Not providing a target_base_uri will prevent writing to persistent storage.
repeated string target_return_literals = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The targetReturnLiterals at the given index. |
getTargetReturnLiteralsBytes(int index)
public abstract ByteString getTargetReturnLiteralsBytes(int index)
The list of literal targets that will be directly returned to the response. Each entry consists of the constructed path, EXCLUDING the base path. Not providing a target_base_uri will prevent writing to persistent storage.
repeated string target_return_literals = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the targetReturnLiterals at the given index. |
getTargetReturnLiteralsCount()
public abstract int getTargetReturnLiteralsCount()
The list of literal targets that will be directly returned to the response. Each entry consists of the constructed path, EXCLUDING the base path. Not providing a target_base_uri will prevent writing to persistent storage.
repeated string target_return_literals = 4;
Returns | |
---|---|
Type | Description |
int |
The count of targetReturnLiterals. |
getTargetReturnLiteralsList()
public abstract List<String> getTargetReturnLiteralsList()
The list of literal targets that will be directly returned to the response. Each entry consists of the constructed path, EXCLUDING the base path. Not providing a target_base_uri will prevent writing to persistent storage.
repeated string target_return_literals = 4;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the targetReturnLiterals. |
getTargetTypes(int index)
public abstract String getTargetTypes(int index)
The types of output to generate, e.g. sql, metadata, lineage_from_sql_scripts, etc. If not specified, a default set of targets will be generated. Some additional target types may be slower to generate. See the documentation for the set of available target types.
repeated string target_types = 5;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The targetTypes at the given index. |
getTargetTypesBytes(int index)
public abstract ByteString getTargetTypesBytes(int index)
The types of output to generate, e.g. sql, metadata, lineage_from_sql_scripts, etc. If not specified, a default set of targets will be generated. Some additional target types may be slower to generate. See the documentation for the set of available target types.
repeated string target_types = 5;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the targetTypes at the given index. |
getTargetTypesCount()
public abstract int getTargetTypesCount()
The types of output to generate, e.g. sql, metadata, lineage_from_sql_scripts, etc. If not specified, a default set of targets will be generated. Some additional target types may be slower to generate. See the documentation for the set of available target types.
repeated string target_types = 5;
Returns | |
---|---|
Type | Description |
int |
The count of targetTypes. |
getTargetTypesList()
public abstract List<String> getTargetTypesList()
The types of output to generate, e.g. sql, metadata, lineage_from_sql_scripts, etc. If not specified, a default set of targets will be generated. Some additional target types may be slower to generate. See the documentation for the set of available target types.
repeated string target_types = 5;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the targetTypes. |
hasSourceEnvironment()
public abstract boolean hasSourceEnvironment()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnvironment source_environment = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceEnvironment field is set. |