# Encode message to JSON bytes, then encode bytes to Base64 text-init:assign:-project:'${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")}'-topic:TOPIC_ID-message:hello:world-base64Msg:'${base64.encode(json.encode(message))}'-publish_message_to_topic:# publishes message to Pub/Sub topiccall:googleapis.pubsub.v1.projects.topics.publishargs:topic:'${"projects/"+project+"/topics/"+topic}'body:messages:-data:'${base64Msg}'
[[["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 2025-01-28 UTC."],[],[]]