Method: accounts.languages.productCertifications.get
Otrzymuje certyfikat z usługi według nazwy.
Metodę tę mogą wywoływać tylko organy certyfikacji.
Żądanie HTTP
GET https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa certyfikatu z usługi, który chcesz uzyskać. Format: accounts/{konto}/languages/{kod_języka}/productCertifications/{id}
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ProductCertification
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/manufacturercenter
Więcej informacji znajdziesz w artykule Omówienie protokołu OAuth 2.0.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-07-09 UTC.
[null,null,["Ostatnia aktualizacja: 2024-07-09 UTC."],[[["Retrieves a specific product certification using its unique name, accessible through a designated URL path."],["Only certification bodies with proper authorization can utilize this method to fetch product certifications."],["The request should be made using an HTTP GET request with an empty body and includes path parameters for identifying the target product certification."],["Successful responses return a ProductCertification object containing details about the requested certification."],["Requires `https://www.googleapis.com/auth/manufacturercenter` OAuth scope for authorization."]]],[]]