Menggunakan gRPC dengan Certificate Authority Service

Jika menggunakan library gRPC yang dibuat secara manual untuk melakukan panggilan API ke Layanan Otoritas Sertifikasi, Anda harus menambahkan x-goog-request-params: '<request-field>:<resource-name>' sebagai header. Penggunaan x-goog-request-params yang tepat memastikan bahwa permintaan dirutekan ke region yang sesuai untuk resource Layanan CA Anda.

Berikut adalah beberapa contoh metode dengan kolom permintaan dan header contohnya masing-masing.

Metode: CreateCertificateAuthority
Kolom permintaan: CreateCertificateAuthority.parent
x-goog-request-params: 'parent: projects/PROJECT_ID/locations/LOCATION_ID'
Metode: GetCertificateAuthority
Kolom permintaan: GetCertificateAuthority.name
x-goog-request-params: 'name: projects/PROJECT_ID/locations/LOCATION_ID/certificateAuthorities/CA_NAME'
Metode: UpdateCertificateAuthority
Kolom permintaan: UpdateCertificateAuthority.certificate_authority.name
x-goog-request-params: 'CertificateAuthority.name: projects/PROJECT_ID/locations/LOCATION_ID/certificateAuthorities/CA_NAME'

Untuk mengetahui daftar lengkap metode RPC dan kolom permintaannya masing-masing, lihat Paket google.cloud.security.privateca.v1beta1.

Langkah selanjutnya