资源:CodeToolsSetting
描述 CodeToolsSetting 对象的消息
| JSON 表示法 | 
|---|
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "enabledTool": [
    {
      object ( | 
              
| 字段 | |
|---|---|
name | 
                
                   
 标识符。资源的名称。Format:projects/{project}/locations/{location}/codeToolsSettings/{codeToolsSetting}  | 
              
createTime | 
                
                   
 仅限输出。[仅限输出] 创建时间戳。 采用 RFC 3339 标准,生成的输出将始终进行 Z 规范化(即转换为 UTC 零时区格式并在末尾附加 Z),并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:  | 
              
updateTime | 
                
                   
 仅限输出。[仅限输出] 更新时间戳。 采用 RFC 3339 标准,生成的输出将始终进行 Z 规范化(即转换为 UTC 零时区格式并在末尾附加 Z),并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:  | 
              
labels | 
                
                   
 可选。标签作为键值对。 包含一系列   | 
              
enabledTool[] | 
                
                   
 必需。表示已启用工具的完整集合。  | 
              
ToolSetting
表示单个已启用的工具。
| JSON 表示法 | 
|---|
{
  "accountConnector": string,
  "handle": string,
  "tool": string,
  "config": [
    {
      object ( | 
              
| 字段 | |
|---|---|
accountConnector | 
                
                   
 可选。指向包含用户凭证的开发者关联账号连接器的链接。projects/{project}/locations/{location}/accountConnectors/{account_connector_id}  | 
              
handle | 
                
                   
 必需。用于调用工具的句柄。  | 
              
tool | 
                
                   
 必需。指向工具的链接  | 
              
config[] | 
                
                   
 可选。工具的配置参数。  | 
              
uriOverride | 
                
                   
 可选。被覆盖的 URI(如果工具允许)。  | 
              
ConfigItem
单个配置项的消息。
| JSON 表示法 | 
|---|
{ "key": string, "value": string }  | 
              
| 字段 | |
|---|---|
key | 
                
                   
 必需。配置项的键。  | 
              
value | 
                
                   
 必需。配置项的值。  | 
              
方法 | 
            |
|---|---|
                
 | 
              在给定的项目和位置中创建新 CodeToolsSetting。 | 
                
 | 
              删除单个 CodeToolsSetting。 | 
                
 | 
              获取单个 CodeToolsSetting 的详细信息。 | 
                
 | 
              列出给定项目和位置中的 CodeToolsSetting。 | 
                
 | 
              更新单个 CodeToolsSetting 的参数。 |