google-apis-logging_v2 0.82.0 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2138e5c66633fd039770cebfe7d8464275b6f581a3810b6aa000858296585276
4
- data.tar.gz: cf14ee13ead0a3c5e7476daead3413b62bb3390c8a8127a1fd8f4e992e7cbd83
3
+ metadata.gz: 1d3facac001d5b9a5e11a357f0522c53370ecafb4c1e6f5c95fa6d3fcee7c16f
4
+ data.tar.gz: cb52dbdc20992e7caa9e3a4a92960bbbbb8c8da6aacaaa05f43df328b75204b8
5
5
  SHA512:
6
- metadata.gz: dfd72b6740b4e236a4b0e9df16907757c4d06caf07b5aa25f272588a3d26d2bc205b3773ebde3dfc733613f8b924d6cd734399c87f81f1653b77056a884186c2
7
- data.tar.gz: 578b60f37d07b2a6282a5a676b38c5f7eb76d7fcab0553ce77c7f054ea4b5131cdb5eafc9eb31207fca74ee086b589cae605b9909af2fe1191495cf888500667
6
+ metadata.gz: 6f332012884374b0f72834ffe9d646db439fafdb66717e09434767c334bee8c49c00bd66f6d90b73a35670d33385d549311462c32ff8d16bd6caf36942ceb56c
7
+ data.tar.gz: d8181208907739e12b2a1ce85a4688a2dd597fcdfbe46d9430e909be76ad29affaabbf3f6123121c17564e9781053c7cdaa41a55aa904aea885582c0e83301f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.83.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250905
6
+
3
7
  ### v0.82.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250822
@@ -2533,10 +2533,11 @@ module Google
2533
2533
  # @return [String]
2534
2534
  attr_accessor :name
2535
2535
 
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.
2540
2541
  # Corresponds to the JSON property `resourceNames`
2541
2542
  # @return [Array<String>]
2542
2543
  attr_accessor :resource_names
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250822"
25
+ REVISION = "20250905"
26
26
  end
27
27
  end
28
28
  end
@@ -357,8 +357,8 @@ module Google
357
357
  # @param [String] name
358
358
  # The resource that owns the locations collection, if applicable.
359
359
  # @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.
362
362
  # @param [String] filter
363
363
  # A filter to narrow down results to a preferred subset. The filtering language
364
364
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -2616,8 +2616,8 @@ module Google
2616
2616
  # @param [String] name
2617
2617
  # The resource that owns the locations collection, if applicable.
2618
2618
  # @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.
2621
2621
  # @param [String] filter
2622
2622
  # A filter to narrow down results to a preferred subset. The filtering language
2623
2623
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -3514,9 +3514,10 @@ module Google
3514
3514
 
3515
3515
  # Creates a log scope.
3516
3516
  # @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"
3520
3521
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
3521
3522
  # @param [String] log_scope_id
3522
3523
  # Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -3555,8 +3556,9 @@ module Google
3555
3556
  # Deletes a log scope.
3556
3557
  # @param [String] name
3557
3558
  # 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"
3560
3562
  # @param [String] fields
3561
3563
  # Selector specifying which fields to include in a partial response.
3562
3564
  # @param [String] quota_user
@@ -3587,7 +3589,8 @@ module Google
3587
3589
  # Gets a log scope.
3588
3590
  # @param [String] name
3589
3591
  # 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/
3591
3594
  # locations/global/logScopes/my-log-scope"
3592
3595
  # @param [String] fields
3593
3596
  # Selector specifying which fields to include in a partial response.
@@ -4531,8 +4534,8 @@ module Google
4531
4534
  # @param [String] name
4532
4535
  # The resource that owns the locations collection, if applicable.
4533
4536
  # @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.
4536
4539
  # @param [String] filter
4537
4540
  # A filter to narrow down results to a preferred subset. The filtering language
4538
4541
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -6022,8 +6025,8 @@ module Google
6022
6025
  # @param [String] name
6023
6026
  # The resource that owns the locations collection, if applicable.
6024
6027
  # @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.
6027
6030
  # @param [String] filter
6028
6031
  # A filter to narrow down results to a preferred subset. The filtering language
6029
6032
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -6920,9 +6923,10 @@ module Google
6920
6923
 
6921
6924
  # Creates a log scope.
6922
6925
  # @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"
6926
6930
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
6927
6931
  # @param [String] log_scope_id
6928
6932
  # Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -6961,8 +6965,9 @@ module Google
6961
6965
  # Deletes a log scope.
6962
6966
  # @param [String] name
6963
6967
  # 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"
6966
6971
  # @param [String] fields
6967
6972
  # Selector specifying which fields to include in a partial response.
6968
6973
  # @param [String] quota_user
@@ -6993,7 +6998,8 @@ module Google
6993
6998
  # Gets a log scope.
6994
6999
  # @param [String] name
6995
7000
  # 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/
6997
7003
  # locations/global/logScopes/my-log-scope"
6998
7004
  # @param [String] fields
6999
7005
  # Selector specifying which fields to include in a partial response.
@@ -8209,8 +8215,8 @@ module Google
8209
8215
  # @param [String] name
8210
8216
  # The resource that owns the locations collection, if applicable.
8211
8217
  # @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.
8214
8220
  # @param [String] filter
8215
8221
  # A filter to narrow down results to a preferred subset. The filtering language
8216
8222
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -9107,9 +9113,10 @@ module Google
9107
9113
 
9108
9114
  # Creates a log scope.
9109
9115
  # @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"
9113
9120
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
9114
9121
  # @param [String] log_scope_id
9115
9122
  # Required. A client-assigned identifier such as "log-scope". Identifiers are
@@ -9148,8 +9155,9 @@ module Google
9148
9155
  # Deletes a log scope.
9149
9156
  # @param [String] name
9150
9157
  # 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"
9153
9161
  # @param [String] fields
9154
9162
  # Selector specifying which fields to include in a partial response.
9155
9163
  # @param [String] quota_user
@@ -9180,7 +9188,8 @@ module Google
9180
9188
  # Gets a log scope.
9181
9189
  # @param [String] name
9182
9190
  # 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/
9184
9193
  # locations/global/logScopes/my-log-scope"
9185
9194
  # @param [String] fields
9186
9195
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.83.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
62
62
  rdoc_options: []
63
63
  require_paths: