| Modifier and Type | Method and Description |
|---|---|
DatasetReference |
DatasetReference.Builder.build() |
DatasetReference |
DatasetReference.Builder.buildPartial() |
static DatasetReference |
DatasetReference.getDefaultInstance() |
DatasetReference |
DatasetReference.getDefaultInstanceForType() |
DatasetReference |
DatasetReference.Builder.getDefaultInstanceForType() |
DatasetReference |
BteqOptions.getProjectDataset()
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
DatasetReference |
BteqOptions.Builder.getProjectDataset()
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
DatasetReference |
BteqOptionsOrBuilder.getProjectDataset()
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
static DatasetReference |
DatasetReference.parseDelimitedFrom(InputStream input) |
static DatasetReference |
DatasetReference.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetReference |
DatasetReference.parseFrom(byte[] data) |
static DatasetReference |
DatasetReference.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetReference |
DatasetReference.parseFrom(ByteBuffer data) |
static DatasetReference |
DatasetReference.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetReference |
DatasetReference.parseFrom(com.google.protobuf.ByteString data) |
static DatasetReference |
DatasetReference.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetReference |
DatasetReference.parseFrom(com.google.protobuf.CodedInputStream input) |
static DatasetReference |
DatasetReference.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetReference |
DatasetReference.parseFrom(InputStream input) |
static DatasetReference |
DatasetReference.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DatasetReference> |
DatasetReference.getParserForType() |
static com.google.protobuf.Parser<DatasetReference> |
DatasetReference.parser() |
| Modifier and Type | Method and Description |
|---|---|
DatasetReference.Builder |
DatasetReference.Builder.mergeFrom(DatasetReference other) |
BteqOptions.Builder |
BteqOptions.Builder.mergeProjectDataset(DatasetReference value)
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
static DatasetReference.Builder |
DatasetReference.newBuilder(DatasetReference prototype) |
BteqOptions.Builder |
BteqOptions.Builder.setProjectDataset(DatasetReference value)
Specifies the project and dataset in BigQuery that will be used for
external table creation during the translation.
|
Copyright © 2024 Google LLC. All rights reserved.