Skip to content

Commit db37c4e

Browse files
feat: Automated regeneration of Logging client (#12813)
Auto-created at 2025-01-14 13:12:40 +0000 using the toys pull request generator.
1 parent 1635e9b commit db37c4e

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 "20241018"
23+
@discovery_revision "20250110"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Logging.V2.Model.CopyLogEntriesRequest do
2121
2222
## Attributes
2323
24-
* `destination` (*type:* `String.t`, *default:* `nil`) - Required. Destination to which to copy log entries.
24+
* `destination` (*type:* `String.t`, *default:* `nil`) - Required. Destination to which to copy log entries. For example: "storage.googleapis.com/GCS_BUCKET"
2525
* `filter` (*type:* `String.t`, *default:* `nil`) - Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries.
2626
* `name` (*type:* `String.t`, *default:* `nil`) - Required. Log bucket from which to copy log entries.For example:"projects/my-project/locations/global/buckets/my-source-bucket"
2727
"""

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.3"
21+
@version "0.51.4"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)