- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class Action.IncompatibleDataSchema extends GeneratedMessageV3 implements Action.IncompatibleDataSchemaOrBuilder
Action details for incompatible schemas detected by discovery.
Protobuf type google.cloud.dataplex.v1.Action.IncompatibleDataSchema
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Action.IncompatibleDataSchemaImplements
Action.IncompatibleDataSchemaOrBuilderStatic Fields
EXISTING_SCHEMA_FIELD_NUMBER
public static final int EXISTING_SCHEMA_FIELD_NUMBER
Type | Description |
int |
NEW_SCHEMA_FIELD_NUMBER
public static final int NEW_SCHEMA_FIELD_NUMBER
Type | Description |
int |
SAMPLED_DATA_LOCATIONS_FIELD_NUMBER
public static final int SAMPLED_DATA_LOCATIONS_FIELD_NUMBER
Type | Description |
int |
SCHEMA_CHANGE_FIELD_NUMBER
public static final int SCHEMA_CHANGE_FIELD_NUMBER
Type | Description |
int |
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Action.IncompatibleDataSchema getDefaultInstance()
Type | Description |
Action.IncompatibleDataSchema |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Action.IncompatibleDataSchema.Builder newBuilder()
Type | Description |
Action.IncompatibleDataSchema.Builder |
newBuilder(Action.IncompatibleDataSchema prototype)
public static Action.IncompatibleDataSchema.Builder newBuilder(Action.IncompatibleDataSchema prototype)
Name | Description |
prototype | Action.IncompatibleDataSchema |
Type | Description |
Action.IncompatibleDataSchema.Builder |
parseDelimitedFrom(InputStream input)
public static Action.IncompatibleDataSchema parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Action.IncompatibleDataSchema parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Action.IncompatibleDataSchema parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Action.IncompatibleDataSchema parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Action.IncompatibleDataSchema parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Action.IncompatibleDataSchema parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Action.IncompatibleDataSchema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.IncompatibleDataSchema |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Action.IncompatibleDataSchema> parser()
Type | Description |
Parser<IncompatibleDataSchema> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Action.IncompatibleDataSchema getDefaultInstanceForType()
Type | Description |
Action.IncompatibleDataSchema |
getExistingSchema()
public 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;
Type | Description |
String | The existingSchema. |
getExistingSchemaBytes()
public 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;
Type | Description |
ByteString | The bytes for existingSchema. |
getNewSchema()
public 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;
Type | Description |
String | The newSchema. |
getNewSchemaBytes()
public 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;
Type | Description |
ByteString | The bytes for newSchema. |
getParserForType()
public Parser<Action.IncompatibleDataSchema> getParserForType()
Type | Description |
Parser<IncompatibleDataSchema> |
getSampledDataLocations(int index)
public String getSampledDataLocations(int index)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The sampledDataLocations at the given index. |
getSampledDataLocationsBytes(int index)
public ByteString getSampledDataLocationsBytes(int index)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the sampledDataLocations at the given index. |
getSampledDataLocationsCount()
public int getSampledDataLocationsCount()
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 4;
Type | Description |
int | The count of sampledDataLocations. |
getSampledDataLocationsList()
public ProtocolStringList getSampledDataLocationsList()
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 4;
Type | Description |
ProtocolStringList | A list containing the sampledDataLocations. |
getSchemaChange()
public 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;
Type | Description |
Action.IncompatibleDataSchema.SchemaChange | The schemaChange. |
getSchemaChangeValue()
public int getSchemaChangeValue()
Whether the action relates to a schema that is incompatible or modified.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange schema_change = 5;
Type | Description |
int | The enum numeric value on the wire for schemaChange. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTable()
public String getTable()
The name of the table containing invalid data.
string table = 1;
Type | Description |
String | The table. |
getTableBytes()
public ByteString getTableBytes()
The name of the table containing invalid data.
string table = 1;
Type | Description |
ByteString | The bytes for table. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Action.IncompatibleDataSchema.Builder newBuilderForType()
Type | Description |
Action.IncompatibleDataSchema.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Action.IncompatibleDataSchema.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Action.IncompatibleDataSchema.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Action.IncompatibleDataSchema.Builder toBuilder()
Type | Description |
Action.IncompatibleDataSchema.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |