Method: photoSequence.get
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Operation
arayüzü aracılığıyla belirtilen PhotoSequence
öğesinin meta verilerini alır.
Bu yöntem aşağıdaki üç yanıt türünü döndürür:
Operation.done
= false (yanlış), PhotoSequence
öğesinin işlenmesi henüz tamamlanmadıysa.
Operation.done
= true (doğru) değerine ayarlanırsa Operation.error
doldurulur.
Operation.done
= true (doğru) değerine ve Operation.response
değerine ulaşırsa PhotoSequence
mesajı içerir.
Bu yöntem aşağıdaki hata kodlarını döndürür:
HTTP isteği
GET https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
sequenceId |
string
Zorunlu. Fotoğraf dizisinin kimliği.
|
Sorgu parametreleri
Parametreler |
view (deprecated) |
enum (PhotoView )
PhotoSequence yanıtında, fotoğraf dizisi için bir indirme URL'sinin tek tek fotoğrafların downloadUrl tanesinde döndürülüp döndürülmeyeceğini belirler.
Not: Şu anda uygulanmamıştır.
|
filter |
string
İsteğe bağlı. Filtre ifadesi. Örneğin: published_status=PUBLISHED . Desteklenen filtreler: published_status . Daha fazla bilgi için https://google.aip.dev/160 adresini ziyaret edin.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Operation
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/streetviewpublish
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakı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: 2023-12-01 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: 2023-12-01 UTC."],[[["Retrieves metadata of a specified PhotoSequence via the Operation interface."],["Returns an Operation response indicating processing status, error, or the PhotoSequence data."],["Possible errors include PERMISSION_DENIED if the user lacks access and NOT_FOUND if the PhotoSequence doesn't exist."],["Requires authorization with the `https://www.googleapis.com/auth/streetviewpublish` scope."],["Uses a GET request with the sequence ID as a path parameter and optional view and filter query parameters."]]],["This describes retrieving metadata for a PhotoSequence via an Operation interface using a GET request. The `sequenceId` is required as a path parameter. Optional query parameters `view` (deprecated) and `filter` can be included. An empty request body is required. The response returns an Operation, indicating whether processing is done, an error occurred, or a PhotoSequence message is available. Permission denied or not found errors can occur. OAuth scope `https://www.googleapis.com/auth/streetviewpublish` is necessary.\n"]]