google-apis-logging_v2 0.74.0 → 0.75.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: 590e3419dabbff7833bf022f804a3b193c7372fe4bc73a69149a9b1207464bd9
4
- data.tar.gz: c788018b4d3c87d942fa98fc3b08124fa23f955d4f2207582999ab56c79b3f2f
3
+ metadata.gz: 9aedf317c41671315ba45adefa459b45255efcdfd6eaf1974823eebdb5a2517d
4
+ data.tar.gz: 4dcd845e81568e2339c1024cbfe8e9b6eee7f8f76bd457ceb4328e3b897cd268
5
5
  SHA512:
6
- metadata.gz: a4368ba17b18754f669468f7f15ec9aa73ec1f2c6a357aa985ae8a4cd05fa5bdf50044fc7da685a8d9be79c2e64373c85a5c25c6bd16ffa39c01092e30d872ca
7
- data.tar.gz: ff18ae8d1ff744d10ab59d039a9b068bbf182e442641fca2d2d9d90a9b3ee83d5b03e53442dc20ca2da894368b12cb65274e88bfb1293ee869690b942fb8718b
6
+ metadata.gz: 4ed1c47ced67b1bc50c804ad12c35bfd1a361cf6a7e0cf807ccb02dd2dde67898235d234ff19f49174934ea973726a332d743abb7bc06798d53b62dd8f3aa643
7
+ data.tar.gz: 6742db81357f1164799c8f0d50a22b06708ce84fb7fbd5bb0d28129d1755e1191fb600fe811e9016813cd406e9ff66740eba6b0f9fb43863183b8b639748c6b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.75.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241018
6
+
3
7
  ### v0.74.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240913
@@ -2456,8 +2456,9 @@ module Google
2456
2456
  # @return [String]
2457
2457
  attr_accessor :description
2458
2458
 
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
2461
2462
  # Corresponds to the JSON property `name`
2462
2463
  # @return [String]
2463
2464
  attr_accessor :name
@@ -2465,7 +2466,7 @@ module Google
2465
2466
  # Required. Names of one or more parent resources: projects/[PROJECT_ID]May
2466
2467
  # alternatively be one or more views: projects/[PROJECT_ID]/locations/[
2467
2468
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope can include a
2468
- # maximum of 50 projects and a maximum of 100 resources in total.
2469
+ # maximum of 5 projects and a maximum of 100 resources in total.
2469
2470
  # Corresponds to the JSON property `resourceNames`
2470
2471
  # @return [Array<String>]
2471
2472
  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.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240913"
25
+ REVISION = "20241018"
26
26
  end
27
27
  end
28
28
  end
@@ -3658,8 +3658,9 @@ module Google
3658
3658
 
3659
3659
  # Updates a log scope.
3660
3660
  # @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
3663
3664
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
3664
3665
  # @param [String] update_mask
3665
3666
  # Optional. Field mask that specifies the fields in log_scope that need an
@@ -7061,8 +7062,9 @@ module Google
7061
7062
 
7062
7063
  # Updates a log scope.
7063
7064
  # @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
7066
7068
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
7067
7069
  # @param [String] update_mask
7068
7070
  # Optional. Field mask that specifies the fields in log_scope that need an
@@ -9246,8 +9248,9 @@ module Google
9246
9248
 
9247
9249
  # Updates a log scope.
9248
9250
  # @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
9251
9254
  # @param [Google::Apis::LoggingV2::LogScope] log_scope_object
9252
9255
  # @param [String] update_mask
9253
9256
  # Optional. Field mask that specifies the fields in log_scope that need an
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Logging API V2