Method: projects.settings.list
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wyświetla wszystkie ustawienia dostępne w zasobie Cloud parent
.
Żądanie HTTP
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Zasób Cloud nadrzędny dla ustawienia. Musi mieć jedną z tych form:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Autoryzacja wymaga tego uprawnienia Uprawnienia w odniesieniu do określonego zasobu parent :
resourcesettings.settings.list
|
Parametry zapytania
Parametry |
pageSize |
integer
Nieużywane. Rozmiar strony do zwrócenia.
|
pageToken |
string
Nieużywane. Token strony używany do pobierania następnej strony.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ListSettingsResponse
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/cloud-platform
Więcej informacji znajdziesz w Omówieniu uwierzytelniania.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-05-25 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-05-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"]]