Package biglake_v1.types (0.3.0)

API documentation for biglake_v1.types package.

Classes

Catalog

Catalog is the container of databases.

CreateCatalogRequest

Request message for the CreateCatalog method.

CreateDatabaseRequest

Request message for the CreateDatabase method.

CreateTableRequest

Request message for the CreateTable method.

Database

Database is the container of tables.

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

DeleteCatalogRequest

Request message for the DeleteCatalog method.

DeleteDatabaseRequest

Request message for the DeleteDatabase method.

DeleteTableRequest

Request message for the DeleteTable method.

GetCatalogRequest

Request message for the GetCatalog method.

GetDatabaseRequest

Request message for the GetDatabase method.

GetTableRequest

Request message for the GetTable method.

HiveDatabaseOptions

Options of a Hive database.

HiveTableOptions

Options of a Hive table.

ListCatalogsRequest

Request message for the ListCatalogs method.

ListCatalogsResponse

Response message for the ListCatalogs method.

ListDatabasesRequest

Request message for the ListDatabases method.

ListDatabasesResponse

Response message for the ListDatabases method.

ListTablesRequest

Request message for the ListTables method.

ListTablesResponse

Response message for the ListTables method.

RenameTableRequest

Request message for the RenameTable method in MetastoreService

Table

Represents a table.

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

TableView

View on Table. Represents which fields will be populated for calls that return Table objects.

Values: TABLE_VIEW_UNSPECIFIED (0): Default value. The API will default to the BASIC view. BASIC (1): Include only table names. This is the default value. FULL (2): Include everything.

UpdateDatabaseRequest

Request message for the UpdateDatabase method.

UpdateTableRequest

Request message for the UpdateTable method.