-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [google-cloud-batch] Add support for opt-in debug logging (#13317)
BEGIN_COMMIT_OVERRIDE feat: Add support for opt-in debug logging fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 docs: clarify options for logs docs: Clarify the custom instance template needs to be in the same project docs: Rephrase reservation field doc END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 PiperOrigin-RevId: 705285820 Source-Link: googleapis/googleapis@f9b8b91 Source-Link: googleapis/googleapis-gen@ca1e0a1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJjYTFlMGExZTQ3MmQ2ZTZmNWRlODgzYTVjYjU0NzI0ZjExMmNlMzQ4In0= BEGIN_NESTED_COMMIT docs: [google-cloud-batch] clarify options for logs docs: clarify the custom instance template needs to be in the same project PiperOrigin-RevId: 703266926 Source-Link: googleapis/googleapis@3735100 Source-Link: googleapis/googleapis-gen@4190d79 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiI0MTkwZDc5YzViOGU4ZjYyZjY2ZGIwZTFjMTgyMzA4YjgwMzdiOTRhIn0= END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-batch] clarify options for logs docs: Clarify the custom instance template needs to be in the same project PiperOrigin-RevId: 702966613 Source-Link: googleapis/googleapis@2cb4e7a Source-Link: googleapis/googleapis-gen@14a9205 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiIxNGE5MjA1MjAxYjgwMDBhMmZlZGRhODk0ZTEwNTI1NmNlZWQ5MDc1In0= END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-batch] Rephrase reservation field doc PiperOrigin-RevId: 702134577 Source-Link: googleapis/googleapis@349841a Source-Link: googleapis/googleapis-gen@bac26d7 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJiYWMyNmQ3ZTM3N2Q5YzY2ZjZlNGIxNzY3OGY2NDM4Yzk4NzIwYjQ1In0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
- Loading branch information
1 parent
eb4c7f9
commit b1358ba
Showing
18 changed files
with
2,892 additions
and
527 deletions.
There are no files selected for viewing
128 changes: 92 additions & 36 deletions
128
packages/google-cloud-batch/google/cloud/batch_v1/services/batch_service/async_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
133 changes: 97 additions & 36 deletions
133
packages/google-cloud-batch/google/cloud/batch_v1/services/batch_service/client.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.