Enums§
- Create
Table TagError - struct for typed errors of method
create_table_tag
- Delete
Table TagError - struct for typed errors of method
delete_table_tag
- GetTable
TagVersion Error - struct for typed errors of method
get_table_tag_version
- List
Table Tags Error - struct for typed errors of method
list_table_tags
- Update
Table TagError - 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 theListTableTagsRequest
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.