Method: operations.list
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İstekteki belirtilen filtreyle eşleşen işlemleri listeler. Sunucu bu yöntemi desteklemiyorsa UNIMPLEMENTED döndürülür.
HTTP isteği
GET https://dai.googleapis.com/v1/{name=operations}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
| Parametreler |
name |
string
İşlemin üst kaynağının adı.
|
Sorgu parametreleri
| Parametreler |
filter |
string
Standart liste filtresi.
|
pageSize |
integer
Standart liste sayfası boyutu.
|
pageToken |
string
Standart liste sayfası jetonu.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Operations.ListOperations için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
| JSON gösterimi |
{
"operations": [
{
object (Operation)
}
],
"nextPageToken": string
} |
| Alanlar |
operations[] |
object (Operation)
İstekteki belirtilen filtreyle eşleşen işlemlerin listesi.
|
nextPageToken |
string
Standart liste sonraki sayfa jetonu.
|
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-25 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-25 UTC."],[],["This content outlines the process of listing operations via an HTTP GET request to `https://dai.googleapis.com/v1/{name}`. The `name` is a path parameter representing the operation's parent resource. Query parameters like `filter`, `pageSize`, and `pageToken` are used for refining the list. The request body should be empty. The response, if successful, is a JSON structure with `operations` (a list of matching operations) and `nextPageToken` for pagination. An `UNIMPLEMENTED` status is returned if the method isn't supported.\n"]]