Method: customers.apps.chrome.get
Bir müşteri için kaynak adına göre belirli bir uygulama alın.
HTTP isteği
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/apps/chrome/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Ayrıntılarının sorgulandığı uygulama. Örnekler: Google Drive'a Kaydet Chrome uzantısı sürüm 2.1.2 için"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2", Google Drive Android uygulamasının en son sürümü için"customers/my_customer/apps/android/com.google.android.apps.docs"
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, AppDetails
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-07-29 UTC.
[null,null,["Son güncelleme tarihi: 2024-07-29 UTC."],[[["Retrieve detailed information about a specific customer's app using its resource name."],["Requires the `https://www.googleapis.com/auth/chrome.management.appdetails.readonly` OAuth scope for authorization."],["Utilizes a `GET` request with the app's resource name specified in the URL path."],["Request body should be empty, and a successful response returns an `AppDetails` object."],["Examples of resource names include formats for Chrome extensions (like \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\") and Android apps (like \"customers/my_customer/apps/android/com.google.android.apps.docs\")."]]],[]]