[[["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-06-27 UTC."],[],[],null,["# Control\n=======\n\nConstructs for controlling service resources.\n\nSummary\n-------\n\nFunctions\n---------\n\n### CreateStream\n\n```c++\nabsl::Status CreateStream(\n const ServiceConnectionOptions & options,\n absl::string_view stream_id\n)\n``` \nCreates a new stream resource with id `stream_id`.\n\n\u003cbr /\u003e\n\n### DeleteStream\n\n```c++\nabsl::Status DeleteStream(\n const ServiceConnectionOptions & options,\n absl::string_view stream_id\n)\n``` \nDeletes the stream with id `stream_id`."]]