Method: nodes.get
Gibt einen angeforderten node
zurück.
HTTP-Anfrage
GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der node .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Node
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
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: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["Retrieves a specific node resource using a GET request."],["Requires the `name` path parameter to identify the desired node."],["An empty request body is necessary for this operation."],["A successful response provides the details of the requested node."],["Authorization is required using the `https://www.googleapis.com/auth/sasportal` scope."]]],["The core content describes retrieving a specific node using a `GET` request. The request URL, defined by gRPC Transcoding syntax, requires a node's name within the path parameter `name`. The request body must be empty. A successful request returns an instance of a `Node`, and requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. No additional information in the request body is available. The request utilizes HTTP, with the URL provided.\n"]]