From 57facbab9f69fd0c1784b9fae4a4c938c8b940bd Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 8 Sep 2026 12:06:29 -0700 Subject: [PATCH] chore: add `# pylint: skip-file` to generated Python GAOS SDK headers PiperOrigin-RevId: 978043494 --- google/genai/_gaos/__init__.py | 1 + google/genai/_gaos/_hooks/__init__.py | 1 + google/genai/_gaos/_hooks/adapters.py | 1 + google/genai/_gaos/_hooks/asyncregistration.py | 1 + google/genai/_gaos/_hooks/asyncsdkhooks.py | 1 + google/genai/_gaos/_hooks/asynctypes.py | 1 + google/genai/_gaos/_hooks/google_genai_auth.py | 1 + google/genai/_gaos/_hooks/registration.py | 1 + google/genai/_gaos/_hooks/sdkhooks.py | 1 + google/genai/_gaos/_hooks/types.py | 1 + google/genai/_gaos/_version.py | 1 + google/genai/_gaos/agents.py | 1 + google/genai/_gaos/basesdk.py | 1 + google/genai/_gaos/environments.py | 1 + google/genai/_gaos/errors/__init__.py | 1 + google/genai/_gaos/errors/cancelinteractionbyid.py | 1 + google/genai/_gaos/errors/createinteraction.py | 1 + google/genai/_gaos/errors/deleteinteraction.py | 1 + google/genai/_gaos/errors/genaidefaulterror.py | 1 + google/genai/_gaos/errors/genaierror.py | 1 + google/genai/_gaos/errors/getinteractionbyid.py | 1 + google/genai/_gaos/errors/no_response_error.py | 1 + google/genai/_gaos/errors/responsevalidationerror.py | 1 + google/genai/_gaos/files.py | 1 + google/genai/_gaos/google_genai.py | 1 + google/genai/_gaos/httpclient.py | 1 + google/genai/_gaos/interactions.py | 1 + google/genai/_gaos/lib/compat_errors.py | 1 + google/genai/_gaos/models/__init__.py | 1 + google/genai/_gaos/models/cancelinteractionbyid.py | 1 + google/genai/_gaos/models/createagent.py | 1 + google/genai/_gaos/models/createenvironment.py | 1 + google/genai/_gaos/models/createinteraction.py | 1 + google/genai/_gaos/models/createtrigger.py | 1 + google/genai/_gaos/models/createwebhook.py | 1 + google/genai/_gaos/models/deleteagent.py | 1 + google/genai/_gaos/models/deleteenvironment.py | 1 + google/genai/_gaos/models/deleteinteraction.py | 1 + google/genai/_gaos/models/deletetrigger.py | 1 + google/genai/_gaos/models/deletewebhook.py | 1 + google/genai/_gaos/models/getagent.py | 1 + google/genai/_gaos/models/getenvironment.py | 1 + google/genai/_gaos/models/getenvironmentfiles.py | 1 + google/genai/_gaos/models/getinteractionbyid.py | 1 + google/genai/_gaos/models/gettrigger.py | 1 + google/genai/_gaos/models/getwebhook.py | 1 + google/genai/_gaos/models/internal/__init__.py | 1 + google/genai/_gaos/models/internal/globals.py | 1 + google/genai/_gaos/models/listagents.py | 1 + google/genai/_gaos/models/listenvironments.py | 1 + google/genai/_gaos/models/listtriggerexecutions.py | 1 + google/genai/_gaos/models/listtriggers.py | 1 + google/genai/_gaos/models/listwebhooks.py | 1 + google/genai/_gaos/models/pingwebhook.py | 1 + google/genai/_gaos/models/rotatesigningsecret.py | 1 + google/genai/_gaos/models/runtrigger.py | 1 + google/genai/_gaos/models/updatetrigger.py | 1 + google/genai/_gaos/models/updatewebhook.py | 1 + google/genai/_gaos/resources/__init__.py | 1 + google/genai/_gaos/resources/agents/__init__.py | 1 + google/genai/_gaos/resources/environments/__init__.py | 1 + .../resources/environments/createenvironmentrequest/__init__.py | 1 + .../genai/_gaos/resources/environments/environment/__init__.py | 1 + google/genai/_gaos/resources/interactions/__init__.py | 1 + .../resources/interactions/codeexecutioncallstep/__init__.py | 1 + .../resources/interactions/codemenderagentconfig/__init__.py | 1 + .../interactions/codemenderagentconfig/findrequest/__init__.py | 1 + .../interactions/codemenderagentconfig/fixrequest/__init__.py | 1 + .../genai/_gaos/resources/interactions/environment/__init__.py | 1 + google/genai/_gaos/resources/interactions/errorevent/__init__.py | 1 + .../_gaos/resources/interactions/googlemapscallstep/__init__.py | 1 + .../_gaos/resources/interactions/googlemapsresult/__init__.py | 1 + .../resources/interactions/googlemapsresult/place/__init__.py | 1 + .../resources/interactions/googlemapsresultstep/__init__.py | 1 + .../interactions/googlemapsresultstep/result/__init__.py | 1 + .../interactions/googlemapsresultstep/result/place/__init__.py | 1 + .../resources/interactions/googlesearchcallstep/__init__.py | 1 + .../resources/interactions/googlesearchresultstep/__init__.py | 1 + .../genai/_gaos/resources/interactions/placecitation/__init__.py | 1 + .../_gaos/resources/interactions/retrievalcalldelta/__init__.py | 1 + google/genai/_gaos/resources/interactions/stepdelta/__init__.py | 1 + google/genai/_gaos/resources/interactions/tool/__init__.py | 1 + .../_gaos/resources/interactions/tool/retrieval/__init__.py | 1 + .../_gaos/resources/interactions/transcriptionmode/__init__.py | 1 + .../_gaos/resources/interactions/urlcontextcallstep/__init__.py | 1 + .../resources/interactions/urlcontextresultstep/__init__.py | 1 + google/genai/_gaos/resources/interactions/usage/__init__.py | 1 + .../genai/_gaos/resources/interactions/videocontent/__init__.py | 1 + google/genai/_gaos/resources/triggers/__init__.py | 1 + google/genai/_gaos/resources/webhooks/__init__.py | 1 + google/genai/_gaos/sdk.py | 1 + google/genai/_gaos/sdkconfiguration.py | 1 + google/genai/_gaos/triggers.py | 1 + google/genai/_gaos/types/__init__.py | 1 + google/genai/_gaos/types/agents/__init__.py | 1 + google/genai/_gaos/types/agents/agent.py | 1 + google/genai/_gaos/types/agents/agentlistresponse.py | 1 + google/genai/_gaos/types/agents/agenttool.py | 1 + google/genai/_gaos/types/base64fileinput.py | 1 + google/genai/_gaos/types/basemodel.py | 1 + google/genai/_gaos/types/environments/__init__.py | 1 + .../genai/_gaos/types/environments/createenvironmentrequest.py | 1 + google/genai/_gaos/types/environments/environment.py | 1 + google/genai/_gaos/types/environments/environmentfile.py | 1 + .../_gaos/types/environments/getenvironmentfilesresponse.py | 1 + .../genai/_gaos/types/environments/listenvironmentsresponse.py | 1 + google/genai/_gaos/types/interactions/__init__.py | 1 + google/genai/_gaos/types/interactions/agentoption.py | 1 + google/genai/_gaos/types/interactions/allowedtools.py | 1 + google/genai/_gaos/types/interactions/allowlistentry.py | 1 + google/genai/_gaos/types/interactions/annotation.py | 1 + google/genai/_gaos/types/interactions/antigravityagentconfig.py | 1 + google/genai/_gaos/types/interactions/argumentsdelta.py | 1 + google/genai/_gaos/types/interactions/audiocontent.py | 1 + google/genai/_gaos/types/interactions/audiodelta.py | 1 + google/genai/_gaos/types/interactions/audioresponseformat.py | 1 + google/genai/_gaos/types/interactions/codeexecution.py | 1 + .../genai/_gaos/types/interactions/codeexecutioncallarguments.py | 1 + google/genai/_gaos/types/interactions/codeexecutioncalldelta.py | 1 + google/genai/_gaos/types/interactions/codeexecutioncallstep.py | 1 + .../genai/_gaos/types/interactions/codeexecutionresultdelta.py | 1 + google/genai/_gaos/types/interactions/codeexecutionresultstep.py | 1 + google/genai/_gaos/types/interactions/codemenderagentconfig.py | 1 + google/genai/_gaos/types/interactions/computeruse.py | 1 + google/genai/_gaos/types/interactions/content.py | 1 + google/genai/_gaos/types/interactions/createagentinteraction.py | 1 + google/genai/_gaos/types/interactions/createmodelinteraction.py | 1 + google/genai/_gaos/types/interactions/deepresearchagentconfig.py | 1 + google/genai/_gaos/types/interactions/documentcontent.py | 1 + google/genai/_gaos/types/interactions/documentdelta.py | 1 + google/genai/_gaos/types/interactions/dynamicagentconfig.py | 1 + google/genai/_gaos/types/interactions/empty.py | 1 + google/genai/_gaos/types/interactions/environment.py | 1 + .../types/interactions/environmentnetworkegressallowlist.py | 1 + google/genai/_gaos/types/interactions/error.py | 1 + google/genai/_gaos/types/interactions/errorevent.py | 1 + google/genai/_gaos/types/interactions/exaaisearchconfig.py | 1 + google/genai/_gaos/types/interactions/filecitation.py | 1 + google/genai/_gaos/types/interactions/filecontent.py | 1 + google/genai/_gaos/types/interactions/filesearch.py | 1 + google/genai/_gaos/types/interactions/filesearchcalldelta.py | 1 + google/genai/_gaos/types/interactions/filesearchcallstep.py | 1 + google/genai/_gaos/types/interactions/filesearchresult.py | 1 + google/genai/_gaos/types/interactions/filesearchresultdelta.py | 1 + google/genai/_gaos/types/interactions/filesearchresultstep.py | 1 + google/genai/_gaos/types/interactions/filter_.py | 1 + google/genai/_gaos/types/interactions/findrequest.py | 1 + google/genai/_gaos/types/interactions/fixrequest.py | 1 + google/genai/_gaos/types/interactions/function.py | 1 + google/genai/_gaos/types/interactions/functioncallstep.py | 1 + google/genai/_gaos/types/interactions/functionresultdelta.py | 1 + google/genai/_gaos/types/interactions/functionresultstep.py | 1 + .../genai/_gaos/types/interactions/functionresultsubcontent.py | 1 + google/genai/_gaos/types/interactions/generationconfig.py | 1 + google/genai/_gaos/types/interactions/googlemaps.py | 1 + google/genai/_gaos/types/interactions/googlemapscallarguments.py | 1 + google/genai/_gaos/types/interactions/googlemapscalldelta.py | 1 + google/genai/_gaos/types/interactions/googlemapscallstep.py | 1 + google/genai/_gaos/types/interactions/googlemapsresult.py | 1 + google/genai/_gaos/types/interactions/googlemapsresultdelta.py | 1 + google/genai/_gaos/types/interactions/googlemapsresultplaces.py | 1 + google/genai/_gaos/types/interactions/googlemapsresultstep.py | 1 + google/genai/_gaos/types/interactions/googlesearch.py | 1 + .../genai/_gaos/types/interactions/googlesearchcallarguments.py | 1 + google/genai/_gaos/types/interactions/googlesearchcalldelta.py | 1 + google/genai/_gaos/types/interactions/googlesearchcallstep.py | 1 + google/genai/_gaos/types/interactions/googlesearchresult.py | 1 + google/genai/_gaos/types/interactions/googlesearchresultdelta.py | 1 + google/genai/_gaos/types/interactions/googlesearchresultstep.py | 1 + google/genai/_gaos/types/interactions/groundingtoolcount.py | 1 + google/genai/_gaos/types/interactions/harmcategory.py | 1 + google/genai/_gaos/types/interactions/hybridsearch.py | 1 + google/genai/_gaos/types/interactions/imageconfig.py | 1 + google/genai/_gaos/types/interactions/imagecontent.py | 1 + google/genai/_gaos/types/interactions/imagedelta.py | 1 + google/genai/_gaos/types/interactions/imageresponseformat.py | 1 + google/genai/_gaos/types/interactions/interaction.py | 1 + .../genai/_gaos/types/interactions/interactioncompletedevent.py | 1 + google/genai/_gaos/types/interactions/interactioncreatedevent.py | 1 + google/genai/_gaos/types/interactions/interactionsinput.py | 1 + google/genai/_gaos/types/interactions/interactionsseevent.py | 1 + .../_gaos/types/interactions/interactionsseeventinteraction.py | 1 + .../genai/_gaos/types/interactions/interactionssestreamevent.py | 1 + google/genai/_gaos/types/interactions/interactionstatusupdate.py | 1 + google/genai/_gaos/types/interactions/mcpserver.py | 1 + google/genai/_gaos/types/interactions/mcpservertoolcalldelta.py | 1 + google/genai/_gaos/types/interactions/mcpservertoolcallstep.py | 1 + .../genai/_gaos/types/interactions/mcpservertoolresultdelta.py | 1 + google/genai/_gaos/types/interactions/mcpservertoolresultstep.py | 1 + google/genai/_gaos/types/interactions/mediaprocessing.py | 1 + google/genai/_gaos/types/interactions/mediaresolution.py | 1 + google/genai/_gaos/types/interactions/modalitytokens.py | 1 + google/genai/_gaos/types/interactions/model.py | 1 + google/genai/_gaos/types/interactions/modeloutputstep.py | 1 + google/genai/_gaos/types/interactions/parallelaisearchconfig.py | 1 + google/genai/_gaos/types/interactions/placecitation.py | 1 + google/genai/_gaos/types/interactions/processingcalldelta.py | 1 + google/genai/_gaos/types/interactions/processingcallstep.py | 1 + google/genai/_gaos/types/interactions/processingresultdelta.py | 1 + google/genai/_gaos/types/interactions/processingresultstep.py | 1 + google/genai/_gaos/types/interactions/ragresource.py | 1 + google/genai/_gaos/types/interactions/ragretrievalconfig.py | 1 + google/genai/_gaos/types/interactions/ragstoreconfig.py | 1 + google/genai/_gaos/types/interactions/ranking.py | 1 + google/genai/_gaos/types/interactions/responseformat.py | 1 + google/genai/_gaos/types/interactions/responsemodality.py | 1 + google/genai/_gaos/types/interactions/retrieval.py | 1 + google/genai/_gaos/types/interactions/retrievalcallarguments.py | 1 + google/genai/_gaos/types/interactions/retrievalcalldelta.py | 1 + google/genai/_gaos/types/interactions/retrievalresultdelta.py | 1 + google/genai/_gaos/types/interactions/reviewsnippet.py | 1 + google/genai/_gaos/types/interactions/safetysetting.py | 1 + google/genai/_gaos/types/interactions/servicetier.py | 1 + google/genai/_gaos/types/interactions/sessionconfig.py | 1 + google/genai/_gaos/types/interactions/smarttranscriptionmode.py | 1 + google/genai/_gaos/types/interactions/source.py | 1 + google/genai/_gaos/types/interactions/speakerconfig.py | 1 + google/genai/_gaos/types/interactions/speechconfig.py | 1 + google/genai/_gaos/types/interactions/staticmediaprocessing.py | 1 + google/genai/_gaos/types/interactions/status.py | 1 + google/genai/_gaos/types/interactions/step.py | 1 + google/genai/_gaos/types/interactions/stepdelta.py | 1 + google/genai/_gaos/types/interactions/stepdeltadata.py | 1 + google/genai/_gaos/types/interactions/stepdeltametadata.py | 1 + google/genai/_gaos/types/interactions/stepstart.py | 1 + google/genai/_gaos/types/interactions/stepstop.py | 1 + google/genai/_gaos/types/interactions/textannotationdelta.py | 1 + google/genai/_gaos/types/interactions/textcontent.py | 1 + google/genai/_gaos/types/interactions/textdelta.py | 1 + google/genai/_gaos/types/interactions/textresponseformat.py | 1 + google/genai/_gaos/types/interactions/thinkinglevel.py | 1 + google/genai/_gaos/types/interactions/thinkingsummaries.py | 1 + google/genai/_gaos/types/interactions/thoughtsignaturedelta.py | 1 + google/genai/_gaos/types/interactions/thoughtstep.py | 1 + google/genai/_gaos/types/interactions/thoughtsummarycontent.py | 1 + google/genai/_gaos/types/interactions/thoughtsummarydelta.py | 1 + google/genai/_gaos/types/interactions/tool.py | 1 + google/genai/_gaos/types/interactions/toolchoiceconfig.py | 1 + google/genai/_gaos/types/interactions/toolchoicetype.py | 1 + google/genai/_gaos/types/interactions/transcriptionconfig.py | 1 + google/genai/_gaos/types/interactions/transcriptionmode.py | 1 + google/genai/_gaos/types/interactions/urlcitation.py | 1 + google/genai/_gaos/types/interactions/urlcontext.py | 1 + google/genai/_gaos/types/interactions/urlcontextcallarguments.py | 1 + google/genai/_gaos/types/interactions/urlcontextcalldelta.py | 1 + google/genai/_gaos/types/interactions/urlcontextcallstep.py | 1 + google/genai/_gaos/types/interactions/urlcontextresult.py | 1 + google/genai/_gaos/types/interactions/urlcontextresultdelta.py | 1 + google/genai/_gaos/types/interactions/urlcontextresultstep.py | 1 + google/genai/_gaos/types/interactions/usage.py | 1 + google/genai/_gaos/types/interactions/userinputstep.py | 1 + .../genai/_gaos/types/interactions/verbatimtranscriptionmode.py | 1 + google/genai/_gaos/types/interactions/vertexaisearchconfig.py | 1 + google/genai/_gaos/types/interactions/videoconfig.py | 1 + google/genai/_gaos/types/interactions/videocontent.py | 1 + google/genai/_gaos/types/interactions/videodelta.py | 1 + google/genai/_gaos/types/interactions/videoresponseformat.py | 1 + google/genai/_gaos/types/interactions/webhookconfig.py | 1 + google/genai/_gaos/types/interactions/wordinfo.py | 1 + google/genai/_gaos/types/security.py | 1 + google/genai/_gaos/types/triggers/__init__.py | 1 + .../genai/_gaos/types/triggers/listtriggerexecutionsresponse.py | 1 + google/genai/_gaos/types/triggers/listtriggersresponse.py | 1 + google/genai/_gaos/types/triggers/trigger.py | 1 + google/genai/_gaos/types/triggers/triggercreateparams.py | 1 + google/genai/_gaos/types/triggers/triggerexecution.py | 1 + google/genai/_gaos/types/triggers/triggerupdate.py | 1 + google/genai/_gaos/types/webhooks/__init__.py | 1 + google/genai/_gaos/types/webhooks/pingwebhookrequest.py | 1 + google/genai/_gaos/types/webhooks/rotatesigningsecretrequest.py | 1 + google/genai/_gaos/types/webhooks/signingsecret.py | 1 + google/genai/_gaos/types/webhooks/webhook.py | 1 + google/genai/_gaos/types/webhooks/webhooklistresponse.py | 1 + google/genai/_gaos/types/webhooks/webhookpingresponse.py | 1 + .../_gaos/types/webhooks/webhookrotatesigningsecretresponse.py | 1 + google/genai/_gaos/types/webhooks/webhookupdate.py | 1 + google/genai/_gaos/utils/__init__.py | 1 + google/genai/_gaos/utils/annotations.py | 1 + google/genai/_gaos/utils/datetimes.py | 1 + google/genai/_gaos/utils/dynamic_imports.py | 1 + google/genai/_gaos/utils/enums.py | 1 + google/genai/_gaos/utils/eventstreaming.py | 1 + google/genai/_gaos/utils/forms.py | 1 + google/genai/_gaos/utils/headers.py | 1 + google/genai/_gaos/utils/logger.py | 1 + google/genai/_gaos/utils/metadata.py | 1 + google/genai/_gaos/utils/queryparams.py | 1 + google/genai/_gaos/utils/requestbodies.py | 1 + google/genai/_gaos/utils/response_helpers.py | 1 + google/genai/_gaos/utils/retries.py | 1 + google/genai/_gaos/utils/security.py | 1 + google/genai/_gaos/utils/serializers.py | 1 + google/genai/_gaos/utils/unions.py | 1 + google/genai/_gaos/utils/unmarshal_json_response.py | 1 + google/genai/_gaos/utils/url.py | 1 + google/genai/_gaos/utils/values.py | 1 + google/genai/_gaos/webhooks.py | 1 + 297 files changed, 297 insertions(+) diff --git a/google/genai/_gaos/__init__.py b/google/genai/_gaos/__init__.py index e32b0d9cd..3280e4a8b 100644 --- a/google/genai/_gaos/__init__.py +++ b/google/genai/_gaos/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/__init__.py b/google/genai/_gaos/_hooks/__init__.py index 1bab46f52..4d4d32039 100644 --- a/google/genai/_gaos/_hooks/__init__.py +++ b/google/genai/_gaos/_hooks/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/adapters.py b/google/genai/_gaos/_hooks/adapters.py index 4ff51f5c3..5a9c41c70 100644 --- a/google/genai/_gaos/_hooks/adapters.py +++ b/google/genai/_gaos/_hooks/adapters.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/asyncregistration.py b/google/genai/_gaos/_hooks/asyncregistration.py index 465bc6f75..5612ebaa6 100644 --- a/google/genai/_gaos/_hooks/asyncregistration.py +++ b/google/genai/_gaos/_hooks/asyncregistration.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file from .asynctypes import AsyncHooks from .adapters import ( diff --git a/google/genai/_gaos/_hooks/asyncsdkhooks.py b/google/genai/_gaos/_hooks/asyncsdkhooks.py index 9b150ddee..ad81b1d06 100644 --- a/google/genai/_gaos/_hooks/asyncsdkhooks.py +++ b/google/genai/_gaos/_hooks/asyncsdkhooks.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/asynctypes.py b/google/genai/_gaos/_hooks/asynctypes.py index 86f010764..0869abee1 100644 --- a/google/genai/_gaos/_hooks/asynctypes.py +++ b/google/genai/_gaos/_hooks/asynctypes.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/google_genai_auth.py b/google/genai/_gaos/_hooks/google_genai_auth.py index cca475e2d..7ec30b9d8 100644 --- a/google/genai/_gaos/_hooks/google_genai_auth.py +++ b/google/genai/_gaos/_hooks/google_genai_auth.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Google GenAI authentication hooks for the embedded Speakeasy SDK.""" diff --git a/google/genai/_gaos/_hooks/registration.py b/google/genai/_gaos/_hooks/registration.py index b946c0d9d..089f5980b 100644 --- a/google/genai/_gaos/_hooks/registration.py +++ b/google/genai/_gaos/_hooks/registration.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file from .types import Hooks diff --git a/google/genai/_gaos/_hooks/sdkhooks.py b/google/genai/_gaos/_hooks/sdkhooks.py index 6042df979..5dc2b7bc3 100644 --- a/google/genai/_gaos/_hooks/sdkhooks.py +++ b/google/genai/_gaos/_hooks/sdkhooks.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_hooks/types.py b/google/genai/_gaos/_hooks/types.py index c9501bfcc..9c3452960 100644 --- a/google/genai/_gaos/_hooks/types.py +++ b/google/genai/_gaos/_hooks/types.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/_version.py b/google/genai/_gaos/_version.py index 1270aa47d..d2466e2e9 100644 --- a/google/genai/_gaos/_version.py +++ b/google/genai/_gaos/_version.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/agents.py b/google/genai/_gaos/agents.py index f6dbaf23b..721d295a7 100644 --- a/google/genai/_gaos/agents.py +++ b/google/genai/_gaos/agents.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/basesdk.py b/google/genai/_gaos/basesdk.py index 8ad7d3047..1676dcaca 100644 --- a/google/genai/_gaos/basesdk.py +++ b/google/genai/_gaos/basesdk.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/environments.py b/google/genai/_gaos/environments.py index 0411b2530..48de2a95a 100644 --- a/google/genai/_gaos/environments.py +++ b/google/genai/_gaos/environments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/__init__.py b/google/genai/_gaos/errors/__init__.py index 071907851..ffb512bbd 100644 --- a/google/genai/_gaos/errors/__init__.py +++ b/google/genai/_gaos/errors/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/cancelinteractionbyid.py b/google/genai/_gaos/errors/cancelinteractionbyid.py index 6e5235bb4..696c8791c 100644 --- a/google/genai/_gaos/errors/cancelinteractionbyid.py +++ b/google/genai/_gaos/errors/cancelinteractionbyid.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/createinteraction.py b/google/genai/_gaos/errors/createinteraction.py index 3b2095858..bde29b1f8 100644 --- a/google/genai/_gaos/errors/createinteraction.py +++ b/google/genai/_gaos/errors/createinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/deleteinteraction.py b/google/genai/_gaos/errors/deleteinteraction.py index 1d4406fcf..3241f747e 100644 --- a/google/genai/_gaos/errors/deleteinteraction.py +++ b/google/genai/_gaos/errors/deleteinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/genaidefaulterror.py b/google/genai/_gaos/errors/genaidefaulterror.py index 1dbbc6adc..318be1050 100644 --- a/google/genai/_gaos/errors/genaidefaulterror.py +++ b/google/genai/_gaos/errors/genaidefaulterror.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/genaierror.py b/google/genai/_gaos/errors/genaierror.py index e3f6ef7e7..516f13a5d 100644 --- a/google/genai/_gaos/errors/genaierror.py +++ b/google/genai/_gaos/errors/genaierror.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/getinteractionbyid.py b/google/genai/_gaos/errors/getinteractionbyid.py index 0ed3bc4fa..9a2fa1706 100644 --- a/google/genai/_gaos/errors/getinteractionbyid.py +++ b/google/genai/_gaos/errors/getinteractionbyid.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/no_response_error.py b/google/genai/_gaos/errors/no_response_error.py index baecb569b..28e27f2c7 100644 --- a/google/genai/_gaos/errors/no_response_error.py +++ b/google/genai/_gaos/errors/no_response_error.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/errors/responsevalidationerror.py b/google/genai/_gaos/errors/responsevalidationerror.py index 62fa3320e..24fe08c10 100644 --- a/google/genai/_gaos/errors/responsevalidationerror.py +++ b/google/genai/_gaos/errors/responsevalidationerror.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/files.py b/google/genai/_gaos/files.py index d813db692..06fc40537 100644 --- a/google/genai/_gaos/files.py +++ b/google/genai/_gaos/files.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/google_genai.py b/google/genai/_gaos/google_genai.py index b74a5deb8..d1d83e84a 100644 --- a/google/genai/_gaos/google_genai.py +++ b/google/genai/_gaos/google_genai.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Helpers for embedding the generated NextGen SDK in the Google GenAI client.""" diff --git a/google/genai/_gaos/httpclient.py b/google/genai/_gaos/httpclient.py index 5a04259e1..0e1a8dcd7 100644 --- a/google/genai/_gaos/httpclient.py +++ b/google/genai/_gaos/httpclient.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/interactions.py b/google/genai/_gaos/interactions.py index 95721482e..c5bdf5797 100644 --- a/google/genai/_gaos/interactions.py +++ b/google/genai/_gaos/interactions.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/lib/compat_errors.py b/google/genai/_gaos/lib/compat_errors.py index 970564c43..7bd524927 100644 --- a/google/genai/_gaos/lib/compat_errors.py +++ b/google/genai/_gaos/lib/compat_errors.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Error-class compatibility shim. diff --git a/google/genai/_gaos/models/__init__.py b/google/genai/_gaos/models/__init__.py index 428404648..37c5c8919 100644 --- a/google/genai/_gaos/models/__init__.py +++ b/google/genai/_gaos/models/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/cancelinteractionbyid.py b/google/genai/_gaos/models/cancelinteractionbyid.py index 4db947eb1..29fef96ce 100644 --- a/google/genai/_gaos/models/cancelinteractionbyid.py +++ b/google/genai/_gaos/models/cancelinteractionbyid.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/createagent.py b/google/genai/_gaos/models/createagent.py index ff72ddf45..6754181d3 100644 --- a/google/genai/_gaos/models/createagent.py +++ b/google/genai/_gaos/models/createagent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/createenvironment.py b/google/genai/_gaos/models/createenvironment.py index 706ada53a..758da2618 100644 --- a/google/genai/_gaos/models/createenvironment.py +++ b/google/genai/_gaos/models/createenvironment.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/createinteraction.py b/google/genai/_gaos/models/createinteraction.py index 3e8ee34cb..dd691e013 100644 --- a/google/genai/_gaos/models/createinteraction.py +++ b/google/genai/_gaos/models/createinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/createtrigger.py b/google/genai/_gaos/models/createtrigger.py index 62e6e2b8c..af8330c04 100644 --- a/google/genai/_gaos/models/createtrigger.py +++ b/google/genai/_gaos/models/createtrigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/createwebhook.py b/google/genai/_gaos/models/createwebhook.py index 8999f2f82..b1c21a8f1 100644 --- a/google/genai/_gaos/models/createwebhook.py +++ b/google/genai/_gaos/models/createwebhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/deleteagent.py b/google/genai/_gaos/models/deleteagent.py index 2c14d54c3..af7da0aff 100644 --- a/google/genai/_gaos/models/deleteagent.py +++ b/google/genai/_gaos/models/deleteagent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/deleteenvironment.py b/google/genai/_gaos/models/deleteenvironment.py index 80f4a6272..882e9cf66 100644 --- a/google/genai/_gaos/models/deleteenvironment.py +++ b/google/genai/_gaos/models/deleteenvironment.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/deleteinteraction.py b/google/genai/_gaos/models/deleteinteraction.py index 34cfdd4d7..2dae8a68a 100644 --- a/google/genai/_gaos/models/deleteinteraction.py +++ b/google/genai/_gaos/models/deleteinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/deletetrigger.py b/google/genai/_gaos/models/deletetrigger.py index edecf6c55..c5e378460 100644 --- a/google/genai/_gaos/models/deletetrigger.py +++ b/google/genai/_gaos/models/deletetrigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/deletewebhook.py b/google/genai/_gaos/models/deletewebhook.py index 378082d2a..eaa3eceaa 100644 --- a/google/genai/_gaos/models/deletewebhook.py +++ b/google/genai/_gaos/models/deletewebhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/getagent.py b/google/genai/_gaos/models/getagent.py index 0dbaf2ab7..8ca739417 100644 --- a/google/genai/_gaos/models/getagent.py +++ b/google/genai/_gaos/models/getagent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/getenvironment.py b/google/genai/_gaos/models/getenvironment.py index 9afaccccf..f3ff35c0a 100644 --- a/google/genai/_gaos/models/getenvironment.py +++ b/google/genai/_gaos/models/getenvironment.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/getenvironmentfiles.py b/google/genai/_gaos/models/getenvironmentfiles.py index 4ff3c479c..79ceacde7 100644 --- a/google/genai/_gaos/models/getenvironmentfiles.py +++ b/google/genai/_gaos/models/getenvironmentfiles.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/getinteractionbyid.py b/google/genai/_gaos/models/getinteractionbyid.py index e20a042d6..3a914f1fe 100644 --- a/google/genai/_gaos/models/getinteractionbyid.py +++ b/google/genai/_gaos/models/getinteractionbyid.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/gettrigger.py b/google/genai/_gaos/models/gettrigger.py index a108858fe..591d31ddd 100644 --- a/google/genai/_gaos/models/gettrigger.py +++ b/google/genai/_gaos/models/gettrigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/getwebhook.py b/google/genai/_gaos/models/getwebhook.py index bb0ac9a89..70d1f9109 100644 --- a/google/genai/_gaos/models/getwebhook.py +++ b/google/genai/_gaos/models/getwebhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/internal/__init__.py b/google/genai/_gaos/models/internal/__init__.py index 1c75dd9a1..7f6ab1a78 100644 --- a/google/genai/_gaos/models/internal/__init__.py +++ b/google/genai/_gaos/models/internal/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/internal/globals.py b/google/genai/_gaos/models/internal/globals.py index a6f03da5a..fc83fd865 100644 --- a/google/genai/_gaos/models/internal/globals.py +++ b/google/genai/_gaos/models/internal/globals.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/listagents.py b/google/genai/_gaos/models/listagents.py index 9f2549e43..3739cbad1 100644 --- a/google/genai/_gaos/models/listagents.py +++ b/google/genai/_gaos/models/listagents.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/listenvironments.py b/google/genai/_gaos/models/listenvironments.py index 939749aba..5b96cf562 100644 --- a/google/genai/_gaos/models/listenvironments.py +++ b/google/genai/_gaos/models/listenvironments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/listtriggerexecutions.py b/google/genai/_gaos/models/listtriggerexecutions.py index 84ec75c6a..b8978e537 100644 --- a/google/genai/_gaos/models/listtriggerexecutions.py +++ b/google/genai/_gaos/models/listtriggerexecutions.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/listtriggers.py b/google/genai/_gaos/models/listtriggers.py index 58e3602b9..2f18ff98b 100644 --- a/google/genai/_gaos/models/listtriggers.py +++ b/google/genai/_gaos/models/listtriggers.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/listwebhooks.py b/google/genai/_gaos/models/listwebhooks.py index 352f56600..9c26070a5 100644 --- a/google/genai/_gaos/models/listwebhooks.py +++ b/google/genai/_gaos/models/listwebhooks.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/pingwebhook.py b/google/genai/_gaos/models/pingwebhook.py index ef89ee5c4..77eaf8f7a 100644 --- a/google/genai/_gaos/models/pingwebhook.py +++ b/google/genai/_gaos/models/pingwebhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/rotatesigningsecret.py b/google/genai/_gaos/models/rotatesigningsecret.py index 8727ac5c3..4b6ca7e3b 100644 --- a/google/genai/_gaos/models/rotatesigningsecret.py +++ b/google/genai/_gaos/models/rotatesigningsecret.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/runtrigger.py b/google/genai/_gaos/models/runtrigger.py index 1fde70f22..b72930881 100644 --- a/google/genai/_gaos/models/runtrigger.py +++ b/google/genai/_gaos/models/runtrigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/updatetrigger.py b/google/genai/_gaos/models/updatetrigger.py index 6cbd4ac7f..8cbd1d759 100644 --- a/google/genai/_gaos/models/updatetrigger.py +++ b/google/genai/_gaos/models/updatetrigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/models/updatewebhook.py b/google/genai/_gaos/models/updatewebhook.py index 7dc6a0109..1a16b6a4c 100644 --- a/google/genai/_gaos/models/updatewebhook.py +++ b/google/genai/_gaos/models/updatewebhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/__init__.py b/google/genai/_gaos/resources/__init__.py index 09f580823..e1cb1569d 100644 --- a/google/genai/_gaos/resources/__init__.py +++ b/google/genai/_gaos/resources/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/agents/__init__.py b/google/genai/_gaos/resources/agents/__init__.py index c8766a927..dfb7caf8d 100644 --- a/google/genai/_gaos/resources/agents/__init__.py +++ b/google/genai/_gaos/resources/agents/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/environments/__init__.py b/google/genai/_gaos/resources/environments/__init__.py index 5e59b803e..063ca40d4 100644 --- a/google/genai/_gaos/resources/environments/__init__.py +++ b/google/genai/_gaos/resources/environments/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/environments/createenvironmentrequest/__init__.py b/google/genai/_gaos/resources/environments/createenvironmentrequest/__init__.py index e59659f56..9e7495129 100644 --- a/google/genai/_gaos/resources/environments/createenvironmentrequest/__init__.py +++ b/google/genai/_gaos/resources/environments/createenvironmentrequest/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/environments/environment/__init__.py b/google/genai/_gaos/resources/environments/environment/__init__.py index e59659f56..9e7495129 100644 --- a/google/genai/_gaos/resources/environments/environment/__init__.py +++ b/google/genai/_gaos/resources/environments/environment/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/__init__.py b/google/genai/_gaos/resources/interactions/__init__.py index 5f82bb4b6..fdf1a7938 100644 --- a/google/genai/_gaos/resources/interactions/__init__.py +++ b/google/genai/_gaos/resources/interactions/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/codeexecutioncallstep/__init__.py b/google/genai/_gaos/resources/interactions/codeexecutioncallstep/__init__.py index 03da56c4f..150b6189a 100644 --- a/google/genai/_gaos/resources/interactions/codeexecutioncallstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/codeexecutioncallstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/codemenderagentconfig/__init__.py b/google/genai/_gaos/resources/interactions/codemenderagentconfig/__init__.py index f48c5954e..ea78bc344 100644 --- a/google/genai/_gaos/resources/interactions/codemenderagentconfig/__init__.py +++ b/google/genai/_gaos/resources/interactions/codemenderagentconfig/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/codemenderagentconfig/findrequest/__init__.py b/google/genai/_gaos/resources/interactions/codemenderagentconfig/findrequest/__init__.py index 1b40e3663..b39829598 100644 --- a/google/genai/_gaos/resources/interactions/codemenderagentconfig/findrequest/__init__.py +++ b/google/genai/_gaos/resources/interactions/codemenderagentconfig/findrequest/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/codemenderagentconfig/fixrequest/__init__.py b/google/genai/_gaos/resources/interactions/codemenderagentconfig/fixrequest/__init__.py index 1b40e3663..b39829598 100644 --- a/google/genai/_gaos/resources/interactions/codemenderagentconfig/fixrequest/__init__.py +++ b/google/genai/_gaos/resources/interactions/codemenderagentconfig/fixrequest/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/environment/__init__.py b/google/genai/_gaos/resources/interactions/environment/__init__.py index 56de8d46e..11a0950d0 100644 --- a/google/genai/_gaos/resources/interactions/environment/__init__.py +++ b/google/genai/_gaos/resources/interactions/environment/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/errorevent/__init__.py b/google/genai/_gaos/resources/interactions/errorevent/__init__.py index f260248e1..ae1191bed 100644 --- a/google/genai/_gaos/resources/interactions/errorevent/__init__.py +++ b/google/genai/_gaos/resources/interactions/errorevent/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapscallstep/__init__.py b/google/genai/_gaos/resources/interactions/googlemapscallstep/__init__.py index 94583493b..55b9ae9d3 100644 --- a/google/genai/_gaos/resources/interactions/googlemapscallstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapscallstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapsresult/__init__.py b/google/genai/_gaos/resources/interactions/googlemapsresult/__init__.py index 41bca67e5..6b6bc11e2 100644 --- a/google/genai/_gaos/resources/interactions/googlemapsresult/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapsresult/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapsresult/place/__init__.py b/google/genai/_gaos/resources/interactions/googlemapsresult/place/__init__.py index 8e040e599..7cfe2b4e6 100644 --- a/google/genai/_gaos/resources/interactions/googlemapsresult/place/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapsresult/place/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapsresultstep/__init__.py b/google/genai/_gaos/resources/interactions/googlemapsresultstep/__init__.py index b144b8cfb..e73d1a676 100644 --- a/google/genai/_gaos/resources/interactions/googlemapsresultstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapsresultstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/__init__.py b/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/__init__.py index e949e8259..72b625744 100644 --- a/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/place/__init__.py b/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/place/__init__.py index 3f30752de..3b3de1ec5 100644 --- a/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/place/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlemapsresultstep/result/place/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlesearchcallstep/__init__.py b/google/genai/_gaos/resources/interactions/googlesearchcallstep/__init__.py index e84cc28f0..501a03ceb 100644 --- a/google/genai/_gaos/resources/interactions/googlesearchcallstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlesearchcallstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/googlesearchresultstep/__init__.py b/google/genai/_gaos/resources/interactions/googlesearchresultstep/__init__.py index c9893c70f..bd12ef3ea 100644 --- a/google/genai/_gaos/resources/interactions/googlesearchresultstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/googlesearchresultstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/placecitation/__init__.py b/google/genai/_gaos/resources/interactions/placecitation/__init__.py index 8a52eac14..c47eb0e15 100644 --- a/google/genai/_gaos/resources/interactions/placecitation/__init__.py +++ b/google/genai/_gaos/resources/interactions/placecitation/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/retrievalcalldelta/__init__.py b/google/genai/_gaos/resources/interactions/retrievalcalldelta/__init__.py index 4acb4a917..86fa15d28 100644 --- a/google/genai/_gaos/resources/interactions/retrievalcalldelta/__init__.py +++ b/google/genai/_gaos/resources/interactions/retrievalcalldelta/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/stepdelta/__init__.py b/google/genai/_gaos/resources/interactions/stepdelta/__init__.py index e353ac938..62a2fd3d5 100644 --- a/google/genai/_gaos/resources/interactions/stepdelta/__init__.py +++ b/google/genai/_gaos/resources/interactions/stepdelta/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/tool/__init__.py b/google/genai/_gaos/resources/interactions/tool/__init__.py index 4f63f2c5c..05a1db12e 100644 --- a/google/genai/_gaos/resources/interactions/tool/__init__.py +++ b/google/genai/_gaos/resources/interactions/tool/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/tool/retrieval/__init__.py b/google/genai/_gaos/resources/interactions/tool/retrieval/__init__.py index ae18fd508..70ac79326 100644 --- a/google/genai/_gaos/resources/interactions/tool/retrieval/__init__.py +++ b/google/genai/_gaos/resources/interactions/tool/retrieval/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/transcriptionmode/__init__.py b/google/genai/_gaos/resources/interactions/transcriptionmode/__init__.py index 44fd1616a..5006ffee9 100644 --- a/google/genai/_gaos/resources/interactions/transcriptionmode/__init__.py +++ b/google/genai/_gaos/resources/interactions/transcriptionmode/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/urlcontextcallstep/__init__.py b/google/genai/_gaos/resources/interactions/urlcontextcallstep/__init__.py index 58edddb58..7b28920aa 100644 --- a/google/genai/_gaos/resources/interactions/urlcontextcallstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/urlcontextcallstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/urlcontextresultstep/__init__.py b/google/genai/_gaos/resources/interactions/urlcontextresultstep/__init__.py index 1b6e9711a..1d236227c 100644 --- a/google/genai/_gaos/resources/interactions/urlcontextresultstep/__init__.py +++ b/google/genai/_gaos/resources/interactions/urlcontextresultstep/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/usage/__init__.py b/google/genai/_gaos/resources/interactions/usage/__init__.py index a296949c9..320857478 100644 --- a/google/genai/_gaos/resources/interactions/usage/__init__.py +++ b/google/genai/_gaos/resources/interactions/usage/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/interactions/videocontent/__init__.py b/google/genai/_gaos/resources/interactions/videocontent/__init__.py index c3b4b2e06..2ba540ca7 100644 --- a/google/genai/_gaos/resources/interactions/videocontent/__init__.py +++ b/google/genai/_gaos/resources/interactions/videocontent/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/triggers/__init__.py b/google/genai/_gaos/resources/triggers/__init__.py index a1a8ebfdd..138011975 100644 --- a/google/genai/_gaos/resources/triggers/__init__.py +++ b/google/genai/_gaos/resources/triggers/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/resources/webhooks/__init__.py b/google/genai/_gaos/resources/webhooks/__init__.py index a029efd6d..8609c8c93 100644 --- a/google/genai/_gaos/resources/webhooks/__init__.py +++ b/google/genai/_gaos/resources/webhooks/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/sdk.py b/google/genai/_gaos/sdk.py index 8be0cda3a..2cb5caeaa 100644 --- a/google/genai/_gaos/sdk.py +++ b/google/genai/_gaos/sdk.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/sdkconfiguration.py b/google/genai/_gaos/sdkconfiguration.py index 9a1a2dc8b..f72709e61 100644 --- a/google/genai/_gaos/sdkconfiguration.py +++ b/google/genai/_gaos/sdkconfiguration.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/triggers.py b/google/genai/_gaos/triggers.py index ad9450ae3..4846f97e4 100644 --- a/google/genai/_gaos/triggers.py +++ b/google/genai/_gaos/triggers.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/__init__.py b/google/genai/_gaos/types/__init__.py index 7ef0921ca..903687c90 100644 --- a/google/genai/_gaos/types/__init__.py +++ b/google/genai/_gaos/types/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/agents/__init__.py b/google/genai/_gaos/types/agents/__init__.py index 7abe16292..8d4043517 100644 --- a/google/genai/_gaos/types/agents/__init__.py +++ b/google/genai/_gaos/types/agents/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/agents/agent.py b/google/genai/_gaos/types/agents/agent.py index 68b694d6b..39f4c6fb2 100644 --- a/google/genai/_gaos/types/agents/agent.py +++ b/google/genai/_gaos/types/agents/agent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/agents/agentlistresponse.py b/google/genai/_gaos/types/agents/agentlistresponse.py index 85fc8afe2..77e8b20b6 100644 --- a/google/genai/_gaos/types/agents/agentlistresponse.py +++ b/google/genai/_gaos/types/agents/agentlistresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/agents/agenttool.py b/google/genai/_gaos/types/agents/agenttool.py index ca99662ad..bfc93ddc8 100644 --- a/google/genai/_gaos/types/agents/agenttool.py +++ b/google/genai/_gaos/types/agents/agenttool.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/base64fileinput.py b/google/genai/_gaos/types/base64fileinput.py index 99b0cff33..efd1aa556 100644 --- a/google/genai/_gaos/types/base64fileinput.py +++ b/google/genai/_gaos/types/base64fileinput.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/basemodel.py b/google/genai/_gaos/types/basemodel.py index 5996a49f9..e67d643ba 100644 --- a/google/genai/_gaos/types/basemodel.py +++ b/google/genai/_gaos/types/basemodel.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/__init__.py b/google/genai/_gaos/types/environments/__init__.py index 0ded33030..cd4861819 100644 --- a/google/genai/_gaos/types/environments/__init__.py +++ b/google/genai/_gaos/types/environments/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/createenvironmentrequest.py b/google/genai/_gaos/types/environments/createenvironmentrequest.py index d218e1249..59a53b4ba 100644 --- a/google/genai/_gaos/types/environments/createenvironmentrequest.py +++ b/google/genai/_gaos/types/environments/createenvironmentrequest.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/environment.py b/google/genai/_gaos/types/environments/environment.py index 6969ea525..1ede1fffb 100644 --- a/google/genai/_gaos/types/environments/environment.py +++ b/google/genai/_gaos/types/environments/environment.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/environmentfile.py b/google/genai/_gaos/types/environments/environmentfile.py index 8255b4b8e..f123a06a7 100644 --- a/google/genai/_gaos/types/environments/environmentfile.py +++ b/google/genai/_gaos/types/environments/environmentfile.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/getenvironmentfilesresponse.py b/google/genai/_gaos/types/environments/getenvironmentfilesresponse.py index 99ece0677..162f18571 100644 --- a/google/genai/_gaos/types/environments/getenvironmentfilesresponse.py +++ b/google/genai/_gaos/types/environments/getenvironmentfilesresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/environments/listenvironmentsresponse.py b/google/genai/_gaos/types/environments/listenvironmentsresponse.py index add476c6b..f225a8758 100644 --- a/google/genai/_gaos/types/environments/listenvironmentsresponse.py +++ b/google/genai/_gaos/types/environments/listenvironmentsresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/__init__.py b/google/genai/_gaos/types/interactions/__init__.py index c71739cc5..a11ba365b 100644 --- a/google/genai/_gaos/types/interactions/__init__.py +++ b/google/genai/_gaos/types/interactions/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/agentoption.py b/google/genai/_gaos/types/interactions/agentoption.py index 00618642b..0ecd9e9ad 100644 --- a/google/genai/_gaos/types/interactions/agentoption.py +++ b/google/genai/_gaos/types/interactions/agentoption.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/allowedtools.py b/google/genai/_gaos/types/interactions/allowedtools.py index b20613b04..2ad6c3a36 100644 --- a/google/genai/_gaos/types/interactions/allowedtools.py +++ b/google/genai/_gaos/types/interactions/allowedtools.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/allowlistentry.py b/google/genai/_gaos/types/interactions/allowlistentry.py index e9ad7d8c5..b8e511d5f 100644 --- a/google/genai/_gaos/types/interactions/allowlistentry.py +++ b/google/genai/_gaos/types/interactions/allowlistentry.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/annotation.py b/google/genai/_gaos/types/interactions/annotation.py index eeb5885b4..755876cef 100644 --- a/google/genai/_gaos/types/interactions/annotation.py +++ b/google/genai/_gaos/types/interactions/annotation.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/antigravityagentconfig.py b/google/genai/_gaos/types/interactions/antigravityagentconfig.py index 53612c2c5..b6fcab998 100644 --- a/google/genai/_gaos/types/interactions/antigravityagentconfig.py +++ b/google/genai/_gaos/types/interactions/antigravityagentconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/argumentsdelta.py b/google/genai/_gaos/types/interactions/argumentsdelta.py index d02bb06be..391ccb9d2 100644 --- a/google/genai/_gaos/types/interactions/argumentsdelta.py +++ b/google/genai/_gaos/types/interactions/argumentsdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/audiocontent.py b/google/genai/_gaos/types/interactions/audiocontent.py index b8f4af2fa..6270ce303 100644 --- a/google/genai/_gaos/types/interactions/audiocontent.py +++ b/google/genai/_gaos/types/interactions/audiocontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/audiodelta.py b/google/genai/_gaos/types/interactions/audiodelta.py index dd0b9c363..d6495a542 100644 --- a/google/genai/_gaos/types/interactions/audiodelta.py +++ b/google/genai/_gaos/types/interactions/audiodelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/audioresponseformat.py b/google/genai/_gaos/types/interactions/audioresponseformat.py index f5cab9d23..972b9e3ff 100644 --- a/google/genai/_gaos/types/interactions/audioresponseformat.py +++ b/google/genai/_gaos/types/interactions/audioresponseformat.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecution.py b/google/genai/_gaos/types/interactions/codeexecution.py index e3f77e2af..d0261e37d 100644 --- a/google/genai/_gaos/types/interactions/codeexecution.py +++ b/google/genai/_gaos/types/interactions/codeexecution.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecutioncallarguments.py b/google/genai/_gaos/types/interactions/codeexecutioncallarguments.py index 80d48db4e..792bc639a 100644 --- a/google/genai/_gaos/types/interactions/codeexecutioncallarguments.py +++ b/google/genai/_gaos/types/interactions/codeexecutioncallarguments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecutioncalldelta.py b/google/genai/_gaos/types/interactions/codeexecutioncalldelta.py index 26c4ba917..7febc5b69 100644 --- a/google/genai/_gaos/types/interactions/codeexecutioncalldelta.py +++ b/google/genai/_gaos/types/interactions/codeexecutioncalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecutioncallstep.py b/google/genai/_gaos/types/interactions/codeexecutioncallstep.py index 5deb30279..842b2d1d6 100644 --- a/google/genai/_gaos/types/interactions/codeexecutioncallstep.py +++ b/google/genai/_gaos/types/interactions/codeexecutioncallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecutionresultdelta.py b/google/genai/_gaos/types/interactions/codeexecutionresultdelta.py index 34cfcc912..d014d8367 100644 --- a/google/genai/_gaos/types/interactions/codeexecutionresultdelta.py +++ b/google/genai/_gaos/types/interactions/codeexecutionresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codeexecutionresultstep.py b/google/genai/_gaos/types/interactions/codeexecutionresultstep.py index 4ebceccb0..9299b9d3d 100644 --- a/google/genai/_gaos/types/interactions/codeexecutionresultstep.py +++ b/google/genai/_gaos/types/interactions/codeexecutionresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/codemenderagentconfig.py b/google/genai/_gaos/types/interactions/codemenderagentconfig.py index bf802440e..7c3b59934 100644 --- a/google/genai/_gaos/types/interactions/codemenderagentconfig.py +++ b/google/genai/_gaos/types/interactions/codemenderagentconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/computeruse.py b/google/genai/_gaos/types/interactions/computeruse.py index f7a818b3b..fcee49797 100644 --- a/google/genai/_gaos/types/interactions/computeruse.py +++ b/google/genai/_gaos/types/interactions/computeruse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/content.py b/google/genai/_gaos/types/interactions/content.py index c71517faa..95a44ac1f 100644 --- a/google/genai/_gaos/types/interactions/content.py +++ b/google/genai/_gaos/types/interactions/content.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/createagentinteraction.py b/google/genai/_gaos/types/interactions/createagentinteraction.py index 12bc6c23a..97a9d8661 100644 --- a/google/genai/_gaos/types/interactions/createagentinteraction.py +++ b/google/genai/_gaos/types/interactions/createagentinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/createmodelinteraction.py b/google/genai/_gaos/types/interactions/createmodelinteraction.py index bfae64373..24fb681ae 100644 --- a/google/genai/_gaos/types/interactions/createmodelinteraction.py +++ b/google/genai/_gaos/types/interactions/createmodelinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/deepresearchagentconfig.py b/google/genai/_gaos/types/interactions/deepresearchagentconfig.py index 96419b9fc..d6faa9567 100644 --- a/google/genai/_gaos/types/interactions/deepresearchagentconfig.py +++ b/google/genai/_gaos/types/interactions/deepresearchagentconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/documentcontent.py b/google/genai/_gaos/types/interactions/documentcontent.py index 91b4fbef2..565caf309 100644 --- a/google/genai/_gaos/types/interactions/documentcontent.py +++ b/google/genai/_gaos/types/interactions/documentcontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/documentdelta.py b/google/genai/_gaos/types/interactions/documentdelta.py index 8ab0a02aa..b2b957479 100644 --- a/google/genai/_gaos/types/interactions/documentdelta.py +++ b/google/genai/_gaos/types/interactions/documentdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/dynamicagentconfig.py b/google/genai/_gaos/types/interactions/dynamicagentconfig.py index f712c0f63..dfbe21b35 100644 --- a/google/genai/_gaos/types/interactions/dynamicagentconfig.py +++ b/google/genai/_gaos/types/interactions/dynamicagentconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/empty.py b/google/genai/_gaos/types/interactions/empty.py index 8165e89a4..c40c01112 100644 --- a/google/genai/_gaos/types/interactions/empty.py +++ b/google/genai/_gaos/types/interactions/empty.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/environment.py b/google/genai/_gaos/types/interactions/environment.py index dd47adcd0..41be41c22 100644 --- a/google/genai/_gaos/types/interactions/environment.py +++ b/google/genai/_gaos/types/interactions/environment.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/environmentnetworkegressallowlist.py b/google/genai/_gaos/types/interactions/environmentnetworkegressallowlist.py index c41157a05..dfeef5675 100644 --- a/google/genai/_gaos/types/interactions/environmentnetworkegressallowlist.py +++ b/google/genai/_gaos/types/interactions/environmentnetworkegressallowlist.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/error.py b/google/genai/_gaos/types/interactions/error.py index 83b78b497..0653db1b5 100644 --- a/google/genai/_gaos/types/interactions/error.py +++ b/google/genai/_gaos/types/interactions/error.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/errorevent.py b/google/genai/_gaos/types/interactions/errorevent.py index 48c468fd0..4f90ec26e 100644 --- a/google/genai/_gaos/types/interactions/errorevent.py +++ b/google/genai/_gaos/types/interactions/errorevent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/exaaisearchconfig.py b/google/genai/_gaos/types/interactions/exaaisearchconfig.py index 78acf4489..214638d60 100644 --- a/google/genai/_gaos/types/interactions/exaaisearchconfig.py +++ b/google/genai/_gaos/types/interactions/exaaisearchconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filecitation.py b/google/genai/_gaos/types/interactions/filecitation.py index c63f4369e..14436c5de 100644 --- a/google/genai/_gaos/types/interactions/filecitation.py +++ b/google/genai/_gaos/types/interactions/filecitation.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filecontent.py b/google/genai/_gaos/types/interactions/filecontent.py index f7896bb48..f4f4e72f5 100644 --- a/google/genai/_gaos/types/interactions/filecontent.py +++ b/google/genai/_gaos/types/interactions/filecontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearch.py b/google/genai/_gaos/types/interactions/filesearch.py index 981b0153f..11e80c291 100644 --- a/google/genai/_gaos/types/interactions/filesearch.py +++ b/google/genai/_gaos/types/interactions/filesearch.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearchcalldelta.py b/google/genai/_gaos/types/interactions/filesearchcalldelta.py index 4663be364..259b72cd2 100644 --- a/google/genai/_gaos/types/interactions/filesearchcalldelta.py +++ b/google/genai/_gaos/types/interactions/filesearchcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearchcallstep.py b/google/genai/_gaos/types/interactions/filesearchcallstep.py index fb481b99d..7e23e4499 100644 --- a/google/genai/_gaos/types/interactions/filesearchcallstep.py +++ b/google/genai/_gaos/types/interactions/filesearchcallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearchresult.py b/google/genai/_gaos/types/interactions/filesearchresult.py index 55fb63bcd..65502fdb9 100644 --- a/google/genai/_gaos/types/interactions/filesearchresult.py +++ b/google/genai/_gaos/types/interactions/filesearchresult.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearchresultdelta.py b/google/genai/_gaos/types/interactions/filesearchresultdelta.py index d92336aba..57c98a706 100644 --- a/google/genai/_gaos/types/interactions/filesearchresultdelta.py +++ b/google/genai/_gaos/types/interactions/filesearchresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filesearchresultstep.py b/google/genai/_gaos/types/interactions/filesearchresultstep.py index 389d2f1b4..ca6c38822 100644 --- a/google/genai/_gaos/types/interactions/filesearchresultstep.py +++ b/google/genai/_gaos/types/interactions/filesearchresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/filter_.py b/google/genai/_gaos/types/interactions/filter_.py index 97c27018f..a782b8a9f 100644 --- a/google/genai/_gaos/types/interactions/filter_.py +++ b/google/genai/_gaos/types/interactions/filter_.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/findrequest.py b/google/genai/_gaos/types/interactions/findrequest.py index f98f067dc..ca638397f 100644 --- a/google/genai/_gaos/types/interactions/findrequest.py +++ b/google/genai/_gaos/types/interactions/findrequest.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/fixrequest.py b/google/genai/_gaos/types/interactions/fixrequest.py index 6c1fdb5e3..3c07dfc64 100644 --- a/google/genai/_gaos/types/interactions/fixrequest.py +++ b/google/genai/_gaos/types/interactions/fixrequest.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/function.py b/google/genai/_gaos/types/interactions/function.py index 83822c568..8960f6dad 100644 --- a/google/genai/_gaos/types/interactions/function.py +++ b/google/genai/_gaos/types/interactions/function.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/functioncallstep.py b/google/genai/_gaos/types/interactions/functioncallstep.py index 943051df0..5f15e0d3e 100644 --- a/google/genai/_gaos/types/interactions/functioncallstep.py +++ b/google/genai/_gaos/types/interactions/functioncallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/functionresultdelta.py b/google/genai/_gaos/types/interactions/functionresultdelta.py index 31d4602c6..f5e5541ba 100644 --- a/google/genai/_gaos/types/interactions/functionresultdelta.py +++ b/google/genai/_gaos/types/interactions/functionresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/functionresultstep.py b/google/genai/_gaos/types/interactions/functionresultstep.py index 94fd705a0..146269f33 100644 --- a/google/genai/_gaos/types/interactions/functionresultstep.py +++ b/google/genai/_gaos/types/interactions/functionresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/functionresultsubcontent.py b/google/genai/_gaos/types/interactions/functionresultsubcontent.py index 9f571555b..f910c1f83 100644 --- a/google/genai/_gaos/types/interactions/functionresultsubcontent.py +++ b/google/genai/_gaos/types/interactions/functionresultsubcontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/generationconfig.py b/google/genai/_gaos/types/interactions/generationconfig.py index 3500a67fc..18b48600a 100644 --- a/google/genai/_gaos/types/interactions/generationconfig.py +++ b/google/genai/_gaos/types/interactions/generationconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemaps.py b/google/genai/_gaos/types/interactions/googlemaps.py index 0204c5e32..c209d0fd8 100644 --- a/google/genai/_gaos/types/interactions/googlemaps.py +++ b/google/genai/_gaos/types/interactions/googlemaps.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapscallarguments.py b/google/genai/_gaos/types/interactions/googlemapscallarguments.py index 691c3da8d..38c22b2b6 100644 --- a/google/genai/_gaos/types/interactions/googlemapscallarguments.py +++ b/google/genai/_gaos/types/interactions/googlemapscallarguments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapscalldelta.py b/google/genai/_gaos/types/interactions/googlemapscalldelta.py index 642091d75..bde40fe2b 100644 --- a/google/genai/_gaos/types/interactions/googlemapscalldelta.py +++ b/google/genai/_gaos/types/interactions/googlemapscalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapscallstep.py b/google/genai/_gaos/types/interactions/googlemapscallstep.py index 7d3bba2bf..db79273a9 100644 --- a/google/genai/_gaos/types/interactions/googlemapscallstep.py +++ b/google/genai/_gaos/types/interactions/googlemapscallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapsresult.py b/google/genai/_gaos/types/interactions/googlemapsresult.py index ed6697f7b..8878a6758 100644 --- a/google/genai/_gaos/types/interactions/googlemapsresult.py +++ b/google/genai/_gaos/types/interactions/googlemapsresult.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapsresultdelta.py b/google/genai/_gaos/types/interactions/googlemapsresultdelta.py index 4005d9d10..fa57bb8d5 100644 --- a/google/genai/_gaos/types/interactions/googlemapsresultdelta.py +++ b/google/genai/_gaos/types/interactions/googlemapsresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapsresultplaces.py b/google/genai/_gaos/types/interactions/googlemapsresultplaces.py index 0cf9e220f..4fe113715 100644 --- a/google/genai/_gaos/types/interactions/googlemapsresultplaces.py +++ b/google/genai/_gaos/types/interactions/googlemapsresultplaces.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlemapsresultstep.py b/google/genai/_gaos/types/interactions/googlemapsresultstep.py index 6468efd5c..9473197ed 100644 --- a/google/genai/_gaos/types/interactions/googlemapsresultstep.py +++ b/google/genai/_gaos/types/interactions/googlemapsresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearch.py b/google/genai/_gaos/types/interactions/googlesearch.py index a9c6ebd22..b6779e6f3 100644 --- a/google/genai/_gaos/types/interactions/googlesearch.py +++ b/google/genai/_gaos/types/interactions/googlesearch.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchcallarguments.py b/google/genai/_gaos/types/interactions/googlesearchcallarguments.py index 9d18de7a6..872c0194a 100644 --- a/google/genai/_gaos/types/interactions/googlesearchcallarguments.py +++ b/google/genai/_gaos/types/interactions/googlesearchcallarguments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchcalldelta.py b/google/genai/_gaos/types/interactions/googlesearchcalldelta.py index dcdb2006e..425af3bea 100644 --- a/google/genai/_gaos/types/interactions/googlesearchcalldelta.py +++ b/google/genai/_gaos/types/interactions/googlesearchcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchcallstep.py b/google/genai/_gaos/types/interactions/googlesearchcallstep.py index 7ed278b29..c637e7f1d 100644 --- a/google/genai/_gaos/types/interactions/googlesearchcallstep.py +++ b/google/genai/_gaos/types/interactions/googlesearchcallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchresult.py b/google/genai/_gaos/types/interactions/googlesearchresult.py index a6533dd6c..e11a1c319 100644 --- a/google/genai/_gaos/types/interactions/googlesearchresult.py +++ b/google/genai/_gaos/types/interactions/googlesearchresult.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchresultdelta.py b/google/genai/_gaos/types/interactions/googlesearchresultdelta.py index 8cf66b052..4af90bf2f 100644 --- a/google/genai/_gaos/types/interactions/googlesearchresultdelta.py +++ b/google/genai/_gaos/types/interactions/googlesearchresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/googlesearchresultstep.py b/google/genai/_gaos/types/interactions/googlesearchresultstep.py index 910bc4a11..6e8fd81a0 100644 --- a/google/genai/_gaos/types/interactions/googlesearchresultstep.py +++ b/google/genai/_gaos/types/interactions/googlesearchresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/groundingtoolcount.py b/google/genai/_gaos/types/interactions/groundingtoolcount.py index 83193b2f9..6bcd509f9 100644 --- a/google/genai/_gaos/types/interactions/groundingtoolcount.py +++ b/google/genai/_gaos/types/interactions/groundingtoolcount.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/harmcategory.py b/google/genai/_gaos/types/interactions/harmcategory.py index 412108e5c..24400db4c 100644 --- a/google/genai/_gaos/types/interactions/harmcategory.py +++ b/google/genai/_gaos/types/interactions/harmcategory.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/hybridsearch.py b/google/genai/_gaos/types/interactions/hybridsearch.py index 019bad06d..5c7f35094 100644 --- a/google/genai/_gaos/types/interactions/hybridsearch.py +++ b/google/genai/_gaos/types/interactions/hybridsearch.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/imageconfig.py b/google/genai/_gaos/types/interactions/imageconfig.py index 172448f6f..399cd5ccb 100644 --- a/google/genai/_gaos/types/interactions/imageconfig.py +++ b/google/genai/_gaos/types/interactions/imageconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/imagecontent.py b/google/genai/_gaos/types/interactions/imagecontent.py index d0279c0cc..0e8c0a529 100644 --- a/google/genai/_gaos/types/interactions/imagecontent.py +++ b/google/genai/_gaos/types/interactions/imagecontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/imagedelta.py b/google/genai/_gaos/types/interactions/imagedelta.py index 51110cc27..e6410ea83 100644 --- a/google/genai/_gaos/types/interactions/imagedelta.py +++ b/google/genai/_gaos/types/interactions/imagedelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/imageresponseformat.py b/google/genai/_gaos/types/interactions/imageresponseformat.py index fecca31e0..3104b457e 100644 --- a/google/genai/_gaos/types/interactions/imageresponseformat.py +++ b/google/genai/_gaos/types/interactions/imageresponseformat.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interaction.py b/google/genai/_gaos/types/interactions/interaction.py index 281c75453..a43a11e71 100644 --- a/google/genai/_gaos/types/interactions/interaction.py +++ b/google/genai/_gaos/types/interactions/interaction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactioncompletedevent.py b/google/genai/_gaos/types/interactions/interactioncompletedevent.py index d81bc2795..e10eb4f8f 100644 --- a/google/genai/_gaos/types/interactions/interactioncompletedevent.py +++ b/google/genai/_gaos/types/interactions/interactioncompletedevent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactioncreatedevent.py b/google/genai/_gaos/types/interactions/interactioncreatedevent.py index 22f3618d0..85d436331 100644 --- a/google/genai/_gaos/types/interactions/interactioncreatedevent.py +++ b/google/genai/_gaos/types/interactions/interactioncreatedevent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactionsinput.py b/google/genai/_gaos/types/interactions/interactionsinput.py index 675701215..880afbd7c 100644 --- a/google/genai/_gaos/types/interactions/interactionsinput.py +++ b/google/genai/_gaos/types/interactions/interactionsinput.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactionsseevent.py b/google/genai/_gaos/types/interactions/interactionsseevent.py index 4cecaadb2..b349eccf8 100644 --- a/google/genai/_gaos/types/interactions/interactionsseevent.py +++ b/google/genai/_gaos/types/interactions/interactionsseevent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactionsseeventinteraction.py b/google/genai/_gaos/types/interactions/interactionsseeventinteraction.py index bd0f27694..a380cf850 100644 --- a/google/genai/_gaos/types/interactions/interactionsseeventinteraction.py +++ b/google/genai/_gaos/types/interactions/interactionsseeventinteraction.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactionssestreamevent.py b/google/genai/_gaos/types/interactions/interactionssestreamevent.py index 10d4b7557..04bed7f55 100644 --- a/google/genai/_gaos/types/interactions/interactionssestreamevent.py +++ b/google/genai/_gaos/types/interactions/interactionssestreamevent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/interactionstatusupdate.py b/google/genai/_gaos/types/interactions/interactionstatusupdate.py index 2735dbc78..27eaaa0e2 100644 --- a/google/genai/_gaos/types/interactions/interactionstatusupdate.py +++ b/google/genai/_gaos/types/interactions/interactionstatusupdate.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mcpserver.py b/google/genai/_gaos/types/interactions/mcpserver.py index 446ca783d..6b2407a9a 100644 --- a/google/genai/_gaos/types/interactions/mcpserver.py +++ b/google/genai/_gaos/types/interactions/mcpserver.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mcpservertoolcalldelta.py b/google/genai/_gaos/types/interactions/mcpservertoolcalldelta.py index 33c3c3ddf..30d29b03d 100644 --- a/google/genai/_gaos/types/interactions/mcpservertoolcalldelta.py +++ b/google/genai/_gaos/types/interactions/mcpservertoolcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mcpservertoolcallstep.py b/google/genai/_gaos/types/interactions/mcpservertoolcallstep.py index 20b064f00..20c120ffd 100644 --- a/google/genai/_gaos/types/interactions/mcpservertoolcallstep.py +++ b/google/genai/_gaos/types/interactions/mcpservertoolcallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mcpservertoolresultdelta.py b/google/genai/_gaos/types/interactions/mcpservertoolresultdelta.py index c0104e685..c9d6cd079 100644 --- a/google/genai/_gaos/types/interactions/mcpservertoolresultdelta.py +++ b/google/genai/_gaos/types/interactions/mcpservertoolresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mcpservertoolresultstep.py b/google/genai/_gaos/types/interactions/mcpservertoolresultstep.py index 0a2c6b74a..6f7dfb7fe 100644 --- a/google/genai/_gaos/types/interactions/mcpservertoolresultstep.py +++ b/google/genai/_gaos/types/interactions/mcpservertoolresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mediaprocessing.py b/google/genai/_gaos/types/interactions/mediaprocessing.py index cafb7bdc0..db60c9d43 100644 --- a/google/genai/_gaos/types/interactions/mediaprocessing.py +++ b/google/genai/_gaos/types/interactions/mediaprocessing.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/mediaresolution.py b/google/genai/_gaos/types/interactions/mediaresolution.py index 24a236d78..b2d16add6 100644 --- a/google/genai/_gaos/types/interactions/mediaresolution.py +++ b/google/genai/_gaos/types/interactions/mediaresolution.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/modalitytokens.py b/google/genai/_gaos/types/interactions/modalitytokens.py index 6552fd063..62dd748dc 100644 --- a/google/genai/_gaos/types/interactions/modalitytokens.py +++ b/google/genai/_gaos/types/interactions/modalitytokens.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/model.py b/google/genai/_gaos/types/interactions/model.py index 32a120e54..687255f70 100644 --- a/google/genai/_gaos/types/interactions/model.py +++ b/google/genai/_gaos/types/interactions/model.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/modeloutputstep.py b/google/genai/_gaos/types/interactions/modeloutputstep.py index 7ad6bd7d7..1e6a77e15 100644 --- a/google/genai/_gaos/types/interactions/modeloutputstep.py +++ b/google/genai/_gaos/types/interactions/modeloutputstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/parallelaisearchconfig.py b/google/genai/_gaos/types/interactions/parallelaisearchconfig.py index 7d87ac64e..6ddf716be 100644 --- a/google/genai/_gaos/types/interactions/parallelaisearchconfig.py +++ b/google/genai/_gaos/types/interactions/parallelaisearchconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/placecitation.py b/google/genai/_gaos/types/interactions/placecitation.py index b1e0ee72d..f5293ec71 100644 --- a/google/genai/_gaos/types/interactions/placecitation.py +++ b/google/genai/_gaos/types/interactions/placecitation.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/processingcalldelta.py b/google/genai/_gaos/types/interactions/processingcalldelta.py index 0da7a3dbd..8c82116ff 100644 --- a/google/genai/_gaos/types/interactions/processingcalldelta.py +++ b/google/genai/_gaos/types/interactions/processingcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/processingcallstep.py b/google/genai/_gaos/types/interactions/processingcallstep.py index a6894c0b7..ca915048b 100644 --- a/google/genai/_gaos/types/interactions/processingcallstep.py +++ b/google/genai/_gaos/types/interactions/processingcallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/processingresultdelta.py b/google/genai/_gaos/types/interactions/processingresultdelta.py index 6f52eda6d..e65c6869e 100644 --- a/google/genai/_gaos/types/interactions/processingresultdelta.py +++ b/google/genai/_gaos/types/interactions/processingresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/processingresultstep.py b/google/genai/_gaos/types/interactions/processingresultstep.py index dc8b9c97c..f88c5948a 100644 --- a/google/genai/_gaos/types/interactions/processingresultstep.py +++ b/google/genai/_gaos/types/interactions/processingresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/ragresource.py b/google/genai/_gaos/types/interactions/ragresource.py index 706398b26..f793e548e 100644 --- a/google/genai/_gaos/types/interactions/ragresource.py +++ b/google/genai/_gaos/types/interactions/ragresource.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/ragretrievalconfig.py b/google/genai/_gaos/types/interactions/ragretrievalconfig.py index f83a21b27..c1062b33f 100644 --- a/google/genai/_gaos/types/interactions/ragretrievalconfig.py +++ b/google/genai/_gaos/types/interactions/ragretrievalconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/ragstoreconfig.py b/google/genai/_gaos/types/interactions/ragstoreconfig.py index 675800f7d..201a2e805 100644 --- a/google/genai/_gaos/types/interactions/ragstoreconfig.py +++ b/google/genai/_gaos/types/interactions/ragstoreconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/ranking.py b/google/genai/_gaos/types/interactions/ranking.py index 1caeaa677..b67dd038d 100644 --- a/google/genai/_gaos/types/interactions/ranking.py +++ b/google/genai/_gaos/types/interactions/ranking.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/responseformat.py b/google/genai/_gaos/types/interactions/responseformat.py index 4920b2a9b..f020d2788 100644 --- a/google/genai/_gaos/types/interactions/responseformat.py +++ b/google/genai/_gaos/types/interactions/responseformat.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/responsemodality.py b/google/genai/_gaos/types/interactions/responsemodality.py index ac8245dbf..77f16614b 100644 --- a/google/genai/_gaos/types/interactions/responsemodality.py +++ b/google/genai/_gaos/types/interactions/responsemodality.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/retrieval.py b/google/genai/_gaos/types/interactions/retrieval.py index b002540e7..bdc39bf86 100644 --- a/google/genai/_gaos/types/interactions/retrieval.py +++ b/google/genai/_gaos/types/interactions/retrieval.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/retrievalcallarguments.py b/google/genai/_gaos/types/interactions/retrievalcallarguments.py index 9746017e0..865bb05cc 100644 --- a/google/genai/_gaos/types/interactions/retrievalcallarguments.py +++ b/google/genai/_gaos/types/interactions/retrievalcallarguments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/retrievalcalldelta.py b/google/genai/_gaos/types/interactions/retrievalcalldelta.py index 2f02b2b27..2c49e7b64 100644 --- a/google/genai/_gaos/types/interactions/retrievalcalldelta.py +++ b/google/genai/_gaos/types/interactions/retrievalcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/retrievalresultdelta.py b/google/genai/_gaos/types/interactions/retrievalresultdelta.py index 02f5ede00..b770b9292 100644 --- a/google/genai/_gaos/types/interactions/retrievalresultdelta.py +++ b/google/genai/_gaos/types/interactions/retrievalresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/reviewsnippet.py b/google/genai/_gaos/types/interactions/reviewsnippet.py index 4e98ae1d3..566556a90 100644 --- a/google/genai/_gaos/types/interactions/reviewsnippet.py +++ b/google/genai/_gaos/types/interactions/reviewsnippet.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/safetysetting.py b/google/genai/_gaos/types/interactions/safetysetting.py index 4341bfaf5..144a3f2a9 100644 --- a/google/genai/_gaos/types/interactions/safetysetting.py +++ b/google/genai/_gaos/types/interactions/safetysetting.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/servicetier.py b/google/genai/_gaos/types/interactions/servicetier.py index 426635343..8824ba9be 100644 --- a/google/genai/_gaos/types/interactions/servicetier.py +++ b/google/genai/_gaos/types/interactions/servicetier.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/sessionconfig.py b/google/genai/_gaos/types/interactions/sessionconfig.py index 8452280af..0c651366c 100644 --- a/google/genai/_gaos/types/interactions/sessionconfig.py +++ b/google/genai/_gaos/types/interactions/sessionconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/smarttranscriptionmode.py b/google/genai/_gaos/types/interactions/smarttranscriptionmode.py index 27f270548..6dac77ae8 100644 --- a/google/genai/_gaos/types/interactions/smarttranscriptionmode.py +++ b/google/genai/_gaos/types/interactions/smarttranscriptionmode.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/source.py b/google/genai/_gaos/types/interactions/source.py index 8d05150f2..844f15bf4 100644 --- a/google/genai/_gaos/types/interactions/source.py +++ b/google/genai/_gaos/types/interactions/source.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/speakerconfig.py b/google/genai/_gaos/types/interactions/speakerconfig.py index a1202da73..97ab8be66 100644 --- a/google/genai/_gaos/types/interactions/speakerconfig.py +++ b/google/genai/_gaos/types/interactions/speakerconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/speechconfig.py b/google/genai/_gaos/types/interactions/speechconfig.py index 751fd77ea..fd31a1505 100644 --- a/google/genai/_gaos/types/interactions/speechconfig.py +++ b/google/genai/_gaos/types/interactions/speechconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/staticmediaprocessing.py b/google/genai/_gaos/types/interactions/staticmediaprocessing.py index 89b3a6c2a..249abb205 100644 --- a/google/genai/_gaos/types/interactions/staticmediaprocessing.py +++ b/google/genai/_gaos/types/interactions/staticmediaprocessing.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/status.py b/google/genai/_gaos/types/interactions/status.py index 298c5a8de..d3bbeaad0 100644 --- a/google/genai/_gaos/types/interactions/status.py +++ b/google/genai/_gaos/types/interactions/status.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/step.py b/google/genai/_gaos/types/interactions/step.py index 2a0a12a50..1a9d58d7c 100644 --- a/google/genai/_gaos/types/interactions/step.py +++ b/google/genai/_gaos/types/interactions/step.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/stepdelta.py b/google/genai/_gaos/types/interactions/stepdelta.py index 6f02ec654..3f3be5e4e 100644 --- a/google/genai/_gaos/types/interactions/stepdelta.py +++ b/google/genai/_gaos/types/interactions/stepdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/stepdeltadata.py b/google/genai/_gaos/types/interactions/stepdeltadata.py index e9c1284e6..e8d126d7b 100644 --- a/google/genai/_gaos/types/interactions/stepdeltadata.py +++ b/google/genai/_gaos/types/interactions/stepdeltadata.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/stepdeltametadata.py b/google/genai/_gaos/types/interactions/stepdeltametadata.py index 28977587a..82ca733cc 100644 --- a/google/genai/_gaos/types/interactions/stepdeltametadata.py +++ b/google/genai/_gaos/types/interactions/stepdeltametadata.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/stepstart.py b/google/genai/_gaos/types/interactions/stepstart.py index fa45fb061..fd36cc46d 100644 --- a/google/genai/_gaos/types/interactions/stepstart.py +++ b/google/genai/_gaos/types/interactions/stepstart.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/stepstop.py b/google/genai/_gaos/types/interactions/stepstop.py index 9e921c8a7..42d610f3f 100644 --- a/google/genai/_gaos/types/interactions/stepstop.py +++ b/google/genai/_gaos/types/interactions/stepstop.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/textannotationdelta.py b/google/genai/_gaos/types/interactions/textannotationdelta.py index d4b556b86..28bb66f3e 100644 --- a/google/genai/_gaos/types/interactions/textannotationdelta.py +++ b/google/genai/_gaos/types/interactions/textannotationdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/textcontent.py b/google/genai/_gaos/types/interactions/textcontent.py index 8a62ab0c0..0a05e4753 100644 --- a/google/genai/_gaos/types/interactions/textcontent.py +++ b/google/genai/_gaos/types/interactions/textcontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/textdelta.py b/google/genai/_gaos/types/interactions/textdelta.py index 9e2d0b0fa..c0ec2cd55 100644 --- a/google/genai/_gaos/types/interactions/textdelta.py +++ b/google/genai/_gaos/types/interactions/textdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/textresponseformat.py b/google/genai/_gaos/types/interactions/textresponseformat.py index b44247dfe..eecccb9f4 100644 --- a/google/genai/_gaos/types/interactions/textresponseformat.py +++ b/google/genai/_gaos/types/interactions/textresponseformat.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thinkinglevel.py b/google/genai/_gaos/types/interactions/thinkinglevel.py index 52c98f9dd..816a095bf 100644 --- a/google/genai/_gaos/types/interactions/thinkinglevel.py +++ b/google/genai/_gaos/types/interactions/thinkinglevel.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thinkingsummaries.py b/google/genai/_gaos/types/interactions/thinkingsummaries.py index ac1b85fab..9e3877e49 100644 --- a/google/genai/_gaos/types/interactions/thinkingsummaries.py +++ b/google/genai/_gaos/types/interactions/thinkingsummaries.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thoughtsignaturedelta.py b/google/genai/_gaos/types/interactions/thoughtsignaturedelta.py index 139d57c19..58733ab87 100644 --- a/google/genai/_gaos/types/interactions/thoughtsignaturedelta.py +++ b/google/genai/_gaos/types/interactions/thoughtsignaturedelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thoughtstep.py b/google/genai/_gaos/types/interactions/thoughtstep.py index 741141a5d..2cf2641bc 100644 --- a/google/genai/_gaos/types/interactions/thoughtstep.py +++ b/google/genai/_gaos/types/interactions/thoughtstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thoughtsummarycontent.py b/google/genai/_gaos/types/interactions/thoughtsummarycontent.py index 905eae237..7644bd2f6 100644 --- a/google/genai/_gaos/types/interactions/thoughtsummarycontent.py +++ b/google/genai/_gaos/types/interactions/thoughtsummarycontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/thoughtsummarydelta.py b/google/genai/_gaos/types/interactions/thoughtsummarydelta.py index 673d0cf74..da12c28e5 100644 --- a/google/genai/_gaos/types/interactions/thoughtsummarydelta.py +++ b/google/genai/_gaos/types/interactions/thoughtsummarydelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/tool.py b/google/genai/_gaos/types/interactions/tool.py index c0f6e981b..8fcea4c2a 100644 --- a/google/genai/_gaos/types/interactions/tool.py +++ b/google/genai/_gaos/types/interactions/tool.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/toolchoiceconfig.py b/google/genai/_gaos/types/interactions/toolchoiceconfig.py index 178b177f8..33795c9cd 100644 --- a/google/genai/_gaos/types/interactions/toolchoiceconfig.py +++ b/google/genai/_gaos/types/interactions/toolchoiceconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/toolchoicetype.py b/google/genai/_gaos/types/interactions/toolchoicetype.py index 885b3d615..9f3a2d7f8 100644 --- a/google/genai/_gaos/types/interactions/toolchoicetype.py +++ b/google/genai/_gaos/types/interactions/toolchoicetype.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/transcriptionconfig.py b/google/genai/_gaos/types/interactions/transcriptionconfig.py index 7fe27d8aa..997d9db29 100644 --- a/google/genai/_gaos/types/interactions/transcriptionconfig.py +++ b/google/genai/_gaos/types/interactions/transcriptionconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/transcriptionmode.py b/google/genai/_gaos/types/interactions/transcriptionmode.py index c9f71bb4e..75ef29cec 100644 --- a/google/genai/_gaos/types/interactions/transcriptionmode.py +++ b/google/genai/_gaos/types/interactions/transcriptionmode.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcitation.py b/google/genai/_gaos/types/interactions/urlcitation.py index 32bff017f..76f5e5f1a 100644 --- a/google/genai/_gaos/types/interactions/urlcitation.py +++ b/google/genai/_gaos/types/interactions/urlcitation.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontext.py b/google/genai/_gaos/types/interactions/urlcontext.py index 1957d4d58..ae209d258 100644 --- a/google/genai/_gaos/types/interactions/urlcontext.py +++ b/google/genai/_gaos/types/interactions/urlcontext.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextcallarguments.py b/google/genai/_gaos/types/interactions/urlcontextcallarguments.py index 6fce0335a..396318908 100644 --- a/google/genai/_gaos/types/interactions/urlcontextcallarguments.py +++ b/google/genai/_gaos/types/interactions/urlcontextcallarguments.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextcalldelta.py b/google/genai/_gaos/types/interactions/urlcontextcalldelta.py index 2fdb6eb2a..7f2bbc9c3 100644 --- a/google/genai/_gaos/types/interactions/urlcontextcalldelta.py +++ b/google/genai/_gaos/types/interactions/urlcontextcalldelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextcallstep.py b/google/genai/_gaos/types/interactions/urlcontextcallstep.py index f8a3adbcd..20fd11aa0 100644 --- a/google/genai/_gaos/types/interactions/urlcontextcallstep.py +++ b/google/genai/_gaos/types/interactions/urlcontextcallstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextresult.py b/google/genai/_gaos/types/interactions/urlcontextresult.py index 919a4d290..fa18042e4 100644 --- a/google/genai/_gaos/types/interactions/urlcontextresult.py +++ b/google/genai/_gaos/types/interactions/urlcontextresult.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextresultdelta.py b/google/genai/_gaos/types/interactions/urlcontextresultdelta.py index ac83e2cd4..a29e47c37 100644 --- a/google/genai/_gaos/types/interactions/urlcontextresultdelta.py +++ b/google/genai/_gaos/types/interactions/urlcontextresultdelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/urlcontextresultstep.py b/google/genai/_gaos/types/interactions/urlcontextresultstep.py index 08d952ec0..9e0e060cc 100644 --- a/google/genai/_gaos/types/interactions/urlcontextresultstep.py +++ b/google/genai/_gaos/types/interactions/urlcontextresultstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/usage.py b/google/genai/_gaos/types/interactions/usage.py index 7d2ef3b4b..1b1357169 100644 --- a/google/genai/_gaos/types/interactions/usage.py +++ b/google/genai/_gaos/types/interactions/usage.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/userinputstep.py b/google/genai/_gaos/types/interactions/userinputstep.py index e207227d0..4d7ec07a2 100644 --- a/google/genai/_gaos/types/interactions/userinputstep.py +++ b/google/genai/_gaos/types/interactions/userinputstep.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/verbatimtranscriptionmode.py b/google/genai/_gaos/types/interactions/verbatimtranscriptionmode.py index 92b9982c1..aa0c070ba 100644 --- a/google/genai/_gaos/types/interactions/verbatimtranscriptionmode.py +++ b/google/genai/_gaos/types/interactions/verbatimtranscriptionmode.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/vertexaisearchconfig.py b/google/genai/_gaos/types/interactions/vertexaisearchconfig.py index fe8f909ac..ef57896db 100644 --- a/google/genai/_gaos/types/interactions/vertexaisearchconfig.py +++ b/google/genai/_gaos/types/interactions/vertexaisearchconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/videoconfig.py b/google/genai/_gaos/types/interactions/videoconfig.py index e20ceedeb..28c417b49 100644 --- a/google/genai/_gaos/types/interactions/videoconfig.py +++ b/google/genai/_gaos/types/interactions/videoconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/videocontent.py b/google/genai/_gaos/types/interactions/videocontent.py index 9d5267f4a..44182c1c8 100644 --- a/google/genai/_gaos/types/interactions/videocontent.py +++ b/google/genai/_gaos/types/interactions/videocontent.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/videodelta.py b/google/genai/_gaos/types/interactions/videodelta.py index 19d727c94..2be562704 100644 --- a/google/genai/_gaos/types/interactions/videodelta.py +++ b/google/genai/_gaos/types/interactions/videodelta.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/videoresponseformat.py b/google/genai/_gaos/types/interactions/videoresponseformat.py index ecddee400..9b579424d 100644 --- a/google/genai/_gaos/types/interactions/videoresponseformat.py +++ b/google/genai/_gaos/types/interactions/videoresponseformat.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/webhookconfig.py b/google/genai/_gaos/types/interactions/webhookconfig.py index 27a554e1d..61051f0e0 100644 --- a/google/genai/_gaos/types/interactions/webhookconfig.py +++ b/google/genai/_gaos/types/interactions/webhookconfig.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/interactions/wordinfo.py b/google/genai/_gaos/types/interactions/wordinfo.py index d2431219e..55d100854 100644 --- a/google/genai/_gaos/types/interactions/wordinfo.py +++ b/google/genai/_gaos/types/interactions/wordinfo.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/security.py b/google/genai/_gaos/types/security.py index dc1aef8e1..a3bff49b4 100644 --- a/google/genai/_gaos/types/security.py +++ b/google/genai/_gaos/types/security.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/__init__.py b/google/genai/_gaos/types/triggers/__init__.py index da8fa98a7..777d184bc 100644 --- a/google/genai/_gaos/types/triggers/__init__.py +++ b/google/genai/_gaos/types/triggers/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/listtriggerexecutionsresponse.py b/google/genai/_gaos/types/triggers/listtriggerexecutionsresponse.py index 591d13ec9..cdfbbd3f6 100644 --- a/google/genai/_gaos/types/triggers/listtriggerexecutionsresponse.py +++ b/google/genai/_gaos/types/triggers/listtriggerexecutionsresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/listtriggersresponse.py b/google/genai/_gaos/types/triggers/listtriggersresponse.py index 6db43fdbc..0d75f7003 100644 --- a/google/genai/_gaos/types/triggers/listtriggersresponse.py +++ b/google/genai/_gaos/types/triggers/listtriggersresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/trigger.py b/google/genai/_gaos/types/triggers/trigger.py index 5c0b71cce..9df9681c4 100644 --- a/google/genai/_gaos/types/triggers/trigger.py +++ b/google/genai/_gaos/types/triggers/trigger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/triggercreateparams.py b/google/genai/_gaos/types/triggers/triggercreateparams.py index 0d1aa5c70..8ec47bf2b 100644 --- a/google/genai/_gaos/types/triggers/triggercreateparams.py +++ b/google/genai/_gaos/types/triggers/triggercreateparams.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/triggerexecution.py b/google/genai/_gaos/types/triggers/triggerexecution.py index e1d6b2bb3..9176d0d1f 100644 --- a/google/genai/_gaos/types/triggers/triggerexecution.py +++ b/google/genai/_gaos/types/triggers/triggerexecution.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/triggers/triggerupdate.py b/google/genai/_gaos/types/triggers/triggerupdate.py index a1742adc3..4892d9e56 100644 --- a/google/genai/_gaos/types/triggers/triggerupdate.py +++ b/google/genai/_gaos/types/triggers/triggerupdate.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/__init__.py b/google/genai/_gaos/types/webhooks/__init__.py index f9340f8ff..c178ad044 100644 --- a/google/genai/_gaos/types/webhooks/__init__.py +++ b/google/genai/_gaos/types/webhooks/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/pingwebhookrequest.py b/google/genai/_gaos/types/webhooks/pingwebhookrequest.py index a13e8e0ba..28d00420f 100644 --- a/google/genai/_gaos/types/webhooks/pingwebhookrequest.py +++ b/google/genai/_gaos/types/webhooks/pingwebhookrequest.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/rotatesigningsecretrequest.py b/google/genai/_gaos/types/webhooks/rotatesigningsecretrequest.py index e5002c42a..0d33bb2c3 100644 --- a/google/genai/_gaos/types/webhooks/rotatesigningsecretrequest.py +++ b/google/genai/_gaos/types/webhooks/rotatesigningsecretrequest.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/signingsecret.py b/google/genai/_gaos/types/webhooks/signingsecret.py index 1d8472e68..fe72e9745 100644 --- a/google/genai/_gaos/types/webhooks/signingsecret.py +++ b/google/genai/_gaos/types/webhooks/signingsecret.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/webhook.py b/google/genai/_gaos/types/webhooks/webhook.py index acff9199c..14434ac48 100644 --- a/google/genai/_gaos/types/webhooks/webhook.py +++ b/google/genai/_gaos/types/webhooks/webhook.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/webhooklistresponse.py b/google/genai/_gaos/types/webhooks/webhooklistresponse.py index 06083a5ad..a9ed41d3e 100644 --- a/google/genai/_gaos/types/webhooks/webhooklistresponse.py +++ b/google/genai/_gaos/types/webhooks/webhooklistresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/webhookpingresponse.py b/google/genai/_gaos/types/webhooks/webhookpingresponse.py index a6fec1373..cb7215b2d 100644 --- a/google/genai/_gaos/types/webhooks/webhookpingresponse.py +++ b/google/genai/_gaos/types/webhooks/webhookpingresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/webhookrotatesigningsecretresponse.py b/google/genai/_gaos/types/webhooks/webhookrotatesigningsecretresponse.py index 514e6b45c..b1ed073a3 100644 --- a/google/genai/_gaos/types/webhooks/webhookrotatesigningsecretresponse.py +++ b/google/genai/_gaos/types/webhooks/webhookrotatesigningsecretresponse.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/types/webhooks/webhookupdate.py b/google/genai/_gaos/types/webhooks/webhookupdate.py index 63cebd2d2..078d0b988 100644 --- a/google/genai/_gaos/types/webhooks/webhookupdate.py +++ b/google/genai/_gaos/types/webhooks/webhookupdate.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/__init__.py b/google/genai/_gaos/utils/__init__.py index a95df13cf..588cd98f5 100644 --- a/google/genai/_gaos/utils/__init__.py +++ b/google/genai/_gaos/utils/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/annotations.py b/google/genai/_gaos/utils/annotations.py index e3bae23a3..a1f08f000 100644 --- a/google/genai/_gaos/utils/annotations.py +++ b/google/genai/_gaos/utils/annotations.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/datetimes.py b/google/genai/_gaos/utils/datetimes.py index 26090dcd8..a1e6f3a33 100644 --- a/google/genai/_gaos/utils/datetimes.py +++ b/google/genai/_gaos/utils/datetimes.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/dynamic_imports.py b/google/genai/_gaos/utils/dynamic_imports.py index cf3fded2d..db1244f41 100644 --- a/google/genai/_gaos/utils/dynamic_imports.py +++ b/google/genai/_gaos/utils/dynamic_imports.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/enums.py b/google/genai/_gaos/utils/enums.py index 558b8cd4f..33611673b 100644 --- a/google/genai/_gaos/utils/enums.py +++ b/google/genai/_gaos/utils/enums.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/eventstreaming.py b/google/genai/_gaos/utils/eventstreaming.py index 4df7997be..423689b29 100644 --- a/google/genai/_gaos/utils/eventstreaming.py +++ b/google/genai/_gaos/utils/eventstreaming.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/forms.py b/google/genai/_gaos/utils/forms.py index 7533b17bc..dd7eed806 100644 --- a/google/genai/_gaos/utils/forms.py +++ b/google/genai/_gaos/utils/forms.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/headers.py b/google/genai/_gaos/utils/headers.py index 502feb331..b95606938 100644 --- a/google/genai/_gaos/utils/headers.py +++ b/google/genai/_gaos/utils/headers.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/logger.py b/google/genai/_gaos/utils/logger.py index 3825a3720..1085e0b04 100644 --- a/google/genai/_gaos/utils/logger.py +++ b/google/genai/_gaos/utils/logger.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/metadata.py b/google/genai/_gaos/utils/metadata.py index ae5f7ab74..1270aa678 100644 --- a/google/genai/_gaos/utils/metadata.py +++ b/google/genai/_gaos/utils/metadata.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/queryparams.py b/google/genai/_gaos/utils/queryparams.py index e5befb27c..91ec23120 100644 --- a/google/genai/_gaos/utils/queryparams.py +++ b/google/genai/_gaos/utils/queryparams.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/requestbodies.py b/google/genai/_gaos/utils/requestbodies.py index f62445e35..7b8eb869a 100644 --- a/google/genai/_gaos/utils/requestbodies.py +++ b/google/genai/_gaos/utils/requestbodies.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/response_helpers.py b/google/genai/_gaos/utils/response_helpers.py index 4f1298b99..97f690922 100644 --- a/google/genai/_gaos/utils/response_helpers.py +++ b/google/genai/_gaos/utils/response_helpers.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/retries.py b/google/genai/_gaos/utils/retries.py index 68ab8bca4..caf42dd58 100644 --- a/google/genai/_gaos/utils/retries.py +++ b/google/genai/_gaos/utils/retries.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/security.py b/google/genai/_gaos/utils/security.py index b4a1b1a6d..90b953551 100644 --- a/google/genai/_gaos/utils/security.py +++ b/google/genai/_gaos/utils/security.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/serializers.py b/google/genai/_gaos/utils/serializers.py index f383099c1..cbfec2493 100644 --- a/google/genai/_gaos/utils/serializers.py +++ b/google/genai/_gaos/utils/serializers.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/unions.py b/google/genai/_gaos/utils/unions.py index 6bd9344d2..ca2fc46de 100644 --- a/google/genai/_gaos/utils/unions.py +++ b/google/genai/_gaos/utils/unions.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/unmarshal_json_response.py b/google/genai/_gaos/utils/unmarshal_json_response.py index ab5d0dc24..4ba1a154b 100644 --- a/google/genai/_gaos/utils/unmarshal_json_response.py +++ b/google/genai/_gaos/utils/unmarshal_json_response.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/url.py b/google/genai/_gaos/utils/url.py index 2daf6574c..193609693 100644 --- a/google/genai/_gaos/utils/url.py +++ b/google/genai/_gaos/utils/url.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/utils/values.py b/google/genai/_gaos/utils/values.py index c100b3933..066e1a332 100644 --- a/google/genai/_gaos/utils/values.py +++ b/google/genai/_gaos/utils/values.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" diff --git a/google/genai/_gaos/webhooks.py b/google/genai/_gaos/webhooks.py index 562377f60..04b4c57f0 100644 --- a/google/genai/_gaos/webhooks.py +++ b/google/genai/_gaos/webhooks.py @@ -13,6 +13,7 @@ # limitations under the License. # # pyformat: disable +# pylint: skip-file """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""