Method: projects.datasets.create
Erstellt ein neues Dataset für das angegebene Projekt.
HTTP-Anfrage
POST https://mapsplatformdatasets.googleapis.com/v1/{parent=projects/*}/datasets
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Übergeordnetes Projekt, dem das Dataset gehört. Format: projects/{project}
|
Anfragetext
Der Anfragetext enthält eine Instanz von Dataset
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Dataset
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/cloud-platform
IAM-Berechtigungen
Erfordert die folgende IAM-Berechtigung für die Ressource parent
:
mapsplatformdatasets.datasets.create
Weitere Informationen finden Sie in der IAM-Dokumentation.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-06-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-06-26 (UTC)."],[[["Creates a new dataset within a specified Google Cloud project."],["Requires a POST request to the designated URL with specific path parameters and request body structure."],["Utilizes OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permission `mapsplatformdatasets.datasets.create` for authorization."],["The response body provides the newly created dataset's details upon successful creation."]]],["This content outlines how to create a new dataset within a specified project. A `POST` HTTP request is sent to a designated URL, including a required `parent` path parameter representing the project. The request body contains the new dataset information. Upon success, the response body returns the created dataset. This process requires authorization via the `cloud-platform` OAuth scope and the `mapsplatformdatasets.datasets.create` IAM permission on the parent project.\n"]]