Skip to content

Commit 30f24a8

Browse files
authoredSep 19, 2023
feat: Log Analytics features of the Cloud Logging API (#746)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: googleapis/googleapis-gen@280264c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 chore: Update gapic-generator-python to v1.11.2 PiperOrigin-RevId: 546510849 Source-Link: googleapis/googleapis@736073a Source-Link: googleapis/googleapis-gen@deb64e8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGViNjRlOGVjMTlkMTQxZTMxMDg5ZmU5MzJiM2E5OTdhZDU0MWM0ZCJ9 fix: Add async context manager return types chore: Mock return_value should not populate oneof message fields chore: Support snippet generation for services that only support REST transport chore: Update gapic-generator-python to v1.11.0 PiperOrigin-RevId: 545430278 Source-Link: googleapis/googleapis@601b532 Source-Link: googleapis/googleapis-gen@b3f18d0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjNmMThkMGY2NTYwYTg1NTAyMmZkMDU4ODY1ZTc2MjA0NzlkN2FmOSJ9 feat: Log Analytics features of the Cloud Logging API feat: Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously feat: Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously feat: Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets feat: Add ConfigServiceV2.DeleteLink method for deleting linked datasets feat: Add ConfigServiceV2.ListLinks method for listing linked datasets feat: Add ConfigServiceV2.GetLink methods for describing linked datasets feat: Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled feat: Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data docs: Documentation for the Log Analytics features of the Cloud Logging API PiperOrigin-RevId: 529851525 Source-Link: googleapis/googleapis@1c7ee99 Source-Link: googleapis/googleapis-gen@4a2a3a0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGEyYTNhMDViOTE4MDQzMzNhMWIzOWI2MzVkOGZlMjI0M2Q0YjRmZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 31a7f69 commit 30f24a8

File tree

126 files changed

+11552
-3137
lines changed

Some content is hidden

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

126 files changed

+11552
-3137
lines changed
 

‎google/cloud/logging_v2/gapic_metadata.json

+60
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,21 @@
2020
"create_bucket"
2121
]
2222
},
23+
"CreateBucketAsync": {
24+
"methods": [
25+
"create_bucket_async"
26+
]
27+
},
2328
"CreateExclusion": {
2429
"methods": [
2530
"create_exclusion"
2631
]
2732
},
33+
"CreateLink": {
34+
"methods": [
35+
"create_link"
36+
]
37+
},
2838
"CreateSink": {
2939
"methods": [
3040
"create_sink"
@@ -45,6 +55,11 @@
4555
"delete_exclusion"
4656
]
4757
},
58+
"DeleteLink": {
59+
"methods": [
60+
"delete_link"
61+
]
62+
},
4863
"DeleteSink": {
4964
"methods": [
5065
"delete_sink"
@@ -70,6 +85,11 @@
7085
"get_exclusion"
7186
]
7287
},
88+
"GetLink": {
89+
"methods": [
90+
"get_link"
91+
]
92+
},
7393
"GetSettings": {
7494
"methods": [
7595
"get_settings"
@@ -95,6 +115,11 @@
95115
"list_exclusions"
96116
]
97117
},
118+
"ListLinks": {
119+
"methods": [
120+
"list_links"
121+
]
122+
},
98123
"ListSinks": {
99124
"methods": [
100125
"list_sinks"
@@ -115,6 +140,11 @@
115140
"update_bucket"
116141
]
117142
},
143+
"UpdateBucketAsync": {
144+
"methods": [
145+
"update_bucket_async"
146+
]
147+
},
118148
"UpdateCmekSettings": {
119149
"methods": [
120150
"update_cmek_settings"
@@ -155,11 +185,21 @@
155185
"create_bucket"
156186
]
157187
},
188+
"CreateBucketAsync": {
189+
"methods": [
190+
"create_bucket_async"
191+
]
192+
},
158193
"CreateExclusion": {
159194
"methods": [
160195
"create_exclusion"
161196
]
162197
},
198+
"CreateLink": {
199+
"methods": [
200+
"create_link"
201+
]
202+
},
163203
"CreateSink": {
164204
"methods": [
165205
"create_sink"
@@ -180,6 +220,11 @@
180220
"delete_exclusion"
181221
]
182222
},
223+
"DeleteLink": {
224+
"methods": [
225+
"delete_link"
226+
]
227+
},
183228
"DeleteSink": {
184229
"methods": [
185230
"delete_sink"
@@ -205,6 +250,11 @@
205250
"get_exclusion"
206251
]
207252
},
253+
"GetLink": {
254+
"methods": [
255+
"get_link"
256+
]
257+
},
208258
"GetSettings": {
209259
"methods": [
210260
"get_settings"
@@ -230,6 +280,11 @@
230280
"list_exclusions"
231281
]
232282
},
283+
"ListLinks": {
284+
"methods": [
285+
"list_links"
286+
]
287+
},
233288
"ListSinks": {
234289
"methods": [
235290
"list_sinks"
@@ -250,6 +305,11 @@
250305
"update_bucket"
251306
]
252307
},
308+
"UpdateBucketAsync": {
309+
"methods": [
310+
"update_bucket_async"
311+
]
312+
},
253313
"UpdateCmekSettings": {
254314
"methods": [
255315
"update_cmek_settings"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Google LLC
2+
# Copyright 2023 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)
Please sign in to comment.