Method: folders.settings.search
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース parent
に存在するすべての設定値を検索します。設定値は、特定の設定の値に限定されません。
HTTP リクエスト
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=folders/*}/settings:search
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
設定の親となる Cloud リソース。次のいずれかの形式にする必要があります。
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
認可には、指定されたリソース parent に対する次の IAM の権限が必要です。
resourcesettings.settingvalues.list
|
クエリ パラメータ
パラメータ |
pageSize |
integer
未使用。返されるページのサイズ。
|
pageToken |
string
未使用。次のページを取得するために使用されるページトークン。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SearchSettingValuesResponse
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、認証の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-05-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-05-25 UTC。"],[[["This documentation outlines how to search for all setting values on a specified Cloud resource using the Resource Settings API."],["The search is performed using a `GET` request to a specific endpoint, passing the parent resource in the path."],["While `pageSize` and `pageToken` are present as query parameters, they are currently unused."],["Successful requests will return a `SearchSettingValuesResponse` containing the search results."],["Authorization requires the `cloud-platform` OAuth scope and the `resourcesettings.settingvalues.list` IAM permission on the parent resource."]]],["This document details how to search for setting values on a resource. The `GET` request targets a specific `parent` resource (project, folder, or organization) using the URL: `https://resourcesettings.googleapis.com/v1alpha1/{parent=folders/*}/settings:search`. The `parent` path parameter is mandatory and needs `resourcesettings.settingvalues.list` IAM permission. `pageSize` and `pageToken` query parameters are currently unused. The request body must be empty. A successful response returns a `SearchSettingValuesResponse`. Authorization requires the `cloud-platform` OAuth scope.\n"]]