Method: folders.settings.getValue
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
設定値を取得します。
設定値が存在しない場合は、google.rpc.Code.NOT_FOUND
を指定して google.rpc.Status
を返します。
HTTP リクエスト
GET https://resourcesettings.googleapis.com/v1alpha1/{name=folders/*/settings/*/value}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
取得する設定値の名前。命名要件については、SettingValue をご覧ください。
認可には、指定されたリソース name に対する次の IAM の権限が必要です。
resourcesettings.settingvalues.get
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SettingValue
のインスタンスが含まれます。
認証スコープ
次の 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。"],[[["Retrieves a specific setting value using a GET request to the provided URL."],["Requires `resourcesettings.settingvalues.get` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting value doesn't exist; otherwise, returns the `SettingValue`."],["Uses gRPC Transcoding for the URL structure and requires the setting value's name as a path parameter."],["The request body must be empty for this operation."]]],["This document details retrieving a setting value via an HTTP GET request. The request URL, structured with gRPC Transcoding, requires a `name` parameter specifying the setting's location. The request body must be empty. Authorization necessitates the `resourcesettings.settingvalues.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope. Successful retrieval returns a `SettingValue` instance; otherwise, a `google.rpc.Status` with `NOT_FOUND` is returned.\n"]]