Opsional. ID permintaan opsional untuk mengidentifikasi permintaan. Tentukan ID permintaan unik sehingga jika Anda harus mencoba ulang permintaan, server akan tahu untuk mengabaikan permintaan jika sudah selesai. Server akan menjaminnya setidaknya selama 60 menit setelah permintaan pertama.
ID permintaan harus berupa UUID yang valid, dengan pengecualian bahwa UUID nol tidak didukung (00000000-0000-0000-0000-000000000000).
force
boolean
Opsional. Jika disetel ke true, RepositoryGroups dari CodeRepositoryIndex ini juga akan dihapus. (Jika tidak, permintaan hanya akan berfungsi jika CodeRepositoryIndex tidak memiliki RepositoryGroups.)
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance Operation.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-02-01 UTC."],[[["This endpoint facilitates the deletion of a single CodeRepositoryIndex resource via an HTTP DELETE request to a specific URL, which follows gRPC Transcoding syntax."],["The deletion request requires a `name` path parameter to identify the specific CodeRepositoryIndex, and it can optionally include `requestId` and `force` query parameters for idempotency and cascading deletion."],["The request body must be empty, and a successful deletion operation returns an instance of an Operation in the response body."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `cloudaicompanion.codeRepositoryIndexes.delete` IAM permission on the target resource."],["You can specify a `force` query parameter to delete any related RepositoryGroups in addition to the CodeRepositoryIndex."]]],[]]