Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
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.
Untuk mengetahui daftar lengkap metode RPC dan kolom permintaannya masing-masing, lihat Paket google.cloud.security.privateca.v1beta1.
Langkah selanjutnya
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-12 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-12 UTC."],[[["\u003cp\u003eWhen using manually created gRPC libraries to call the Certificate Authority Service API, you must include the \u003ccode\u003ex-goog-request-params\u003c/code\u003e header.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ex-goog-request-params\u003c/code\u003e header, in the format of \u003ccode\u003e<request-field>:<resource-name>\u003c/code\u003e, is necessary to ensure requests are routed to the correct region for your CA Service resources.\u003c/p\u003e\n"],["\u003cp\u003eSpecific request fields vary by method, for example, \u003ccode\u003eCreateCertificateAuthority\u003c/code\u003e uses the 'parent' field, while \u003ccode\u003eGetCertificateAuthority\u003c/code\u003e uses the 'name' field.\u003c/p\u003e\n"],["\u003cp\u003eFor the full list of RPC methods and their corresponding request fields, consult the \u003ccode\u003egoogle.cloud.security.privateca.v1beta1\u003c/code\u003e package documentation.\u003c/p\u003e\n"]]],[],null,["# Using gRPC with Certificate Authority Service\n=============================================\n\nIf you are using manually created [gRPC](https://grpc.io/) libraries to make API calls to Certificate Authority Service, you must add `x-goog-request-params: '\u003crequest-field\u003e:\u003cresource-name\u003e'` as a header. The proper use of `x-goog-request-params` ensures that the request is routed to the appropriate region for your CA Service resources.\n\nGiven below are a few examples of methods with their respective request field and sample header.\n\n\u003cbr /\u003e\n\nFor the complete list of RPC methods and their respective request fields, see [Package google.cloud.security.privateca.v1beta1](/certificate-authority-service/docs/reference/rpc/google.cloud.security.privateca.v1beta1).\n\nWhat's next\n-----------\n\n- [Cloud APIs: gRPC APIs](/apis/docs/client-libraries-explained#grpc_apis)\n- [RPC Reference](/certificate-authority-service/docs/reference/rpc)"]]