Skip to content

Commit de30b58

Browse files
feat: Automated regeneration of logging v2 client (#13204)
Auto-created at 2023-01-08 09:49:35 +0000 using the toys pull request generator.
1 parent 609303d commit de30b58

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

generated/google-apis-logging_v2/CHANGELOG.md

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

3+
### v0.38.0 (2023-01-08)
4+
5+
* Regenerated from discovery document revision 20221230
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.37.0 (2022-10-28)
49

510
* Regenerated using generator version 0.11.0

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -686,12 +686,10 @@ def update!(**args)
686686
class ListLogEntriesRequest
687687
include Google::Apis::Core::Hashable
688688

689-
# Optional. A filter that chooses which log entries to return. See Advanced Logs
690-
# Queries (https://cloud.google.com/logging/docs/view/advanced-queries). Only
691-
# log entries that match the filter are returned. An empty filter matches all
692-
# log entries in the resources listed in resource_names. Referencing a parent
693-
# resource that is not listed in resource_names will cause the filter to return
694-
# no results. The maximum length of the filter is 20000 characters.
689+
# Optional. Only log entries that match the filter are returned. An empty filter
690+
# matches all log entries in the resources listed in resource_names. Referencing
691+
# a parent resource that is not listed in resource_names will cause the filter
692+
# to return no results. The maximum length of a filter is 20,000 characters.
695693
# Corresponds to the JSON property `filter`
696694
# @return [String]
697695
attr_accessor :filter
@@ -2670,12 +2668,10 @@ class TailLogEntriesRequest
26702668
# @return [String]
26712669
attr_accessor :buffer_window
26722670

2673-
# Optional. A filter that chooses which log entries to return. See Advanced Logs
2674-
# Filters (https://cloud.google.com/logging/docs/view/advanced_filters). Only
2675-
# log entries that match the filter are returned. An empty filter matches all
2676-
# log entries in the resources listed in resource_names. Referencing a parent
2677-
# resource that is not in resource_names will cause the filter to return no
2678-
# results. The maximum length of the filter is 20000 characters.
2671+
# Optional. Only log entries that match the filter are returned. An empty filter
2672+
# matches all log entries in the resources listed in resource_names. Referencing
2673+
# a parent resource that is not listed in resource_names will cause the filter
2674+
# to return no results. The maximum length of a filter is 20,000 characters.
26792675
# Corresponds to the JSON property `filter`
26802676
# @return [String]
26812677
attr_accessor :filter

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

Lines changed: 3 additions & 3 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.37.0"
19+
GEM_VERSION = "0.38.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.11.0"
22+
GENERATOR_VERSION = "0.11.1"
2323

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

0 commit comments

Comments
 (0)