Skip to content

Commit e3cef82

Browse files
feat: Automated regeneration of logging v2 client (googleapis#20256)
Auto-created at 2024-09-22 09:40:22 +0000 using the toys pull request generator.
1 parent 57925f2 commit e3cef82

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-logging_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-logging_v2
22

3+
### v0.74.0 (2024-09-22)
4+
5+
* Regenerated from discovery document revision 20240913
6+
37
### v0.73.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240908

generated/google-apis-logging_v2/lib/google/apis/logging_v2/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,8 +1765,8 @@ def update!(**args)
17651765
class LogBucket
17661766
include Google::Apis::Core::Hashable
17671767

1768-
# Whether log analytics is enabled for this bucket.Once enabled, log analytics
1769-
# features cannot be disabled.
1768+
# Optional. Whether log analytics is enabled for this bucket.Once enabled, log
1769+
# analytics features cannot be disabled.
17701770
# Corresponds to the JSON property `analyticsEnabled`
17711771
# @return [Boolean]
17721772
attr_accessor :analytics_enabled

generated/google-apis-logging_v2/lib/google/apis/logging_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module LoggingV2
1818
# Version of the google-apis-logging_v2 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240908"
25+
REVISION = "20240913"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)