Menggunakan gRPC dengan Certificate Authority Service
Jika menggunakan library gRPC yang dibuat secara manual untuk membuat panggilan API ke Certificate Authority Service, Anda harus menambahkan x-goog-request-params: '<request-field>:<resource-name>'
sebagai header. Penggunaan x-goog-request-params
yang tepat memastikan permintaan dirutekan ke region yang sesuai untuk resource Layanan CA Anda.
Di bawah ini adalah beberapa contoh metode dengan kolom permintaan dan contoh header-nya 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 Package google.cloud.security.privateca.v1beta1.