Method: projects.settings.list
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Cloud kaynağında parent
bulunan tüm ayarları listeler.
HTTP isteği
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Ayarın üst öğesi olan Cloud kaynağı. Aşağıdaki biçimlerden birinde olmalıdır:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Yetkilendirme için belirtilen kaynakta parent aşağıdaki IAM izni gerekir:
resourcesettings.settings.list
|
Sorgu parametreleri
Parametreler |
pageSize |
integer
Kullanılmamış. Döndürülecek sayfanın boyutu.
|
pageToken |
string
Kullanılmamış. Sonraki sayfayı almak için kullanılan sayfa jetonu.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, ListSettingsResponse
öğesinin bir örneğini içerir.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/cloud-platform
Daha fazla bilgi için Kimlik Doğrulamaya Genel Bakış başlıklı makaleyi inceleyin.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[[["This documentation details how to list all available settings on a Cloud resource using the `ListSettings` method."],["The request is sent as a `GET` request to the specified URL, using gRPC Transcoding syntax, with `parent` as a required path parameter indicating the Cloud resource."],["Query parameters `pageSize` and `pageToken` are currently unused but included for future functionality."],["The response to a successful request will contain a `ListSettingsResponse` object providing the requested settings information."],["Authorization requires the `cloud-platform` OAuth scope and specific IAM permissions on the parent resource."]]],["This document details how to list settings for a Cloud resource. A `GET` request is made to `https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings`. The `parent` path parameter specifies the resource (project, folder, or organization) and requires the `resourcesettings.settings.list` IAM permission. `pageSize` and `pageToken` are available query parameters but are unused. The request body must be empty. A successful request returns a `ListSettingsResponse`. The `cloud-platform` OAuth scope is needed for authorization.\n"]]