Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a policy tag.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/{name}
Lists tags assigned to an Entry. The columns in the response are lowercased.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/{parent}/tags
Get an entry by target resource name. This method allows clients to use the r…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/entries:lookup
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:datacatalog
At a glance
Language HTML
Endpoints23
Base URLhttps://datacatalog.googleapis.com
✓ Official