Skip to content

Commit e5255c1

Browse files
feat: Automated regeneration of Logging client (googleapis#12167)
Auto-created at 2024-09-19 13:13:35 +0000 using the toys pull request generator.
1 parent eccd9ed commit e5255c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/logging/lib/google_api/logging/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Logging.V2 do
2020
API client metadata for GoogleApi.Logging.V2.
2121
"""
2222

23-
@discovery_revision "20240908"
23+
@discovery_revision "20240913"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/logging/lib/google_api/logging/v2/model/log_bucket.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Logging.V2.Model.LogBucket do
2121
2222
## Attributes
2323
24-
* `analyticsEnabled` (*type:* `boolean()`, *default:* `nil`) - Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be disabled.
24+
* `analyticsEnabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be disabled.
2525
* `cmekSettings` (*type:* `GoogleApi.Logging.V2.Model.CmekSettings.t`, *default:* `nil`) - Optional. The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
2626
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.
2727
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. Describes this bucket.

clients/logging/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Logging.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.51.0"
21+
@version "0.51.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)