Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.addAllSampledDataLocations(Iterable<String> values) |
The list of data locations sampled and used for format/schema
inference.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.addSampledDataLocations(String value) |
The list of data locations sampled and used for format/schema
inference.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.addSampledDataLocationsBytes(com.google.protobuf.ByteString value) |
The list of data locations sampled and used for format/schema
inference.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clear() |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearExistingSchema() |
The existing and expected schema of the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearNewSchema() |
The new and incompatible schema within the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearSampledDataLocations() |
The list of data locations sampled and used for format/schema
inference.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearSchemaChange() |
Whether the action relates to a schema that is incompatible or modified.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clearTable() |
The name of the table containing invalid data.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.clone() |
|
Action.IncompatibleDataSchema.Builder |
Action.Builder.getIncompatibleDataSchemaBuilder() |
Details for issues related to incompatible schemas detected within data.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.mergeFrom(Action.IncompatibleDataSchema other) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.newBuilder() |
|
static Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.newBuilder(Action.IncompatibleDataSchema prototype) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.newBuilderForType() |
|
protected Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setExistingSchema(String value) |
The existing and expected schema of the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setExistingSchemaBytes(com.google.protobuf.ByteString value) |
The existing and expected schema of the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setNewSchema(String value) |
The new and incompatible schema within the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setNewSchemaBytes(com.google.protobuf.ByteString value) |
The new and incompatible schema within the table.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setSampledDataLocations(int index,
String value) |
The list of data locations sampled and used for format/schema
inference.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setSchemaChange(Action.IncompatibleDataSchema.SchemaChange value) |
Whether the action relates to a schema that is incompatible or modified.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setSchemaChangeValue(int value) |
Whether the action relates to a schema that is incompatible or modified.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setTable(String value) |
The name of the table containing invalid data.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setTableBytes(com.google.protobuf.ByteString value) |
The name of the table containing invalid data.
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Action.IncompatibleDataSchema.Builder |
Action.IncompatibleDataSchema.toBuilder() |
|