ListSettingsResponse
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Phản hồi từ settings.list.
Biểu diễn dưới dạng JSON |
{
"settings": [
{
object (Setting )
}
],
"nextPageToken": string
} |
Trường |
settings[] |
object (Setting )
Danh sách các chế độ cài đặt có sẵn tại tài nguyên Cloud được chỉ định.
|
nextPageToken |
string
Không sử dụng. Mã thông báo trang dùng để truy xuất trang tiếp theo.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["The settings.list response provides a list of settings available for a specified Cloud resource in JSON format."],["The response includes a `settings` field containing an array of Setting objects and a currently unused `nextPageToken` field."]]],["The `settings.list` response provides a JSON representation with two key fields: `settings[]` and `nextPageToken`. The `settings[]` field contains an array of `Setting` objects, representing available settings at a specified Cloud resource. `nextPageToken` is a string field designed for pagination, but it is currently listed as unused in this context. The response essentially lists resource settings.\n"]]