google-apis-logging_v2 0.35.0 → 0.37.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/logging_v2/gem_version.rb +3 -3
- data/lib/google/apis/logging_v2/service.rb +15 -5
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c042b64c7c29551ef0e7bbd5219dfa8e35e33315e4c2d790fc174efdca6e5d0
|
|
4
|
+
data.tar.gz: 12f122ce63a982f79de38e361f4e4657d8b0720d84764fa7cb85a0755056ab7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c0156c26e367d1ad72d32b37ea865e491712dc3584043e0298751319239b6f6a8458386444f9425a334c72c461d9736371a71c1ae322dca15b0f9b49a936f65
|
|
7
|
+
data.tar.gz: 5f71edfc92edbc9a6f2f52a9b0a04ec3aac4719688c4be38d47bb46275e2b1668e6fc71a0b44b79f778850035ec6271d7b1c5c700506f93be02ae68611ea7dd9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.37.0 (2022-10-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.11.0
|
|
6
|
+
|
|
7
|
+
### v0.36.0 (2022-09-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220922
|
|
10
|
+
* Regenerated using generator version 0.10.0
|
|
11
|
+
|
|
3
12
|
### v0.35.0 (2022-08-25)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20220819
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220922"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -656,7 +656,9 @@ module Google
|
|
|
656
656
|
# locations/global/buckets/my-bucket"
|
|
657
657
|
# @param [Google::Apis::LoggingV2::LogView] log_view_object
|
|
658
658
|
# @param [String] view_id
|
|
659
|
-
# Required.
|
|
659
|
+
# Required. A client-assigned identifier such as "my-view". Identifiers are
|
|
660
|
+
# limited to 100 characters and can include only letters, digits, underscores,
|
|
661
|
+
# hyphens, and periods.
|
|
660
662
|
# @param [String] fields
|
|
661
663
|
# Selector specifying which fields to include in a partial response.
|
|
662
664
|
# @param [String] quota_user
|
|
@@ -2363,7 +2365,9 @@ module Google
|
|
|
2363
2365
|
# locations/global/buckets/my-bucket"
|
|
2364
2366
|
# @param [Google::Apis::LoggingV2::LogView] log_view_object
|
|
2365
2367
|
# @param [String] view_id
|
|
2366
|
-
# Required.
|
|
2368
|
+
# Required. A client-assigned identifier such as "my-view". Identifiers are
|
|
2369
|
+
# limited to 100 characters and can include only letters, digits, underscores,
|
|
2370
|
+
# hyphens, and periods.
|
|
2367
2371
|
# @param [String] fields
|
|
2368
2372
|
# Selector specifying which fields to include in a partial response.
|
|
2369
2373
|
# @param [String] quota_user
|
|
@@ -3421,7 +3425,9 @@ module Google
|
|
|
3421
3425
|
# locations/global/buckets/my-bucket"
|
|
3422
3426
|
# @param [Google::Apis::LoggingV2::LogView] log_view_object
|
|
3423
3427
|
# @param [String] view_id
|
|
3424
|
-
# Required.
|
|
3428
|
+
# Required. A client-assigned identifier such as "my-view". Identifiers are
|
|
3429
|
+
# limited to 100 characters and can include only letters, digits, underscores,
|
|
3430
|
+
# hyphens, and periods.
|
|
3425
3431
|
# @param [String] fields
|
|
3426
3432
|
# Selector specifying which fields to include in a partial response.
|
|
3427
3433
|
# @param [String] quota_user
|
|
@@ -4562,7 +4568,9 @@ module Google
|
|
|
4562
4568
|
# locations/global/buckets/my-bucket"
|
|
4563
4569
|
# @param [Google::Apis::LoggingV2::LogView] log_view_object
|
|
4564
4570
|
# @param [String] view_id
|
|
4565
|
-
# Required.
|
|
4571
|
+
# Required. A client-assigned identifier such as "my-view". Identifiers are
|
|
4572
|
+
# limited to 100 characters and can include only letters, digits, underscores,
|
|
4573
|
+
# hyphens, and periods.
|
|
4566
4574
|
# @param [String] fields
|
|
4567
4575
|
# Selector specifying which fields to include in a partial response.
|
|
4568
4576
|
# @param [String] quota_user
|
|
@@ -5897,7 +5905,9 @@ module Google
|
|
|
5897
5905
|
# locations/global/buckets/my-bucket"
|
|
5898
5906
|
# @param [Google::Apis::LoggingV2::LogView] log_view_object
|
|
5899
5907
|
# @param [String] view_id
|
|
5900
|
-
# Required.
|
|
5908
|
+
# Required. A client-assigned identifier such as "my-view". Identifiers are
|
|
5909
|
+
# limited to 100 characters and can include only letters, digits, underscores,
|
|
5910
|
+
# hyphens, and periods.
|
|
5901
5911
|
# @param [String] fields
|
|
5902
5912
|
# Selector specifying which fields to include in a partial response.
|
|
5903
5913
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.37.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: 2022-
|
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.9.1
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.9.1
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.37.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: []
|