ProjectConfig
プロジェクトの Cloud Source Repositories 構成。
JSON 表現 |
{
"name": string,
"pubsubConfigs": {
string: {
object(PubsubConfig )
},
...
},
"enablePrivateKeyCheck": boolean
} |
フィールド |
name |
string
プロジェクトの名前。値は projects/<project> の形式です。
|
pubsubConfigs |
map (key: string, value: object(PubsubConfig ))
このプロジェクトが Cloud Pub/Sub を通じてリポジトリの変更を公開する方法。トピック名をキーとします。 "key": value ペアのリストが含まれるオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
enablePrivateKeyCheck |
boolean
秘密鍵が含まれている Git push を拒否します。
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2018-09-25 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]