Class Exceptions.SchemaMismatchedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.grpc.StatusRuntimeException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.SchemaMismatchedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static final class Exceptions.SchemaMismatchedException extends Exceptions.StorageException
There was a schema mismatch due to bigquery table with fewer fields than the input message. This can be resolved by updating the table's schema with the message schema.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SchemaMismatchedException(io.grpc.Status grpcStatus, String name)
-
Method Summary
-
Methods inherited from class com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
getActualOffset, getErrors, getExpectedOffset, getStreamName
-
Methods inherited from class io.grpc.StatusRuntimeException
fillInStackTrace, getStatus, getTrailers
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchemaMismatchedException
protected SchemaMismatchedException(io.grpc.Status grpcStatus, String name)
-
-