From 39a8b064ca5e6f2c80d313ead9ef1e0e8192a513 Mon Sep 17 00:00:00 2001 From: Wanlin Du Date: Thu, 15 Jan 2026 11:24:53 -0800 Subject: [PATCH] docs: Regenerate docs for 1.58.0 PiperOrigin-RevId: 856742093 --- docs/genai.html | 94 ++++++++++++++++++++++++++++++++++++++++++++ docs/genindex.html | 30 +++++++++++++- docs/index.html | 14 +++++++ docs/modules.html | 14 +++++++ docs/objects.inv | Bin 23354 -> 23433 bytes docs/searchindex.js | 2 +- 6 files changed, 151 insertions(+), 3 deletions(-) diff --git a/docs/genai.html b/docs/genai.html index 04bc569c8..f39e49fa8 100644 --- a/docs/genai.html +++ b/docs/genai.html @@ -361,6 +361,53 @@

Submodules +
+class genai.client.AsyncGeminiNextGenAPIClientAdapter(api_client)
+

Bases: AsyncGeminiNextGenAPIClientAdapter

+

Adapter for the Gemini NextGen API Client.

+
+
+async async_get_auth_headers()
+
+
Return type:
+

dict[str, str]

+
+
+
+ +
+
+get_location()
+
+
Return type:
+

str | None

+
+
+
+ +
+
+get_project()
+
+
Return type:
+

str | None

+
+
+
+ +
+
+is_vertex_ai()
+
+
Return type:
+

bool

+
+
+
+ +
+
class genai.client.Client(*, vertexai=None, api_key=None, credentials=None, project=None, location=None, debug_config=None, http_options=None)
@@ -657,6 +704,53 @@

Submodules +
+class genai.client.GeminiNextGenAPIClientAdapter(api_client)
+

Bases: GeminiNextGenAPIClientAdapter

+

Adapter for the Gemini NextGen API Client.

+
+
+get_auth_headers()
+
+
Return type:
+

dict[str, str]

+
+
+
+ +
+
+get_location()
+
+
Return type:
+

str | None

+
+
+
+ +
+
+get_project()
+
+
Return type:
+

str | None

+
+
+
+ +
+
+is_vertex_ai()
+
+
Return type:
+

bool

+
+
+
+ +

+

genai.batches module

diff --git a/docs/genindex.html b/docs/genindex.html index 4fca301c3..45e6fc7d6 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -468,14 +468,14 @@

A

  • (genai.types.FunctionCallDict attribute)
  • - - +
  • GcsDestinationDict (class in genai.types) +
  • +
  • GeminiNextGenAPIClientAdapter (class in genai.client)
  • GeminiPreferenceExampleCompletionDict (class in genai.types)
  • @@ -3020,6 +3026,20 @@

    G

  • (genai.tunings.AsyncTunings method)
  • (genai.tunings.Tunings method) +
  • + +
  • get_auth_headers() (genai.client.GeminiNextGenAPIClientAdapter method) +
  • +
  • get_location() (genai.client.AsyncGeminiNextGenAPIClientAdapter method) + +
  • +
  • get_project() (genai.client.AsyncGeminiNextGenAPIClientAdapter method) + +
  • GetBatchJobConfigDict (class in genai.types) @@ -3814,6 +3834,12 @@

    I

  • IntervalDict (class in genai.types)
  • +
  • is_vertex_ai() (genai.client.AsyncGeminiNextGenAPIClientAdapter method) + +
  • items (genai.types.JSONSchema attribute)
      diff --git a/docs/index.html b/docs/index.html index 51cc3f3b7..b7c200f90 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2036,6 +2036,13 @@

      ReferenceAsyncClient.tunings

  • +
  • AsyncGeminiNextGenAPIClientAdapter +
  • Client
  • +
  • GeminiNextGenAPIClientAdapter +
  • genai.batches module
      diff --git a/docs/modules.html b/docs/modules.html index 0de1470a8..088177dd8 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -278,6 +278,13 @@

      googleAsyncClient.tunings

  • +
  • AsyncGeminiNextGenAPIClientAdapter +
  • Client
  • +
  • GeminiNextGenAPIClientAdapter +
  • genai.batches module