Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dlp.googleapis.com/v2/{name}
Returns a list of the sensitive information types that DLP API supports. See …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dlp.googleapis.com/v2/infoTypes
Lists DlpJobs that match the specified filter in the request. See https://clo…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dlp.googleapis.com/v2/{parent}/dlpJobs
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:dlp
At a glance
Language HTML
Endpoints23
Base URLhttps://dlp.googleapis.com
✓ Official