Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6ed7b75
chore: use gapic-generator-python 0.63.2
gcf-owl-bot[bot] Feb 10, 2022
432f79c
🦉 Updates from OwlBot
gcf-owl-bot[bot] Feb 10, 2022
00acf33
feat: Update Logging API with latest changes
gcf-owl-bot[bot] Feb 17, 2022
ba5bdc3
🦉 Updates from OwlBot
gcf-owl-bot[bot] Feb 17, 2022
04b4742
feat: KMS configuration in settings
gcf-owl-bot[bot] Feb 22, 2022
cb1da4c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 22, 2022
4de376e
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 22, 2022
fdee50d
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-l…
gcf-owl-bot[bot] Feb 22, 2022
8043890
chore: use gapic-generator-python 0.63.4
gcf-owl-bot[bot] Feb 25, 2022
aa54977
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
11e5a47
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
e6ddade
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-l…
gcf-owl-bot[bot] Feb 25, 2022
5734dc4
chore: delete duplicates
busunkim96 Feb 25, 2022
7f67385
Merge branch 'main' into owl-bot-copy
busunkim96 Feb 25, 2022
4504876
chore: update copyright year to 2022
gcf-owl-bot[bot] Feb 26, 2022
ad1ace9
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
6499e53
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
b1d9d25
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-l…
gcf-owl-bot[bot] Feb 26, 2022
40c614f
Merge branch 'main' into owl-bot-copy
parthea Mar 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions google/cloud/logging_v2/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "ConfigServiceV2Client",
"rpcs": {
"CopyLogEntries": {
"methods": [
"copy_log_entries"
]
},
"CreateBucket": {
"methods": [
"create_bucket"
Expand Down Expand Up @@ -65,6 +70,11 @@
"get_exclusion"
]
},
"GetSettings": {
"methods": [
"get_settings"
]
},
"GetSink": {
"methods": [
"get_sink"
Expand Down Expand Up @@ -115,6 +125,11 @@
"update_exclusion"
]
},
"UpdateSettings": {
"methods": [
"update_settings"
]
},
"UpdateSink": {
"methods": [
"update_sink"
Expand All @@ -130,6 +145,11 @@
"grpc-async": {
"libraryClient": "ConfigServiceV2AsyncClient",
"rpcs": {
"CopyLogEntries": {
"methods": [
"copy_log_entries"
]
},
"CreateBucket": {
"methods": [
"create_bucket"
Expand Down Expand Up @@ -185,6 +205,11 @@
"get_exclusion"
]
},
"GetSettings": {
"methods": [
"get_settings"
]
},
"GetSink": {
"methods": [
"get_sink"
Expand Down Expand Up @@ -235,6 +260,11 @@
"update_exclusion"
]
},
"UpdateSettings": {
"methods": [
"update_settings"
]
},
"UpdateSink": {
"methods": [
"update_sink"
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/logging_v2/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading