Class AssessmentTaskDetails (0.48.0)

public final class AssessmentTaskDetails extends GeneratedMessageV3 implements AssessmentTaskDetailsOrBuilder

Assessment task config.

Protobuf type google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails

Static Fields

DATA_SOURCE_FIELD_NUMBER

public static final int DATA_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

INPUT_PATH_FIELD_NUMBER

public static final int INPUT_PATH_FIELD_NUMBER
Field Value
Type Description
int

OUTPUT_DATASET_FIELD_NUMBER

public static final int OUTPUT_DATASET_FIELD_NUMBER
Field Value
Type Description
int

QUERYLOGS_PATH_FIELD_NUMBER

public static final int QUERYLOGS_PATH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AssessmentTaskDetails getDefaultInstance()
Returns
Type Description
AssessmentTaskDetails

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AssessmentTaskDetails.Builder newBuilder()
Returns
Type Description
AssessmentTaskDetails.Builder

newBuilder(AssessmentTaskDetails prototype)

public static AssessmentTaskDetails.Builder newBuilder(AssessmentTaskDetails prototype)
Parameter
Name Description
prototype AssessmentTaskDetails
Returns
Type Description
AssessmentTaskDetails.Builder

parseDelimitedFrom(InputStream input)

public static AssessmentTaskDetails parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AssessmentTaskDetails parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AssessmentTaskDetails parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AssessmentTaskDetails parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AssessmentTaskDetails parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AssessmentTaskDetails parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AssessmentTaskDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssessmentTaskDetails
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AssessmentTaskDetails> parser()
Returns
Type Description
Parser<AssessmentTaskDetails>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

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.

getParserForType()

public Parser<AssessmentTaskDetails> getParserForType()
Returns
Type Description
Parser<AssessmentTaskDetails>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AssessmentTaskDetails.Builder newBuilderForType()
Returns
Type Description
AssessmentTaskDetails.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AssessmentTaskDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AssessmentTaskDetails.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AssessmentTaskDetails.Builder toBuilder()
Returns
Type Description
AssessmentTaskDetails.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException