Skip to content

Commit cd89784

Browse files
feat: Automated regeneration of logging v2 client (googleapis#20398)
Auto-created at 2024-10-20 09:11:00 +0000 using the toys pull request generator.
1 parent b37d42c commit cd89784

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
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.75.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241010
6+
37
### v0.74.0 (2024-09-22)
48

59
* Regenerated from discovery document revision 20240913

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,8 +2456,9 @@ class LogScope
24562456
# @return [String]
24572457
attr_accessor :description
24582458

2459-
# Output only. The resource name of the log scope.For example:projects/my-
2460-
# project/locations/global/logScopes/my-log-scope
2459+
# Output only. The resource name of the log scope.Log scopes are only available
2460+
# in the global location. For example:projects/my-project/locations/global/
2461+
# logScopes/my-log-scope
24612462
# Corresponds to the JSON property `name`
24622463
# @return [String]
24632464
attr_accessor :name

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.74.0"
19+
GEM_VERSION = "0.75.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 = "20240913"
25+
REVISION = "20241010"
2626
end
2727
end
2828
end

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,8 +3658,9 @@ def list_folder_location_log_scopes(parent, page_size: nil, page_token: nil, fie
36583658

36593659
# Updates a log scope.
36603660
# @param [String] name
3661-
# Output only. The resource name of the log scope.For example:projects/my-
3662-
# project/locations/global/logScopes/my-log-scope
3661+
# Output only. The resource name of the log scope.Log scopes are only available
3662+
# in the global location. For example:projects/my-project/locations/global/
3663+
# logScopes/my-log-scope
36633664
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
36643665
# @param [String] update_mask
36653666
# Optional. Field mask that specifies the fields in log_scope that need an
@@ -7061,8 +7062,9 @@ def list_organization_location_log_scopes(parent, page_size: nil, page_token: ni
70617062

70627063
# Updates a log scope.
70637064
# @param [String] name
7064-
# Output only. The resource name of the log scope.For example:projects/my-
7065-
# project/locations/global/logScopes/my-log-scope
7065+
# Output only. The resource name of the log scope.Log scopes are only available
7066+
# in the global location. For example:projects/my-project/locations/global/
7067+
# logScopes/my-log-scope
70667068
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
70677069
# @param [String] update_mask
70687070
# Optional. Field mask that specifies the fields in log_scope that need an
@@ -9246,8 +9248,9 @@ def list_project_location_log_scopes(parent, page_size: nil, page_token: nil, fi
92469248

92479249
# Updates a log scope.
92489250
# @param [String] name
9249-
# Output only. The resource name of the log scope.For example:projects/my-
9250-
# project/locations/global/logScopes/my-log-scope
9251+
# Output only. The resource name of the log scope.Log scopes are only available
9252+
# in the global location. For example:projects/my-project/locations/global/
9253+
# logScopes/my-log-scope
92519254
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
92529255
# @param [String] update_mask
92539256
# Optional. Field mask that specifies the fields in log_scope that need an

0 commit comments

Comments
 (0)