File tree Expand file tree Collapse file tree
google-cloud-bigtable/google/cloud/bigtable_v2/types
tests/unit/gapic/container_v1
tests/unit/gapic/dataproc_v1
google-cloud-saasplatform-saasservicemgmt/google/cloud/saasplatform_saasservicemgmt_v1beta1/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ version: v0.16.0
1616repo : googleapis/google-cloud-python
1717sources :
1818 googleapis :
19- commit : dae2a496666e372c1ebf56ceb54fe7f467a2c10e
20- sha256 : 867490e3ce7818a2011475a888ce5d77c68cb7a13764f47d9aec8cf3038320e0
19+ commit : c73334a47800ba03cc65e46ade96c07f01db3446
20+ sha256 : 07be59c8bc1dfc420e352db0528641baa23943e7dd1659acac41ca55969fb259
2121default :
2222 output : packages
2323 tag_format : ' {name}-v{version}'
Original file line number Diff line number Diff 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
14111425class ExecuteQueryResponse (proto .Message ):
Original file line number Diff line number Diff line change 3333 AddonsConfig ,
3434 AdvancedDatapathObservabilityConfig ,
3535 AdvancedMachineFeatures ,
36+ AgentSandboxConfig ,
3637 AnonymousAuthenticationConfig ,
3738 AuthenticatorGroupsConfig ,
3839 AutoIpamConfig ,
6667 CostManagementConfig ,
6768 CreateClusterRequest ,
6869 CreateNodePoolRequest ,
70+ CustomImageConfig ,
6971 DailyMaintenanceWindow ,
7072 DatabaseEncryption ,
7173 DatapathProvider ,
74+ DataplaneV2Config ,
7275 DefaultComputeClassConfig ,
7376 DefaultSnatStatus ,
7477 DeleteClusterRequest ,
257260 "AddonsConfig" ,
258261 "AdvancedDatapathObservabilityConfig" ,
259262 "AdvancedMachineFeatures" ,
263+ "AgentSandboxConfig" ,
260264 "AnonymousAuthenticationConfig" ,
261265 "AuthenticatorGroupsConfig" ,
262266 "AutoIpamConfig" ,
290294 "CostManagementConfig" ,
291295 "CreateClusterRequest" ,
292296 "CreateNodePoolRequest" ,
297+ "CustomImageConfig" ,
293298 "DailyMaintenanceWindow" ,
294299 "DatabaseEncryption" ,
300+ "DataplaneV2Config" ,
295301 "DefaultComputeClassConfig" ,
296302 "DefaultSnatStatus" ,
297303 "DeleteClusterRequest" ,
Original file line number Diff line number Diff line change 3333 AddonsConfig ,
3434 AdvancedDatapathObservabilityConfig ,
3535 AdvancedMachineFeatures ,
36+ AgentSandboxConfig ,
3637 AnonymousAuthenticationConfig ,
3738 AuthenticatorGroupsConfig ,
3839 AutoIpamConfig ,
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" ,
Original file line number Diff line number Diff line change 2222 AddonsConfig ,
2323 AdvancedDatapathObservabilityConfig ,
2424 AdvancedMachineFeatures ,
25+ AgentSandboxConfig ,
2526 AnonymousAuthenticationConfig ,
2627 AuthenticatorGroupsConfig ,
2728 AutoIpamConfig ,
5556 CostManagementConfig ,
5657 CreateClusterRequest ,
5758 CreateNodePoolRequest ,
59+ CustomImageConfig ,
5860 DailyMaintenanceWindow ,
5961 DatabaseEncryption ,
6062 DatapathProvider ,
63+ DataplaneV2Config ,
6164 DefaultComputeClassConfig ,
6265 DefaultSnatStatus ,
6366 DeleteClusterRequest ,
244247 "AddonsConfig" ,
245248 "AdvancedDatapathObservabilityConfig" ,
246249 "AdvancedMachineFeatures" ,
250+ "AgentSandboxConfig" ,
247251 "AnonymousAuthenticationConfig" ,
248252 "AuthenticatorGroupsConfig" ,
249253 "AutoIpamConfig" ,
277281 "CostManagementConfig" ,
278282 "CreateClusterRequest" ,
279283 "CreateNodePoolRequest" ,
284+ "CustomImageConfig" ,
280285 "DailyMaintenanceWindow" ,
281286 "DatabaseEncryption" ,
287+ "DataplaneV2Config" ,
282288 "DefaultComputeClassConfig" ,
283289 "DefaultSnatStatus" ,
284290 "DeleteClusterRequest" ,
You can’t perform that action at this time.
0 commit comments