- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 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 static final class AssessmentTaskDetails.Builder extends GeneratedMessageV3.Builder<AssessmentTaskDetails.Builder> implements AssessmentTaskDetailsOrBuilderAssessment task config.
Protobuf type google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AssessmentTaskDetails.BuilderImplements
AssessmentTaskDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AssessmentTaskDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
build()
public AssessmentTaskDetails build()| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails |
|
buildPartial()
public AssessmentTaskDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails |
|
clear()
public AssessmentTaskDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
clearDataSource()
public AssessmentTaskDetails.Builder clearDataSource()Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AssessmentTaskDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
clearInputPath()
public AssessmentTaskDetails.Builder clearInputPath()Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AssessmentTaskDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
clearOutputDataset()
public AssessmentTaskDetails.Builder clearOutputDataset()Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
clearQuerylogsPath()
public AssessmentTaskDetails.Builder clearQuerylogsPath()Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
clone()
public AssessmentTaskDetails.Builder clone()| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
getDataSource()
public String getDataSource()Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dataSource. |
getDataSourceBytes()
public ByteString getDataSourceBytes()Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataSource. |
getDefaultInstanceForType()
public AssessmentTaskDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInputPath()
public String getInputPath()Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The inputPath. |
getInputPathBytes()
public ByteString getInputPathBytes()Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputPath. |
getOutputDataset()
public String getOutputDataset()Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outputDataset. |
getOutputDatasetBytes()
public ByteString getOutputDatasetBytes()Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputDataset. |
getQuerylogsPath()
public String getQuerylogsPath()Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The querylogsPath. |
getQuerylogsPathBytes()
public ByteString getQuerylogsPathBytes()Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for querylogsPath. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AssessmentTaskDetails other)
public AssessmentTaskDetails.Builder mergeFrom(AssessmentTaskDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
AssessmentTaskDetails |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AssessmentTaskDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AssessmentTaskDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AssessmentTaskDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
setDataSource(String value)
public AssessmentTaskDetails.Builder setDataSource(String value)Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataSource to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setDataSourceBytes(ByteString value)
public AssessmentTaskDetails.Builder setDataSourceBytes(ByteString value)Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dataSource to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AssessmentTaskDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
setInputPath(String value)
public AssessmentTaskDetails.Builder setInputPath(String value)Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe inputPath to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setInputPathBytes(ByteString value)
public AssessmentTaskDetails.Builder setInputPathBytes(ByteString value)Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for inputPath to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setOutputDataset(String value)
public AssessmentTaskDetails.Builder setOutputDataset(String value)Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe outputDataset to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setOutputDatasetBytes(ByteString value)
public AssessmentTaskDetails.Builder setOutputDatasetBytes(ByteString value)Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for outputDataset to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setQuerylogsPath(String value)
public AssessmentTaskDetails.Builder setQuerylogsPath(String value)Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe querylogsPath to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setQuerylogsPathBytes(ByteString value)
public AssessmentTaskDetails.Builder setQuerylogsPathBytes(ByteString value)Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for querylogsPath to set. |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AssessmentTaskDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final AssessmentTaskDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AssessmentTaskDetails.Builder |
|