Interface Action.IncompatibleDataSchemaOrBuilder (1.0.1)

public static interface Action.IncompatibleDataSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExistingSchema()

public abstract String getExistingSchema()

The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.

string existing_schema = 2;

Returns
TypeDescription
String

The existingSchema.

getExistingSchemaBytes()

public abstract ByteString getExistingSchemaBytes()

The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.

string existing_schema = 2;

Returns
TypeDescription
ByteString

The bytes for existingSchema.

getNewSchema()

public abstract String getNewSchema()

The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.

string new_schema = 3;

Returns
TypeDescription
String

The newSchema.

getNewSchemaBytes()

public abstract ByteString getNewSchemaBytes()

The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.

string new_schema = 3;

Returns
TypeDescription
ByteString

The bytes for newSchema.

getSampledDataLocations(int index)

public abstract String getSampledDataLocations(int index)

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sampledDataLocations at the given index.

getSampledDataLocationsBytes(int index)

public abstract ByteString getSampledDataLocationsBytes(int index)

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sampledDataLocations at the given index.

getSampledDataLocationsCount()

public abstract int getSampledDataLocationsCount()

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 4;

Returns
TypeDescription
int

The count of sampledDataLocations.

getSampledDataLocationsList()

public abstract List<String> getSampledDataLocationsList()

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 4;

Returns
TypeDescription
List<String>

A list containing the sampledDataLocations.

getSchemaChange()

public abstract Action.IncompatibleDataSchema.SchemaChange getSchemaChange()

Whether the action relates to a schema that is incompatible or modified.

.google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange schema_change = 5;

Returns
TypeDescription
Action.IncompatibleDataSchema.SchemaChange

The schemaChange.

getSchemaChangeValue()

public abstract int getSchemaChangeValue()

Whether the action relates to a schema that is incompatible or modified.

.google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange schema_change = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for schemaChange.

getTable()

public abstract String getTable()

The name of the table containing invalid data.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

The name of the table containing invalid data.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.