Resource: CodeToolsSetting
Message describing CodeToolsSetting object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"enabledTool": [
{
object ( |
Fields | |
---|---|
name |
Identifier. Name of the resource. Format:projects/{project}/locations/{location}/codeToolsSettings/{codeToolsSetting} |
createTime |
Output only. [Output only] Create time stamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update time stamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs. An object containing a list of |
enabledTool[] |
Required. Represents the full set of enabled tools. |
ToolSetting
Represents a single enabled tool.
JSON representation |
---|
{
"accountConnector": string,
"handle": string,
"tool": string,
"config": [
{
object ( |
Fields | |
---|---|
accountConnector |
Optional. Link to the Dev Connect Account Connector that holds the user credentials. projects/{project}/locations/{location}/accountConnectors/{account_connector_id} |
handle |
Required. Handle used to invoke the tool. |
tool |
Required. Link to the Tool |
config[] |
Optional. Configuration parameters for the tool. |
uriOverride |
Optional. Overridden URI, if allowed by Tool. |
ConfigItem
Message for a single configuration item.
JSON representation |
---|
{ "key": string, "value": string } |
Fields | |
---|---|
key |
Required. Key of the configuration item. |
value |
Required. Value of the configuration item. |
Methods |
|
---|---|
|
Creates a new CodeToolsSetting in a given project and location. |
|
Deletes a single CodeToolsSetting. |
|
Gets details of a single CodeToolsSetting. |
|
Lists CodeToolsSettings in a given project and location. |
|
Updates the parameters of a single CodeToolsSetting. |