Skip to content

Commit a9c84e4

Browse files
authored
chore: update googleapis and regenerate (#17363)
Update googleapis to the latest commit and regenerate all client libraries.
1 parent 7d44011 commit a9c84e4

12 files changed

Lines changed: 231 additions & 21 deletions

File tree

librarian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ version: v0.16.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:
19-
commit: dae2a496666e372c1ebf56ceb54fe7f467a2c10e
20-
sha256: 867490e3ce7818a2011475a888ce5d77c68cb7a13764f47d9aec8cf3038320e0
19+
commit: c73334a47800ba03cc65e46ade96c07f01db3446
20+
sha256: 07be59c8bc1dfc420e352db0528641baa23943e7dd1659acac41ca55969fb259
2121
default:
2222
output: packages
2323
tag_format: '{name}-v{version}'

packages/google-cloud-bigtable/google/cloud/bigtable_v2/types/bigtable.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,14 @@ class ExecuteQueryRequest(proto.Message):
13721372
``PrepareQueryRequest``. Any non-empty ``Value.type`` must
13731373
match the corresponding ``param_types`` entry, or be
13741374
rejected with ``INVALID_ARGUMENT``.
1375+
view_parameters (MutableMapping[str, google.cloud.bigtable_v2.types.Value]):
1376+
Optional. This map provides the runtime values returned by
1377+
the VIEW_PARAMETERS() function calls, typically used for
1378+
user-level scoping of data based on identity.
1379+
1380+
The key is the name of the view parameter e.g. ``user_id``,
1381+
and the value is the parameter value e.g.
1382+
``alice@example.com``.
13751383
"""
13761384

13771385
instance_name: str = proto.Field(
@@ -1406,6 +1414,12 @@ class ExecuteQueryRequest(proto.Message):
14061414
number=7,
14071415
message=data.Value,
14081416
)
1417+
view_parameters: MutableMapping[str, data.Value] = proto.MapField(
1418+
proto.STRING,
1419+
proto.MESSAGE,
1420+
number=12,
1421+
message=data.Value,
1422+
)
14091423

14101424

14111425
class ExecuteQueryResponse(proto.Message):

packages/google-cloud-container/google/cloud/container/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
AddonsConfig,
3434
AdvancedDatapathObservabilityConfig,
3535
AdvancedMachineFeatures,
36+
AgentSandboxConfig,
3637
AnonymousAuthenticationConfig,
3738
AuthenticatorGroupsConfig,
3839
AutoIpamConfig,
@@ -66,9 +67,11 @@
6667
CostManagementConfig,
6768
CreateClusterRequest,
6869
CreateNodePoolRequest,
70+
CustomImageConfig,
6971
DailyMaintenanceWindow,
7072
DatabaseEncryption,
7173
DatapathProvider,
74+
DataplaneV2Config,
7275
DefaultComputeClassConfig,
7376
DefaultSnatStatus,
7477
DeleteClusterRequest,
@@ -257,6 +260,7 @@
257260
"AddonsConfig",
258261
"AdvancedDatapathObservabilityConfig",
259262
"AdvancedMachineFeatures",
263+
"AgentSandboxConfig",
260264
"AnonymousAuthenticationConfig",
261265
"AuthenticatorGroupsConfig",
262266
"AutoIpamConfig",
@@ -290,8 +294,10 @@
290294
"CostManagementConfig",
291295
"CreateClusterRequest",
292296
"CreateNodePoolRequest",
297+
"CustomImageConfig",
293298
"DailyMaintenanceWindow",
294299
"DatabaseEncryption",
300+
"DataplaneV2Config",
295301
"DefaultComputeClassConfig",
296302
"DefaultSnatStatus",
297303
"DeleteClusterRequest",

packages/google-cloud-container/google/cloud/container_v1/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
AddonsConfig,
3434
AdvancedDatapathObservabilityConfig,
3535
AdvancedMachineFeatures,
36+
AgentSandboxConfig,
3637
AnonymousAuthenticationConfig,
3738
AuthenticatorGroupsConfig,
3839
AutoIpamConfig,
@@ -66,9 +67,11 @@
6667
CostManagementConfig,
6768
CreateClusterRequest,
6869
CreateNodePoolRequest,
70+
CustomImageConfig,
6971
DailyMaintenanceWindow,
7072
DatabaseEncryption,
7173
DatapathProvider,
74+
DataplaneV2Config,
7275
DefaultComputeClassConfig,
7376
DefaultSnatStatus,
7477
DeleteClusterRequest,
@@ -339,6 +342,7 @@ def _get_version(dependency_name):
339342
"AddonsConfig",
340343
"AdvancedDatapathObservabilityConfig",
341344
"AdvancedMachineFeatures",
345+
"AgentSandboxConfig",
342346
"AnonymousAuthenticationConfig",
343347
"AuthenticatorGroupsConfig",
344348
"AutoIpamConfig",
@@ -373,10 +377,12 @@ def _get_version(dependency_name):
373377
"CostManagementConfig",
374378
"CreateClusterRequest",
375379
"CreateNodePoolRequest",
380+
"CustomImageConfig",
376381
"DNSConfig",
377382
"DailyMaintenanceWindow",
378383
"DatabaseEncryption",
379384
"DatapathProvider",
385+
"DataplaneV2Config",
380386
"DefaultComputeClassConfig",
381387
"DefaultSnatStatus",
382388
"DeleteClusterRequest",

packages/google-cloud-container/google/cloud/container_v1/types/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
AddonsConfig,
2323
AdvancedDatapathObservabilityConfig,
2424
AdvancedMachineFeatures,
25+
AgentSandboxConfig,
2526
AnonymousAuthenticationConfig,
2627
AuthenticatorGroupsConfig,
2728
AutoIpamConfig,
@@ -55,9 +56,11 @@
5556
CostManagementConfig,
5657
CreateClusterRequest,
5758
CreateNodePoolRequest,
59+
CustomImageConfig,
5860
DailyMaintenanceWindow,
5961
DatabaseEncryption,
6062
DatapathProvider,
63+
DataplaneV2Config,
6164
DefaultComputeClassConfig,
6265
DefaultSnatStatus,
6366
DeleteClusterRequest,
@@ -244,6 +247,7 @@
244247
"AddonsConfig",
245248
"AdvancedDatapathObservabilityConfig",
246249
"AdvancedMachineFeatures",
250+
"AgentSandboxConfig",
247251
"AnonymousAuthenticationConfig",
248252
"AuthenticatorGroupsConfig",
249253
"AutoIpamConfig",
@@ -277,8 +281,10 @@
277281
"CostManagementConfig",
278282
"CreateClusterRequest",
279283
"CreateNodePoolRequest",
284+
"CustomImageConfig",
280285
"DailyMaintenanceWindow",
281286
"DatabaseEncryption",
287+
"DataplaneV2Config",
282288
"DefaultComputeClassConfig",
283289
"DefaultSnatStatus",
284290
"DeleteClusterRequest",

0 commit comments

Comments
 (0)