Method: projects.sites.customDomains.operations.list

Mencantumkan operasi yang cocok dengan filter yang ditentukan dalam permintaan.

permintaan HTTP

GET https://firebasehosting.googleapis.com/v1beta1/{name=projects/*/sites/*/customDomains/*}/operations

URL menggunakan sintaks Transcoding gRPC .

Parameter jalur

Parameter
name

string

Nama sumber daya induk operasi.

Parameter kueri

Parameter
filter

string

Filter daftar standar.

pageSize

integer

Ukuran halaman daftar standar.

pageToken

string

Token halaman daftar standar.

Permintaan tubuh

Badan permintaan harus kosong.

Badan respons

Pesan respons untuk Operations.ListOperations .

Jika berhasil, isi respons berisi data dengan struktur berikut:

Representasi JSON
{
  "operations": [
    {
      object (Operation)
    }
  ],
  "nextPageToken": string
}
Bidang
operations[]

object ( Operation )

Daftar operasi yang cocok dengan filter yang ditentukan dalam permintaan.

nextPageToken

string

Token Daftar halaman berikutnya standar.

Cakupan otorisasi

Memerlukan salah satu cakupan OAuth berikut:

  • https://www.googleapis.com/auth/firebase.hosting.readonly
  • https://www.googleapis.com/auth/firebase.hosting
  • https://www.googleapis.com/auth/firebase.readonly
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/cloud-platform

Untuk informasi lebih lanjut, lihat Ikhtisar Otentikasi .