Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/02/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/02/25 (UTC)."],[[["Retrieves a Floodlight group using its ID and partner context through an HTTP GET request."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The request URL includes `floodlightGroupId` as a path parameter and `partnerId` as a query parameter."],["Response contains details of the specified Floodlight group if successful."],["The request body should be empty."]]],["This document details how to retrieve a Floodlight group using a GET request. The HTTP request URL uses gRPC Transcoding syntax and requires a `floodlightGroupId` as a path parameter. It also needs a `partnerId` as a query parameter. The request body must be empty. A successful request returns a FloodlightGroup instance in the response body. This action requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization.\n"]]