We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f31dfa commit 5fd9944Copy full SHA for 5fd9944
genai/content_cache/contentcache_update.py
@@ -26,7 +26,7 @@ def update_content_cache(cache_name: str) -> str:
26
client = genai.Client(http_options=HttpOptions(api_version="v1"))
27
28
# Get content cache by name
29
- # E.g cache_name = 'projects/111111111111/locations/us-central1/cachedContents/1111111111111111111'
+ # cache_name = "projects/111111111111/locations/us-central1/cachedContents/1111111111111111111"
30
content_cache = client.caches.get(name=cache_name)
31
print("Expire time", content_cache.expire_time)
32
# Example response
0 commit comments