- 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 final class BteqOptions extends GeneratedMessageV3 implements BteqOptionsOrBuilder
BTEQ translation task related settings.
Protobuf type google.cloud.bigquery.migration.v2alpha.BteqOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BteqOptionsImplements
BteqOptionsOrBuilderStatic Fields
DEFAULT_PATH_URI_FIELD_NUMBER
public static final int DEFAULT_PATH_URI_FIELD_NUMBER
Type | Description |
int |
FILE_REPLACEMENT_MAP_FIELD_NUMBER
public static final int FILE_REPLACEMENT_MAP_FIELD_NUMBER
Type | Description |
int |
PROJECT_DATASET_FIELD_NUMBER
public static final int PROJECT_DATASET_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BteqOptions getDefaultInstance()
Type | Description |
BteqOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static BteqOptions.Builder newBuilder()
Type | Description |
BteqOptions.Builder |
newBuilder(BteqOptions prototype)
public static BteqOptions.Builder newBuilder(BteqOptions prototype)
Name | Description |
prototype | BteqOptions |
Type | Description |
BteqOptions.Builder |
parseDelimitedFrom(InputStream input)
public static BteqOptions parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseFrom(byte[] data)
public static BteqOptions parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BteqOptions parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BteqOptions parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseFrom(InputStream input)
public static BteqOptions parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BteqOptions parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BteqOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BteqOptions |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BteqOptions> parser()
Type | Description |
Parser<BteqOptions> |
Methods
containsFileReplacementMap(String key)
public boolean containsFileReplacementMap(String key)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value).
map<string, string> file_replacement_map = 3;
Name | Description |
key | String |
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public BteqOptions getDefaultInstanceForType()
Type | Description |
BteqOptions |
getDefaultPathUri()
public String getDefaultPathUri()
The Cloud Storage location to be used as the default path for files that are not otherwise specified in the file replacement map.
string default_path_uri = 2;
Type | Description |
String | The defaultPathUri. |
getDefaultPathUriBytes()
public ByteString getDefaultPathUriBytes()
The Cloud Storage location to be used as the default path for files that are not otherwise specified in the file replacement map.
string default_path_uri = 2;
Type | Description |
ByteString | The bytes for defaultPathUri. |
getFileReplacementMap()
public Map<String,String> getFileReplacementMap()
Use #getFileReplacementMapMap() instead.
Type | Description |
Map<String,String> |
getFileReplacementMapCount()
public int getFileReplacementMapCount()
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value).
map<string, string> file_replacement_map = 3;
Type | Description |
int |
getFileReplacementMapMap()
public Map<String,String> getFileReplacementMapMap()
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value).
map<string, string> file_replacement_map = 3;
Type | Description |
Map<String,String> |
getFileReplacementMapOrDefault(String key, String defaultValue)
public String getFileReplacementMapOrDefault(String key, String defaultValue)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value).
map<string, string> file_replacement_map = 3;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getFileReplacementMapOrThrow(String key)
public String getFileReplacementMapOrThrow(String key)
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value).
map<string, string> file_replacement_map = 3;
Name | Description |
key | String |
Type | Description |
String |
getParserForType()
public Parser<BteqOptions> getParserForType()
Type | Description |
Parser<BteqOptions> |
getProjectDataset()
public DatasetReference getProjectDataset()
Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
Type | Description |
DatasetReference | The projectDataset. |
getProjectDatasetOrBuilder()
public DatasetReferenceOrBuilder getProjectDatasetOrBuilder()
Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
Type | Description |
DatasetReferenceOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasProjectDataset()
public boolean hasProjectDataset()
Specifies the project and dataset in BigQuery that will be used for external table creation during the translation.
.google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
Type | Description |
boolean | Whether the projectDataset field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public BteqOptions.Builder newBuilderForType()
Type | Description |
BteqOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BteqOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
BteqOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public BteqOptions.Builder toBuilder()
Type | Description |
BteqOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |