gws-meet
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesemeet (v2)
meet (v2)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws meet <resource> <method> [flags]前置要求: 阅读了解认证、全局标志和安全规则。如果文件缺失,请运行../gws-shared/SKILL.md生成该文件。gws generate-skills
bash
gws meet <resource> <method> [flags]API Resources
API 资源
conferenceRecords
conferenceRecords
- — Gets a conference record by conference ID.
get- — Lists the conference records. By default, ordered by start time and in descending order.
list - — Operations on the 'participants' resource
participants - — Operations on the 'recordings' resource
recordings - — Operations on the 'transcripts' resource
transcripts
- — 通过会议ID获取会议记录。
get- — 列出会议记录。默认按开始时间降序排列。
list - — 对“participants”资源执行操作
participants - — 对“recordings”资源执行操作
recordings - — 对“transcripts”资源执行操作
transcripts
spaces
spaces
- — Creates a space.
create- — Ends an active conference (if there's one). For an example, see End active conference.
endActiveConference - — Gets details about a meeting space. For an example, see Get a meeting space.
get - — Updates details about a meeting space. For an example, see Update a meeting space.
patch
Discovering Commands
命令探索
Before calling any API method, inspect it:
bash
undefined在调用任何API方法之前,请先查看其详情:
bash
undefinedBrowse resources and methods
浏览资源和方法
gws meet --help
gws meet --help
Inspect a method's required params, types, and defaults
查看方法的必填参数、类型和默认值
gws schema meet.<resource>.<method>
Use `gws schema` output to build your `--params` and `--json` flags.gws schema meet.<resource>.<method>
使用`gws schema`的输出来构建你的`--params`和`--json`标志。