חובה. שם הפרויקט שעבורו רוצים להציג רשימה של כל מערכי הנתונים. פורמט: projects/{project}
פרמטרים של שאילתה
פרמטרים
pageSize
integer
המספר המקסימלי של מערכי נתונים שצריך להחזיר בכל דף.
אם לא צוין (או אפס), כל מערכי הנתונים יוחזרו.
pageToken
string
אסימון הדף שהתקבל מהקריאה הקודמת למערכי נתונים.list. צריך לספק את הכתובת הזו כדי לאחזר את הדף הבא.
tag
string
התג שמציין את הגרסה הרצויה לכל מערך נתונים.
הערה: כשמציינים גם חלוקה לדפים, יכול להיות שחלק מהסינון יתבצע אחרי החלוקה לדפים. יכול להיות שהתשובה תכיל פחות מערכי נתונים מגודל הדף, גם אם זה לא הדף האחרון.
תג 'פעיל': כל מערך נתונים בתשובה יכלול את המידע על הגרסה האחרונה שהושלמה, והמערכת תדלג על מערך הנתונים אם אין בו מערך נתונים.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אובייקט התשובה של datasets.list.
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-09-11 (שעון UTC)."],[[["Lists all datasets within a specified Google Cloud project, returning details like dataset information and pagination tokens for accessing further results."],["Allows filtering by page size, page token, and version tag to customize the dataset retrieval process."],["Requires authorization with the `cloud-platform` OAuth scope and the `mapsplatformdatasets.datasets.list` IAM permission on the target project."],["Uses a simple HTTP GET request with path and query parameters to specify the project and filtering criteria."],["Returns a JSON response containing an array of datasets and a token for retrieving subsequent pages if available."]]],["This document outlines the process of listing datasets within a specified project. It uses a `GET` request to the provided URL, including the project name as a required path parameter. Optional query parameters like `pageSize`, `pageToken`, and `tag` can filter and paginate results. The request body must be empty. The response includes an array of dataset objects and a `nextPageToken` for further pagination. The request requires the `mapsplatformdatasets.datasets.list` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]