Skip to content

Commit 0891683

Browse files
feat: Automated regeneration of logging v2 client (#24254)
Auto-created at 2025-09-14 09:36:12 +0000 using the toys pull request generator.
1 parent 3ff6c6e commit 0891683

File tree

4 files changed

+48
-34
lines changed

4 files changed

+48
-34
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.83.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250905
6+
37
### v0.82.0 (2025-08-31)
48

59
* Regenerated from discovery document revision 20250822

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,10 +2533,11 @@ class LogScope
25332533
# @return [String]
25342534
attr_accessor :name
25352535

2536-
# Required. Names of one or more parent resources: projects/[PROJECT_ID]May
2537-
# alternatively be one or more views: projects/[PROJECT_ID]/locations/[
2538-
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope can include a
2539-
# maximum of 5 projects and a maximum of 100 resources in total.
2536+
# Required. Names of one or more parent resources (organizations and folders are
2537+
# not supported.): projects/[PROJECT_ID]May alternatively be one or more views:
2538+
# projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[
2539+
# VIEW_ID]A log scope can include a maximum of 5 projects and a maximum of 100
2540+
# resources in total.
25402541
# Corresponds to the JSON property `resourceNames`
25412542
# @return [Array<String>]
25422543
attr_accessor :resource_names

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.82.0"
19+
GEM_VERSION = "0.83.0"
2020

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

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

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

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ def get_billing_account_location(name, fields: nil, quota_user: nil, options: ni
357357
# @param [String] name
358358
# The resource that owns the locations collection, if applicable.
359359
# @param [Array<String>, String] extra_location_types
360-
# Optional. Do not use this field. It is unsupported and is ignored unless
361-
# explicitly documented otherwise. This is primarily for internal usage.
360+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
361+
# field which is primarily intended for internal usage.
362362
# @param [String] filter
363363
# A filter to narrow down results to a preferred subset. The filtering language
364364
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -2616,8 +2616,8 @@ def get_folder_location(name, fields: nil, quota_user: nil, options: nil, &block
26162616
# @param [String] name
26172617
# The resource that owns the locations collection, if applicable.
26182618
# @param [Array<String>, String] extra_location_types
2619-
# Optional. Do not use this field. It is unsupported and is ignored unless
2620-
# explicitly documented otherwise. This is primarily for internal usage.
2619+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
2620+
# field which is primarily intended for internal usage.
26212621
# @param [String] filter
26222622
# A filter to narrow down results to a preferred subset. The filtering language
26232623
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -3514,9 +3514,10 @@ def list_folder_location_bucket_view_logs(parent, page_size: nil, page_token: ni
35143514

35153515
# Creates a log scope.
35163516
# @param [String] parent
3517-
# Required. The parent project in which to create the log scope "projects/[
3518-
# PROJECT_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
3519-
# locations/global"
3517+
# Required. The parent resource in which to create the log scope: "projects/[
3518+
# PROJECT_ID]/locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/
3519+
# locations/[LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For
3520+
# example:"projects/my-project/locations/global"
35203521
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
35213522
# @param [String] log_scope_id
35223523
# Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -3555,8 +3556,9 @@ def create_folder_location_log_scope(parent, log_scope_object = nil, log_scope_i
35553556
# Deletes a log scope.
35563557
# @param [String] name
35573558
# Required. The resource name of the log scope to delete: "projects/[PROJECT_ID]/
3558-
# locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-
3559-
# project/locations/global/logScopes/my-log-scope"
3559+
# locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[
3560+
# LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"
3561+
# projects/my-project/locations/global/logScopes/my-log-scope"
35603562
# @param [String] fields
35613563
# Selector specifying which fields to include in a partial response.
35623564
# @param [String] quota_user
@@ -3587,7 +3589,8 @@ def delete_folder_location_log_scope(name, fields: nil, quota_user: nil, options
35873589
# Gets a log scope.
35883590
# @param [String] name
35893591
# Required. The resource name of the log scope: "projects/[PROJECT_ID]/locations/
3590-
# [LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-project/
3592+
# [LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" "
3593+
# folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
35913594
# locations/global/logScopes/my-log-scope"
35923595
# @param [String] fields
35933596
# Selector specifying which fields to include in a partial response.
@@ -4531,8 +4534,8 @@ def get_location(name, fields: nil, quota_user: nil, options: nil, &block)
45314534
# @param [String] name
45324535
# The resource that owns the locations collection, if applicable.
45334536
# @param [Array<String>, String] extra_location_types
4534-
# Optional. Do not use this field. It is unsupported and is ignored unless
4535-
# explicitly documented otherwise. This is primarily for internal usage.
4537+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
4538+
# field which is primarily intended for internal usage.
45364539
# @param [String] filter
45374540
# A filter to narrow down results to a preferred subset. The filtering language
45384541
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -6022,8 +6025,8 @@ def get_organization_location(name, fields: nil, quota_user: nil, options: nil,
60226025
# @param [String] name
60236026
# The resource that owns the locations collection, if applicable.
60246027
# @param [Array<String>, String] extra_location_types
6025-
# Optional. Do not use this field. It is unsupported and is ignored unless
6026-
# explicitly documented otherwise. This is primarily for internal usage.
6028+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
6029+
# field which is primarily intended for internal usage.
60276030
# @param [String] filter
60286031
# A filter to narrow down results to a preferred subset. The filtering language
60296032
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -6920,9 +6923,10 @@ def list_organization_location_bucket_view_logs(parent, page_size: nil, page_tok
69206923

69216924
# Creates a log scope.
69226925
# @param [String] parent
6923-
# Required. The parent project in which to create the log scope "projects/[
6924-
# PROJECT_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
6925-
# locations/global"
6926+
# Required. The parent resource in which to create the log scope: "projects/[
6927+
# PROJECT_ID]/locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/
6928+
# locations/[LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For
6929+
# example:"projects/my-project/locations/global"
69266930
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
69276931
# @param [String] log_scope_id
69286932
# Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -6961,8 +6965,9 @@ def create_organization_location_log_scope(parent, log_scope_object = nil, log_s
69616965
# Deletes a log scope.
69626966
# @param [String] name
69636967
# Required. The resource name of the log scope to delete: "projects/[PROJECT_ID]/
6964-
# locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-
6965-
# project/locations/global/logScopes/my-log-scope"
6968+
# locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[
6969+
# LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"
6970+
# projects/my-project/locations/global/logScopes/my-log-scope"
69666971
# @param [String] fields
69676972
# Selector specifying which fields to include in a partial response.
69686973
# @param [String] quota_user
@@ -6993,7 +6998,8 @@ def delete_organization_location_log_scope(name, fields: nil, quota_user: nil, o
69936998
# Gets a log scope.
69946999
# @param [String] name
69957000
# Required. The resource name of the log scope: "projects/[PROJECT_ID]/locations/
6996-
# [LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-project/
7001+
# [LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" "
7002+
# folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
69977003
# locations/global/logScopes/my-log-scope"
69987004
# @param [String] fields
69997005
# Selector specifying which fields to include in a partial response.
@@ -8209,8 +8215,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
82098215
# @param [String] name
82108216
# The resource that owns the locations collection, if applicable.
82118217
# @param [Array<String>, String] extra_location_types
8212-
# Optional. Do not use this field. It is unsupported and is ignored unless
8213-
# explicitly documented otherwise. This is primarily for internal usage.
8218+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
8219+
# field which is primarily intended for internal usage.
82148220
# @param [String] filter
82158221
# A filter to narrow down results to a preferred subset. The filtering language
82168222
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -9107,9 +9113,10 @@ def list_project_location_bucket_view_logs(parent, page_size: nil, page_token: n
91079113

91089114
# Creates a log scope.
91099115
# @param [String] parent
9110-
# Required. The parent project in which to create the log scope "projects/[
9111-
# PROJECT_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
9112-
# locations/global"
9116+
# Required. The parent resource in which to create the log scope: "projects/[
9117+
# PROJECT_ID]/locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/
9118+
# locations/[LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For
9119+
# example:"projects/my-project/locations/global"
91139120
# @param [Google::Apis::LoggingV2::LogScope] log_scope_object
91149121
# @param [String] log_scope_id
91159122
# Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -9148,8 +9155,9 @@ def create_project_location_log_scope(parent, log_scope_object = nil, log_scope_
91489155
# Deletes a log scope.
91499156
# @param [String] name
91509157
# Required. The resource name of the log scope to delete: "projects/[PROJECT_ID]/
9151-
# locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-
9152-
# project/locations/global/logScopes/my-log-scope"
9158+
# locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[
9159+
# LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"
9160+
# projects/my-project/locations/global/logScopes/my-log-scope"
91539161
# @param [String] fields
91549162
# Selector specifying which fields to include in a partial response.
91559163
# @param [String] quota_user
@@ -9180,7 +9188,8 @@ def delete_project_location_log_scope(name, fields: nil, quota_user: nil, option
91809188
# Gets a log scope.
91819189
# @param [String] name
91829190
# Required. The resource name of the log scope: "projects/[PROJECT_ID]/locations/
9183-
# [LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-project/
9191+
# [LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" "
9192+
# folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/
91849193
# locations/global/logScopes/my-log-scope"
91859194
# @param [String] fields
91869195
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)