public final class AssessmentTaskDetails extends GeneratedMessageV3 implements AssessmentTaskDetailsOrBuilder
Assessment task config.
Protobuf type google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATA_SOURCE_FIELD_NUMBER
public static final int DATA_SOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AssessmentTaskDetails.Builder newBuilder()
newBuilder(AssessmentTaskDetails prototype)
public static AssessmentTaskDetails.Builder newBuilder(AssessmentTaskDetails prototype)
public static AssessmentTaskDetails parseDelimitedFrom(InputStream input)
public static AssessmentTaskDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AssessmentTaskDetails parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AssessmentTaskDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AssessmentTaskDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AssessmentTaskDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AssessmentTaskDetails parseFrom(CodedInputStream input)
public static AssessmentTaskDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AssessmentTaskDetails parseFrom(InputStream input)
public static AssessmentTaskDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AssessmentTaskDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AssessmentTaskDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AssessmentTaskDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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()
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.
|
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()
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AssessmentTaskDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AssessmentTaskDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AssessmentTaskDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides