Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59fe7cf

Browse filesBrowse files
authored
feat: update API sources and regenerate (#17413)
Update the googleapis source commit to d8daa97972d091191898915589335cef66fcdc8a and regenerate Python client libraries.
1 parent ca02afc commit 59fe7cf
Copy full SHA for 59fe7cf

145 files changed

+80,238-19,893Lines changed: 80238 additions & 19893 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎librarian.yaml‎

Copy file name to clipboardExpand all lines: librarian.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ version: v0.19.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:
19-
commit: ff15be54722218705740b9fc6223d264c4cdb6dd
20-
sha256: 13dc3b1a01767be8d486980d3ddcb7fe6f6b89c3da8d41c358d5c2536c86de3c
19+
commit: d8daa97972d091191898915589335cef66fcdc8a
20+
sha256: 7dbdf2b1b667fe57128d41c77e530a2541767772cfe3487713f29b7b25d9f5ad
2121
default:
2222
output: packages
2323
tag_format: '{name}-v{version}'
@@ -1151,6 +1151,7 @@ libraries:
11511151
- docs/firestore_v1/transaction.rst
11521152
- docs/firestore_v1/transforms.rst
11531153
- docs/firestore_v1/types.rst
1154+
skip_generate: true
11541155
skip_release: true
11551156
python:
11561157
library_type: GAPIC_COMBO
Collapse file

‎packages/google-cloud-alloydb/google/cloud/alloydb_v1/services/alloy_db_admin/async_client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-alloydb/google/cloud/alloydb_v1/services/alloy_db_admin/async_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ async def sample_upgrade_cluster():
12571257
# Initialize request argument(s)
12581258
request = alloydb_v1.UpgradeClusterRequest(
12591259
name="name_value",
1260-
version="POSTGRES_17",
1260+
version="POSTGRES_18",
12611261
)
12621262
12631263
# Make the request
Collapse file

‎packages/google-cloud-alloydb/google/cloud/alloydb_v1/services/alloy_db_admin/client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-alloydb/google/cloud/alloydb_v1/services/alloy_db_admin/client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ def sample_upgrade_cluster():
18751875
# Initialize request argument(s)
18761876
request = alloydb_v1.UpgradeClusterRequest(
18771877
name="name_value",
1878-
version="POSTGRES_17",
1878+
version="POSTGRES_18",
18791879
)
18801880
18811881
# Make the request
Collapse file

‎packages/google-cloud-alloydb/google/cloud/alloydb_v1/types/resources.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-alloydb/google/cloud/alloydb_v1/types/resources.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ class DatabaseVersion(proto.Enum):
123123
The database version is Postgres 16.
124124
POSTGRES_17 (5):
125125
The database version is Postgres 17.
126+
POSTGRES_18 (6):
127+
The database version is Postgres 18.
126128
"""
127129

128130
DATABASE_VERSION_UNSPECIFIED = 0
@@ -131,6 +133,7 @@ class DatabaseVersion(proto.Enum):
131133
POSTGRES_15 = 3
132134
POSTGRES_16 = 4
133135
POSTGRES_17 = 5
136+
POSTGRES_18 = 6
134137

135138

136139
class SubscriptionType(proto.Enum):
Collapse file

‎packages/google-cloud-alloydb/samples/generated_samples/alloydb_v1_generated_alloy_db_admin_upgrade_cluster_async.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-alloydb/samples/generated_samples/alloydb_v1_generated_alloy_db_admin_upgrade_cluster_async.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def sample_upgrade_cluster():
4141
# Initialize request argument(s)
4242
request = alloydb_v1.UpgradeClusterRequest(
4343
name="name_value",
44-
version="POSTGRES_17",
44+
version="POSTGRES_18",
4545
)
4646

4747
# Make the request
Collapse file

‎packages/google-cloud-alloydb/samples/generated_samples/alloydb_v1_generated_alloy_db_admin_upgrade_cluster_sync.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-alloydb/samples/generated_samples/alloydb_v1_generated_alloy_db_admin_upgrade_cluster_sync.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def sample_upgrade_cluster():
4141
# Initialize request argument(s)
4242
request = alloydb_v1.UpgradeClusterRequest(
4343
name="name_value",
44-
version="POSTGRES_17",
44+
version="POSTGRES_18",
4545
)
4646

4747
# Make the request
Collapse file

‎packages/google-cloud-ces/google/cloud/ces_v1beta/__init__.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-ces/google/cloud/ces_v1beta/__init__.py
+28-2Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
from .services.tool_service import ToolServiceAsyncClient, ToolServiceClient
3333
from .services.widget_service import WidgetServiceAsyncClient, WidgetServiceClient
3434
from .types.agent import Agent
35+
from .types.agent_card import AgentCard, AgentInterface, AgentSkill, RemoteAgentTool
3536
from .types.agent_service import (
3637
BatchDeleteConversationsRequest,
3738
BatchDeleteConversationsResponse,
@@ -129,6 +130,7 @@
129130
RedactionConfig,
130131
SynthesizeSpeechConfig,
131132
TimeZoneSettings,
133+
VpcScSettings,
132134
)
133135
from .types.app_version import AppSnapshot, AppVersion
134136
from .types.auth import (
@@ -158,7 +160,7 @@
158160
from .types.conversation import Conversation
159161
from .types.data_store import DataStore
160162
from .types.data_store_tool import DataStoreTool
161-
from .types.deployment import Deployment
163+
from .types.deployment import Deployment, ExperimentConfig
162164
from .types.evaluation import (
163165
AggregatedMetrics,
164166
Evaluation,
@@ -174,6 +176,7 @@
174176
RunEvaluationRequest,
175177
ScheduledEvaluationRun,
176178
)
179+
from .types.evaluation_metrics_config import EvaluationMetricsConfig
177180
from .types.evaluation_service import (
178181
CreateEvaluationDatasetRequest,
179182
CreateEvaluationExpectationRequest,
@@ -186,7 +189,11 @@
186189
DeleteEvaluationRunOperationMetadata,
187190
DeleteEvaluationRunRequest,
188191
DeleteScheduledEvaluationRunRequest,
192+
ExportEvaluationResultsOperationMetadata,
193+
ExportEvaluationResultsRequest,
189194
ExportEvaluationResultsResponse,
195+
ExportEvaluationRunsOperationMetadata,
196+
ExportEvaluationRunsRequest,
190197
ExportEvaluationRunsResponse,
191198
ExportEvaluationsRequest,
192199
ExportEvaluationsResponse,
@@ -216,6 +223,9 @@
216223
ListScheduledEvaluationRunsResponse,
217224
RunEvaluationOperationMetadata,
218225
RunEvaluationResponse,
226+
RunEvaluationResultMetricsOperationMetadata,
227+
RunEvaluationResultMetricsRequest,
228+
RunEvaluationResultMetricsResponse,
219229
TestPersonaVoiceRequest,
220230
TestPersonaVoiceResponse,
221231
UpdateEvaluationDatasetRequest,
@@ -242,7 +252,7 @@
242252
from .types.google_search_tool import GoogleSearchTool
243253
from .types.guardrail import Guardrail
244254
from .types.mcp_tool import McpTool
245-
from .types.mcp_toolset import McpToolset
255+
from .types.mcp_toolset import McpToolDefinition, McpToolOverride, McpToolset
246256
from .types.mocks import MockedToolCall
247257
from .types.omnichannel import Omnichannel, OmnichannelIntegrationConfig
248258
from .types.omnichannel_service import OmnichannelOperationMetadata
@@ -379,7 +389,10 @@ def _get_version(dependency_name):
379389
"WidgetServiceAsyncClient",
380390
"Action",
381391
"Agent",
392+
"AgentCard",
393+
"AgentInterface",
382394
"AgentServiceClient",
395+
"AgentSkill",
383396
"AgentTool",
384397
"AgentTransfer",
385398
"AggregatedMetrics",
@@ -454,6 +467,7 @@ def _get_version(dependency_name):
454467
"EvaluationDataset",
455468
"EvaluationErrorInfo",
456469
"EvaluationExpectation",
470+
"EvaluationMetricsConfig",
457471
"EvaluationMetricsThresholds",
458472
"EvaluationPersona",
459473
"EvaluationResult",
@@ -466,9 +480,14 @@ def _get_version(dependency_name):
466480
"ExecuteToolRequest",
467481
"ExecuteToolResponse",
468482
"ExecutionType",
483+
"ExperimentConfig",
469484
"ExportAppRequest",
470485
"ExportAppResponse",
486+
"ExportEvaluationResultsOperationMetadata",
487+
"ExportEvaluationResultsRequest",
471488
"ExportEvaluationResultsResponse",
489+
"ExportEvaluationRunsOperationMetadata",
490+
"ExportEvaluationRunsRequest",
472491
"ExportEvaluationRunsResponse",
473492
"ExportEvaluationsRequest",
474493
"ExportEvaluationsResponse",
@@ -549,6 +568,8 @@ def _get_version(dependency_name):
549568
"ListToolsetsResponse",
550569
"LoggingSettings",
551570
"McpTool",
571+
"McpToolDefinition",
572+
"McpToolOverride",
552573
"McpToolset",
553574
"Message",
554575
"MetricAnalysisSettings",
@@ -570,6 +591,7 @@ def _get_version(dependency_name):
570591
"QualityReport",
571592
"RecognitionResult",
572593
"RedactionConfig",
594+
"RemoteAgentTool",
573595
"RestoreAppVersionRequest",
574596
"RestoreAppVersionResponse",
575597
"RetrieveToolSchemaRequest",
@@ -579,6 +601,9 @@ def _get_version(dependency_name):
579601
"RunEvaluationOperationMetadata",
580602
"RunEvaluationRequest",
581603
"RunEvaluationResponse",
604+
"RunEvaluationResultMetricsOperationMetadata",
605+
"RunEvaluationResultMetricsRequest",
606+
"RunEvaluationResultMetricsResponse",
582607
"RunSessionRequest",
583608
"RunSessionResponse",
584609
"ScheduledEvaluationRun",
@@ -623,6 +648,7 @@ def _get_version(dependency_name):
623648
"UpdateToolsetRequest",
624649
"UploadEvaluationAudioRequest",
625650
"UploadEvaluationAudioResponse",
651+
"VpcScSettings",
626652
"WebSearchQuery",
627653
"WidgetServiceClient",
628654
"WidgetTool",
Collapse file

‎packages/google-cloud-ces/google/cloud/ces_v1beta/gapic_metadata.json‎

Copy file name to clipboardExpand all lines: packages/google-cloud-ces/google/cloud/ces_v1beta/gapic_metadata.json
+45Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,16 @@
844844
"delete_scheduled_evaluation_run"
845845
]
846846
},
847+
"ExportEvaluationResults": {
848+
"methods": [
849+
"export_evaluation_results"
850+
]
851+
},
852+
"ExportEvaluationRuns": {
853+
"methods": [
854+
"export_evaluation_runs"
855+
]
856+
},
847857
"ExportEvaluations": {
848858
"methods": [
849859
"export_evaluations"
@@ -924,6 +934,11 @@
924934
"run_evaluation"
925935
]
926936
},
937+
"RunEvaluationResultMetrics": {
938+
"methods": [
939+
"run_evaluation_result_metrics"
940+
]
941+
},
927942
"TestPersonaVoice": {
928943
"methods": [
929944
"test_persona_voice"
@@ -1009,6 +1024,16 @@
10091024
"delete_scheduled_evaluation_run"
10101025
]
10111026
},
1027+
"ExportEvaluationResults": {
1028+
"methods": [
1029+
"export_evaluation_results"
1030+
]
1031+
},
1032+
"ExportEvaluationRuns": {
1033+
"methods": [
1034+
"export_evaluation_runs"
1035+
]
1036+
},
10121037
"ExportEvaluations": {
10131038
"methods": [
10141039
"export_evaluations"
@@ -1089,6 +1114,11 @@
10891114
"run_evaluation"
10901115
]
10911116
},
1117+
"RunEvaluationResultMetrics": {
1118+
"methods": [
1119+
"run_evaluation_result_metrics"
1120+
]
1121+
},
10921122
"TestPersonaVoice": {
10931123
"methods": [
10941124
"test_persona_voice"
@@ -1174,6 +1204,16 @@
11741204
"delete_scheduled_evaluation_run"
11751205
]
11761206
},
1207+
"ExportEvaluationResults": {
1208+
"methods": [
1209+
"export_evaluation_results"
1210+
]
1211+
},
1212+
"ExportEvaluationRuns": {
1213+
"methods": [
1214+
"export_evaluation_runs"
1215+
]
1216+
},
11771217
"ExportEvaluations": {
11781218
"methods": [
11791219
"export_evaluations"
@@ -1254,6 +1294,11 @@
12541294
"run_evaluation"
12551295
]
12561296
},
1297+
"RunEvaluationResultMetrics": {
1298+
"methods": [
1299+
"run_evaluation_result_metrics"
1300+
]
1301+
},
12571302
"TestPersonaVoice": {
12581303
"methods": [
12591304
"test_persona_voice"
Collapse file

‎packages/google-cloud-ces/google/cloud/ces_v1beta/services/agent_service/async_client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-ces/google/cloud/ces_v1beta/services/agent_service/async_client.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
import google.api_core.operation as operation # type: ignore
4848
import google.api_core.operation_async as operation_async # type: ignore
49+
import google.protobuf.duration_pb2 as duration_pb2 # type: ignore
4950
import google.protobuf.empty_pb2 as empty_pb2 # type: ignore
5051
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
5152
import google.protobuf.struct_pb2 as struct_pb2 # type: ignore
@@ -56,6 +57,7 @@
5657
from google.cloud.ces_v1beta.services.agent_service import pagers
5758
from google.cloud.ces_v1beta.types import (
5859
agent,
60+
agent_card,
5961
agent_service,
6062
agent_tool,
6163
agent_transfers,
Collapse file

‎packages/google-cloud-ces/google/cloud/ces_v1beta/services/agent_service/client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-ces/google/cloud/ces_v1beta/services/agent_service/client.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363

6464
import google.api_core.operation as operation # type: ignore
6565
import google.api_core.operation_async as operation_async # type: ignore
66+
import google.protobuf.duration_pb2 as duration_pb2 # type: ignore
6667
import google.protobuf.empty_pb2 as empty_pb2 # type: ignore
6768
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
6869
import google.protobuf.struct_pb2 as struct_pb2 # type: ignore
@@ -73,6 +74,7 @@
7374
from google.cloud.ces_v1beta.services.agent_service import pagers
7475
from google.cloud.ces_v1beta.types import (
7576
agent,
77+
agent_card,
7678
agent_service,
7779
agent_tool,
7880
agent_transfers,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.