REST Resource: projects.locations.codeToolsSettings.settingBindings

リソース: SettingBinding

SettingBinding オブジェクトについて説明するメッセージ

JSON 表現
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "target": string,
  "product": enum (Product)
}
フィールド
name

string

ID。リソースの名前。形式: projects/{project}/locations/{location}/{settingType}/{setting}/settingBindings/{settingBinding}

createTime

string (Timestamp format)

出力専用。[出力専用] 作成タイムスタンプ。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

updateTime

string (Timestamp format)

出力専用。[出力専用] 更新タイムスタンプ。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

labels

map (key: string, value: string)

省略可。Key-Value ペアとしてのラベル。

"key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }

target

string

必須。バインディングのターゲット。

product

enum (Product)

省略可。設定バインディングのプロダクト タイプ。

プロダクト

設定バインディングのプロダクト タイプ。

列挙型
PRODUCT_UNSPECIFIED 未指定のプロダクト。
GEMINI_CLOUD_ASSIST Gemini Cloud Assist。
GEMINI_CODE_ASSIST Gemini Code Assist。
GEMINI_IN_BIGQUERY Gemini in BigQuery。

メソッド

create

指定されたプロジェクトとロケーションで新しい SettingBinding を作成します。

delete

単一の SettingBinding を削除します。

get

単一の SettingBinding の詳細を取得します。

list

指定されたプロジェクトとロケーションの SettingBindings の一覧を取得します。

patch

単一の SettingBinding のパラメータを更新します。