Method: deployments.groups.update
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
group
günceller. Grubun adı boş değilse ve mevcut ada eşit değilse GEÇERSİZ_BAĞ_DEĞİŞ değerini döndürür.
HTTP isteği
PUT https://androidovertheair.googleapis.com/v1/{name=deployments/*/groups/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Göreli kaynak adı. Örneğin: "deployments/deployment_x/groups/group_g"
|
İstek içeriği
İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
JSON gösterimi |
{
"group": {
object (Group )
},
"versionTag": {
object (VersionTag )
}
} |
Alanlar |
group |
object (Group )
Zorunlu. Güncellenecek Group .
|
versionTag |
object (VersionTag )
Zorunlu. Güncellenecek grup bu sürümle eşleşmelidir. Başka bir istemci mevcut yapılandırmayı eşzamanlı olarak güncellerse güncelleme işlemi başarısız olur.
|
Yanıt gövdesi
Başarılıysa yanıt metni, Group
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/android_partner_over_the_air
Daha fazla bilgi için OAuth 2.0 Overview (OAuth 2.0'a Genel Bakış) sayfasına göz atın.
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: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[],["This document details how to update a group using a `PUT` HTTP request to `https://androidovertheair.googleapis.com/v1/{name=deployments/*/groups/*}`. The `name` parameter in the URL specifies the group to update. The request body, in JSON format, requires a `group` object for updating, and a `versionTag` object. Successful updates return a `Group` instance in the response. This action requires the `https://www.googleapis.com/auth/android_partner_over_the_air` authorization scope. The update will fail if the group name is non-empty and not equal to the existing name, or if another client concurrently updates the config.\n"]]