I'm trying to generate a gRPC client to call the google.cloud.identitytoolkit.v1 api. However the protobufs for this api don't seem to exist in the https://github.com/googleapis/googleapis repo. What would be the best way to get access to these apis? They are listed in the reference for identitytoolkit https://cloud.google.com/identity-platform/docs/reference/rpc/google.cloud.identitytoolkit.v1#google...
Are there any other places to get the protobuf definitions?
Solved! Go to Solution.
Hello @voxelbee,
Welcome to Google Cloud Community!
The only protobufs available from googleapis is from Identitytoolkit V2. If you look further in the documentation you will find that Cloud Identity API Client Library for .NET exists. However, Cloud Identity is different from Google Cloud Identity Platform which contains the Identitytoolkit.
What you can do here is to report the issue that the github repository for googleapis doesn't contain the identitytoolkit V1. You can also contact Google Cloud Support to further look into your case. Hope it helps, thanks!