@@ -1319,7 +1319,7 @@ async def list_operations(
13191319 # Certain fields should be provided within the metadata header;
13201320 # add these here.
13211321 metadata = tuple (metadata ) + (
1322- gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)),
1322+ gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)), # type: ignore[union-attr] # TODO: https://github.com/googleapis/python-datastore/issues/649 - Fix type hint issue
13231323 )
13241324
13251325 # Validate the universe domain.
@@ -1374,7 +1374,7 @@ async def get_operation(
13741374 # Certain fields should be provided within the metadata header;
13751375 # add these here.
13761376 metadata = tuple (metadata ) + (
1377- gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)),
1377+ gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)), # type: ignore[union-attr] # TODO: https://github.com/googleapis/python-datastore/issues/649 - Fix type hint issue
13781378 )
13791379
13801380 # Validate the universe domain.
@@ -1433,7 +1433,7 @@ async def delete_operation(
14331433 # Certain fields should be provided within the metadata header;
14341434 # add these here.
14351435 metadata = tuple (metadata ) + (
1436- gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)),
1436+ gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)), # type: ignore[union-attr] # TODO: https://github.com/googleapis/python-datastore/issues/649 - Fix type hint issue
14371437 )
14381438
14391439 # Validate the universe domain.
@@ -1488,7 +1488,7 @@ async def cancel_operation(
14881488 # Certain fields should be provided within the metadata header;
14891489 # add these here.
14901490 metadata = tuple (metadata ) + (
1491- gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)),
1491+ gapic_v1 .routing_header .to_grpc_metadata ((("name" , request .name ),)), # type: ignore[union-attr] # TODO: https://github.com/googleapis/python-datastore/issues/649 - Fix type hint issue
14921492 )
14931493
14941494 # Validate the universe domain.
0 commit comments