[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function, `create_gs_key_async`, asynchronously generates an encoded key for a specified Google Cloud Storage file."],["The function accepts a `filename` argument, representing the Google Cloud Storage object, and an optional `rpc` argument for a UserRPC object."],["The key generated by this function is safe for long-term storage and future use."],["It returns a UserRPC object whose result will be the encoded key as a string, similar to what is returned by the `create_gs_key()` function."],["The function raises `TypeError` if the filename is not a string and `ValueError` if the filename is not in the required `/gs/bucket_name/object_name` format."]]],[]]