Skip to content

Commit 6699f8c

Browse files
feat: KMS configuration in settings (#489)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 431037888 Source-Link: googleapis/googleapis@b3397f5 Source-Link: googleapis/googleapis-gen@510b54e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9 chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: googleapis/googleapis-gen@ca893ff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 chore: formatting changes PiperOrigin-RevId: 430243637 Source-Link: googleapis/googleapis@95da686 Source-Link: googleapis/googleapis-gen@a1f056b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFmMDU2Yjc2ODljY2JlNWFlYmMwYmZkZDMxOGU5OTQ1ZWU3NjAyYSJ9 feat: Update Logging API with latest changes PiperOrigin-RevId: 429289471 Source-Link: googleapis/googleapis@acd5f89 Source-Link: googleapis/googleapis-gen@8a12622 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGExMjYyMjUzNmFlMmU5YTg5NzgxOThhMTUxZTg5MjM0YjgzOWIyMCJ9 chore: use gapic-generator-python 0.63.2 docs: add generated snippets chore: update copyright year to 2022 PiperOrigin-RevId: 427792504 Source-Link: googleapis/googleapis@55b9e1e Source-Link: googleapis/googleapis-gen@bf4e86b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9
1 parent ab14563 commit 6699f8c

File tree

113 files changed

+10854
-691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+10854
-691
lines changed

google/cloud/logging_v2/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"grpc": {
1111
"libraryClient": "ConfigServiceV2Client",
1212
"rpcs": {
13+
"CopyLogEntries": {
14+
"methods": [
15+
"copy_log_entries"
16+
]
17+
},
1318
"CreateBucket": {
1419
"methods": [
1520
"create_bucket"
@@ -65,6 +70,11 @@
6570
"get_exclusion"
6671
]
6772
},
73+
"GetSettings": {
74+
"methods": [
75+
"get_settings"
76+
]
77+
},
6878
"GetSink": {
6979
"methods": [
7080
"get_sink"
@@ -115,6 +125,11 @@
115125
"update_exclusion"
116126
]
117127
},
128+
"UpdateSettings": {
129+
"methods": [
130+
"update_settings"
131+
]
132+
},
118133
"UpdateSink": {
119134
"methods": [
120135
"update_sink"
@@ -130,6 +145,11 @@
130145
"grpc-async": {
131146
"libraryClient": "ConfigServiceV2AsyncClient",
132147
"rpcs": {
148+
"CopyLogEntries": {
149+
"methods": [
150+
"copy_log_entries"
151+
]
152+
},
133153
"CreateBucket": {
134154
"methods": [
135155
"create_bucket"
@@ -185,6 +205,11 @@
185205
"get_exclusion"
186206
]
187207
},
208+
"GetSettings": {
209+
"methods": [
210+
"get_settings"
211+
]
212+
},
188213
"GetSink": {
189214
"methods": [
190215
"get_sink"
@@ -235,6 +260,11 @@
235260
"update_exclusion"
236261
]
237262
},
263+
"UpdateSettings": {
264+
"methods": [
265+
"update_settings"
266+
]
267+
},
238268
"UpdateSink": {
239269
"methods": [
240270
"update_sink"

google/cloud/logging_v2/services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/logging_v2/services/config_service_v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)