Skip to content

Commit 9ef5183

Browse files
committed
update postprocessing
1 parent 198d02d commit 9ef5183

8 files changed

Lines changed: 12 additions & 44 deletions

.librarian/generator-input/client-post-processing/asset-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ replacements:
3838
packages/google-cloud-asset/testing/constraints-3.10.txt
3939
]
4040
before: |
41-
google-api-core==2.25.0
41+
google-api-core==2.28.0
4242
google-auth==2.14.1
4343
after: |
44-
google-api-core==2.25.0
44+
google-api-core==2.28.0
4545
google-cloud-org-policy==1.13.1
4646
google-auth==2.14.1
4747
count: 1

.librarian/generator-input/client-post-processing/bigquery-storage-integration.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ replacements:
343343
packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/__init__.py,
344344
]
345345
before: |
346-
\)\n
347346
__all__ = \(
348347
"MetastorePartitionServiceAsyncClient",
349348
"BatchCreateMetastorePartitionsRequest",
@@ -367,9 +366,8 @@ replacements:
367366
"StreamMetastorePartitionsRequest",
368367
"StreamMetastorePartitionsResponse",
369368
"UpdateMetastorePartitionRequest",
370-
\)
371-
after: |
372-
)
369+
\)\n
370+
after: ""
373371
count: 2
374372
# Given that this file is mostly handwritten, we could omit the file during code generation
375373
# This will require a change to gapic-generator-python to provide the ability to omit files

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ replacements:
211211
packages/google-cloud-bigtable/testing/constraints-3.10.txt,
212212
]
213213
before: |
214-
google-api-core==2.25.0
214+
google-api-core==2.28.0
215215
google-auth==2.14.1
216216
after: |
217-
google-api-core==2.25.0
217+
google-api-core==2.28.0
218218
google-cloud-core==2.0.0
219219
grpc-google-iam-v1==0.14.2
220220
google-crc32c==1.6.0

.librarian/generator-input/client-post-processing/firestore-integration.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ replacements:
3434
"packages/google-cloud-firestore/google/cloud/firestore_v1/__init__.py",
3535
]
3636
before: |
37-
import sys\n
3837
import google.api_core as api_core\n
3938
from google.cloud.firestore_v1 import gapic_version as package_version
4039
[\s\S]*?"WriteResult",\n\)
@@ -349,7 +348,6 @@ replacements:
349348
"packages/google-cloud-firestore/google/cloud/firestore_admin_v1/__init__.py",
350349
]
351350
before: |
352-
import sys\n
353351
import google.api_core as api_core\n
354352
from google.cloud.firestore_admin_v1 import gapic_version as package_version
355353
[\s\S]*?"WeeklyRecurrence",\n\)

.librarian/generator-input/client-post-processing/integrate-isolated-handwritten-code.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ replacements:
209209
packages/google-cloud-automl/testing/constraints-3.10.txt,
210210
]
211211
before: |
212-
google-api-core==2.25.0
212+
google-api-core==2.28.0
213213
google-auth==2.14.1
214214
after: |
215-
google-api-core==2.25.0
215+
google-api-core==2.28.0
216216
google-cloud-storage==2.14.0
217217
pandas==1.3.4
218218
# numpy is a dependency of pandas
@@ -422,10 +422,10 @@ replacements:
422422
"packages/google-cloud-monitoring/testing/constraints-3.10.txt",
423423
]
424424
before: |
425-
google-api-core==2.25.0
425+
google-api-core==2.28.0
426426
google-auth==2.14.1
427427
after: |
428-
google-api-core==2.25.0
428+
google-api-core==2.28.0
429429
pandas==1.3.4
430430
numpy==1.21.3
431431
google-auth==2.14.1

.librarian/generator-input/client-post-processing/logging-integration.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ replacements:
400400
"packages/google-cloud-logging/google/cloud/logging_v2/__init__.py",
401401
]
402402
before: |
403-
import sys\n
404403
import google.api_core as api_core
405404
[\s\S]*?"WriteLogEntriesResponse",\n\)
406405
after: |

.librarian/generator-input/client-post-processing/storage-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ replacements:
639639
packages/google-cloud-storage/testing/constraints-3.10.txt
640640
]
641641
before: |
642-
google-api-core==2.25.0
642+
google-api-core==2.28.0
643643
google-auth==2.14.1
644644
grpcio==1.59.0
645645
proto-plus==1.26.1
@@ -649,7 +649,7 @@ replacements:
649649
google-auth==2.26.1
650650
# cryptography is a direct dependency of google-auth
651651
cryptography==38.0.0
652-
google-api-core==2.27.0
652+
google-api-core==2.28.0
653653
google-cloud-core==2.4.2
654654
google-resumable-media==2.7.2
655655
grpcio==1.59.0

.librarian/generator-input/client-post-processing/temporary-post-processing.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)