google-apis-logging_v2 0.73.0 → 0.75.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a67ac8f2d1ef72b6e6d6a8dffbb9351be1e5ab133c575eff4b9507a5ca9548ad
4
- data.tar.gz: 1ae1344772c1e1c9b961a85b973b7c1b04825eaf9b6a7db443df88ed3cd73a7f
3
+ metadata.gz: 9aedf317c41671315ba45adefa459b45255efcdfd6eaf1974823eebdb5a2517d
4
+ data.tar.gz: 4dcd845e81568e2339c1024cbfe8e9b6eee7f8f76bd457ceb4328e3b897cd268
5
5
  SHA512:
6
- metadata.gz: e3b4d5f13ffb0ac4c1ccac6ec5da23a360bd21a79b78809fc789e0cbd4f41af27d10c76b55fa5d2a1ddb2404d6d71b4c20bc31286852ad0e6bbfd9592076968f
7
- data.tar.gz: 6cf66a26096663eec20e16c61241acef01315da46024ba5291661499432ce79afdc7017541af483805c1ebe2cdbc830679a2d44437044ce7e1f0d0a458dbb08a
6
+ metadata.gz: 4ed1c47ced67b1bc50c804ad12c35bfd1a361cf6a7e0cf807ccb02dd2dde67898235d234ff19f49174934ea973726a332d743abb7bc06798d53b62dd8f3aa643
7
+ data.tar.gz: 6742db81357f1164799c8f0d50a22b06708ce84fb7fbd5bb0d28129d1755e1191fb600fe811e9016813cd406e9ff66740eba6b0f9fb43863183b8b639748c6b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.74.0 (2024-09-22)
8
+
9
+ * Regenerated from discovery document revision 20240913
10
+
3
11
  ### v0.73.0 (2024-09-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20240908
@@ -1765,8 +1765,8 @@ module Google
1765
1765
  class LogBucket
1766
1766
  include Google::Apis::Core::Hashable
1767
1767
 
1768
- # Whether log analytics is enabled for this bucket.Once enabled, log analytics
1769
- # features cannot be disabled.
1768
+ # Optional. Whether log analytics is enabled for this bucket.Once enabled, log
1769
+ # analytics features cannot be disabled.
1770
1770
  # Corresponds to the JSON property `analyticsEnabled`
1771
1771
  # @return [Boolean]
1772
1772
  attr_accessor :analytics_enabled
@@ -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.73.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 = "20240908"
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.73.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-15 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.73.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