google-apis-logging_v2 0.28.0 → 0.29.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 +4 -0
- data/lib/google/apis/logging_v2/classes.rb +6 -5
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 892e81f5fcc177d49fbc2e3f7ce1d030054574893d2bd3233bac84fa2db59897
|
|
4
|
+
data.tar.gz: 86955da5f9e215a3677cb24740fdc5395879b9c15021d505665e598e2e904c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 616fadc54bd3cd95a6d28419b210e24e4d6da2e56c4721cd31bf3c69fa572b39988944ec17c74d5fc06612320796b92080efe1c8349d8dd90ff141d3d7e0eaab
|
|
7
|
+
data.tar.gz: ad45e74411e6cdad0ea876c6ba8edbf44356e6e114f44ba706953ea08e520334a1c36fa663721bae6e390388ee2e5f09705ba18b8c2a0ed7f8383c39406d4675
|
data/CHANGELOG.md
CHANGED
|
@@ -2768,11 +2768,12 @@ module Google
|
|
|
2768
2768
|
# @return [String]
|
|
2769
2769
|
attr_accessor :log_name
|
|
2770
2770
|
|
|
2771
|
-
# Optional. Whether valid entries should be written even if some other
|
|
2772
|
-
#
|
|
2773
|
-
#
|
|
2774
|
-
#
|
|
2775
|
-
# zero-based index in the entries.
|
|
2771
|
+
# Optional. Whether a batch's valid entries should be written even if some other
|
|
2772
|
+
# entry failed due to a permanent error such as INVALID_ARGUMENT or
|
|
2773
|
+
# PERMISSION_DENIED. If any entry failed, then the response status is the
|
|
2774
|
+
# response status is the status of one of the failed entries. The response will
|
|
2775
|
+
# include error details keyed by the entries' zero-based index in the entries.
|
|
2776
|
+
# write method.
|
|
2776
2777
|
# Corresponds to the JSON property `partialSuccess`
|
|
2777
2778
|
# @return [Boolean]
|
|
2778
2779
|
attr_accessor :partial_success
|
|
@@ -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.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220414"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.29.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-04-
|
|
11
|
+
date: 2022-04-25 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.29.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: []
|