SerdeInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Serialization and deserialization information.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. Name of the SerDe. Table name by default. The maximum length is 128 characters. |
serialization_lib |
str
Required. The fully qualified Java class name of the serialization library. The maximum length is 4000 characters. |
description |
str
Optional. Description of the serde. The maximum length is 4000 characters. |
parameters |
MutableMapping[str, str]
Optional. Parameters of the serde. The maximum size is 10Kib. |
serializer_class |
str
Optional. The fully qualified Java class name of the serializer. The maximum length is 4000 characters. |
deserializer_class |
str
Optional. The fully qualified Java class name of the deserializer. The maximum length is 4000 characters. |
serde_type |
google.cloud.biglake_hive_v1beta.types.SerdeInfo.SerdeType
Optional. The serde type. |
Classes
ParametersEntry
ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
SerdeType
SerdeType(value)The serde types.