google-apis-logging_v2 0.28.0 → 0.29.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: a2c5e2856e96c69c93b8d05fa850aa73e4148a953132472716fb0e600298b015
4
- data.tar.gz: bbc7ad58d3ec8f61878c8f3a52485392d98819833bc0b9d8441b3f51f2333838
3
+ metadata.gz: 892e81f5fcc177d49fbc2e3f7ce1d030054574893d2bd3233bac84fa2db59897
4
+ data.tar.gz: 86955da5f9e215a3677cb24740fdc5395879b9c15021d505665e598e2e904c72
5
5
  SHA512:
6
- metadata.gz: 92242c9cc1b0f0562ec5bcee6de514b0d4510cec1acd2677ddab819c7b9f7351ca73eb8f9589151a7a75f0553619e44c7e3f1c1efcee2043a89fdf2f18a88e94
7
- data.tar.gz: 45cf4ac363398b9069bf3db0ae70d9d980611c518912afe8ee5865fca6247a38922b889047139c5f1cc498d0ba105ece828386544ce3ddc83034cc7dd6e4e4d6
6
+ metadata.gz: 616fadc54bd3cd95a6d28419b210e24e4d6da2e56c4721cd31bf3c69fa572b39988944ec17c74d5fc06612320796b92080efe1c8349d8dd90ff141d3d7e0eaab
7
+ data.tar.gz: ad45e74411e6cdad0ea876c6ba8edbf44356e6e114f44ba706953ea08e520334a1c36fa663721bae6e390388ee2e5f09705ba18b8c2a0ed7f8383c39406d4675
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.29.0 (2022-04-23)
4
+
5
+ * Regenerated from discovery document revision 20220414
6
+
3
7
  ### v0.28.0 (2022-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220408
@@ -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 entries
2772
- # fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not
2773
- # written, then the response status is the error associated with one of the
2774
- # failed entries and the response includes error details keyed by the entries'
2775
- # zero-based index in the entries.write method.
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.28.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 = "20220408"
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.28.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-18 00:00:00.000000000 Z
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.28.0
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: []