Package types (2.39.0)

API documentation for bigquery_storage_v1beta.types package.

Classes

BatchCreateMetastorePartitionsRequest

Request message for BatchCreateMetastorePartitions.

BatchCreateMetastorePartitionsResponse

Response message for BatchCreateMetastorePartitions.

BatchDeleteMetastorePartitionsRequest

Request message for BatchDeleteMetastorePartitions. The MetastorePartition is uniquely identified by values, which is an ordered list. Hence, there is no separate name or partition id field.

BatchSizeTooLargeError

Structured custom error message for batch size too large error. The error can be attached as error details in the returned rpc Status for more structured error handling in the client.

BatchUpdateMetastorePartitionsRequest

Request message for BatchUpdateMetastorePartitions.

BatchUpdateMetastorePartitionsResponse

Response message for BatchUpdateMetastorePartitions.

CreateMetastorePartitionRequest

Request message for CreateMetastorePartition. The MetastorePartition is uniquely identified by values, which is an ordered list. Hence, there is no separate name or partition id field.

FieldSchema

Schema description of a metastore partition column.

ListMetastorePartitionsRequest

Request message for ListMetastorePartitions.

ListMetastorePartitionsResponse

Response message for ListMetastorePartitions.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

MetastorePartition

Information about a Hive partition.

MetastorePartitionList

List of metastore partitions.

MetastorePartitionValues

Represents the values of a metastore partition.

ReadStream

Information about a single stream that is used to read partitions.

SerDeInfo

Serializer and deserializer information.

StorageDescriptor

Contains information about the physical storage of the data in the metastore partition.

StreamList

List of streams.

StreamMetastorePartitionsRequest

The top-level message sent by the client to the [Partitions.StreamMetastorePartitions][] method. Follows the default gRPC streaming maximum size of 4 MB.

StreamMetastorePartitionsResponse

This is the response message sent by the server to the client for the [Partitions.StreamMetastorePartitions][] method when the commit is successful. Server will close the stream after sending this message.

UpdateMetastorePartitionRequest

Request message for UpdateMetastorePartition.