Skip to content

Commit

Permalink
feat: Log Analytics features of the Cloud Logging API (#746)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 19, 2023
1 parent 31a7f69 commit 30f24a8
Show file tree
Hide file tree
Showing 126 changed files with 11,552 additions and 3,137 deletions.
60 changes: 60 additions & 0 deletions google/cloud/logging_v2/gapic_metadata.json
Expand Up @@ -20,11 +20,21 @@
"create_bucket"
]
},
"CreateBucketAsync": {
"methods": [
"create_bucket_async"
]
},
"CreateExclusion": {
"methods": [
"create_exclusion"
]
},
"CreateLink": {
"methods": [
"create_link"
]
},
"CreateSink": {
"methods": [
"create_sink"
Expand All @@ -45,6 +55,11 @@
"delete_exclusion"
]
},
"DeleteLink": {
"methods": [
"delete_link"
]
},
"DeleteSink": {
"methods": [
"delete_sink"
Expand All @@ -70,6 +85,11 @@
"get_exclusion"
]
},
"GetLink": {
"methods": [
"get_link"
]
},
"GetSettings": {
"methods": [
"get_settings"
Expand All @@ -95,6 +115,11 @@
"list_exclusions"
]
},
"ListLinks": {
"methods": [
"list_links"
]
},
"ListSinks": {
"methods": [
"list_sinks"
Expand All @@ -115,6 +140,11 @@
"update_bucket"
]
},
"UpdateBucketAsync": {
"methods": [
"update_bucket_async"
]
},
"UpdateCmekSettings": {
"methods": [
"update_cmek_settings"
Expand Down Expand Up @@ -155,11 +185,21 @@
"create_bucket"
]
},
"CreateBucketAsync": {
"methods": [
"create_bucket_async"
]
},
"CreateExclusion": {
"methods": [
"create_exclusion"
]
},
"CreateLink": {
"methods": [
"create_link"
]
},
"CreateSink": {
"methods": [
"create_sink"
Expand All @@ -180,6 +220,11 @@
"delete_exclusion"
]
},
"DeleteLink": {
"methods": [
"delete_link"
]
},
"DeleteSink": {
"methods": [
"delete_sink"
Expand All @@ -205,6 +250,11 @@
"get_exclusion"
]
},
"GetLink": {
"methods": [
"get_link"
]
},
"GetSettings": {
"methods": [
"get_settings"
Expand All @@ -230,6 +280,11 @@
"list_exclusions"
]
},
"ListLinks": {
"methods": [
"list_links"
]
},
"ListSinks": {
"methods": [
"list_sinks"
Expand All @@ -250,6 +305,11 @@
"update_bucket"
]
},
"UpdateBucketAsync": {
"methods": [
"update_bucket_async"
]
},
"UpdateCmekSettings": {
"methods": [
"update_cmek_settings"
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/logging_v2/services/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
# Copyright 2023 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
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
# Copyright 2023 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

0 comments on commit 30f24a8

Please sign in to comment.