Module tag_api

Module tag_api 

Source

Enums§

CreateTableTagError
struct for typed errors of method create_table_tag
DeleteTableTagError
struct for typed errors of method delete_table_tag
GetTableTagVersionError
struct for typed errors of method get_table_tag_version
ListTableTagsError
struct for typed errors of method list_table_tags
UpdateTableTagError
struct for typed errors of method update_table_tag

Functions§

create_table_tag
Create a new tag for table id that points to a specific version.
delete_table_tag
Delete an existing tag from table id.
get_table_tag_version
Get the version number that a specific tag points to for table id.
list_table_tags
List all tags that have been created for table id. Returns a map of tag names to their corresponding version numbers and metadata. REST NAMESPACE ONLY REST namespace uses GET to perform this operation without a request body. It passes in the ListTableTagsRequest information in the following way: - id: pass through path parameter of the same name - page_token: pass through query parameter of the same name - limit: pass through query parameter of the same name
update_table_tag
Update an existing tag for table id to point to a different version.