google-apis-language_v1beta2 0.12.0 → 0.13.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: 90a39971bebb973d20980cd405b4769fce823d936a7f5f18c511571c767d779d
4
- data.tar.gz: fcce1ac9637452c53b49cbfb5809cea4a671d932791b7f3f9d8a8fa857dbcaf4
3
+ metadata.gz: e78de9a520ca607cddc4e6c138e64e52f3e8cfa5ef006f74d3041c1db2a0559f
4
+ data.tar.gz: 10613710eb9dd61458b24e7cad84346b4f085a689f9bcb8ef47297f8294d555d
5
5
  SHA512:
6
- metadata.gz: 0a30084a8ecc77f11ea309017a5b866a5341553c7100041e08dca74691be5d94cf5e6595f254c5195c2e2c9780df14a39adb64607ff48b7039fab59ab5234b27
7
- data.tar.gz: 47a19226552ad8441be91f4f9de5ea7ea126defd65e118072cb32adaf032b8527254c54edc5211227dd1255a92f11e43ed4141e34164aeb253e812af7f04ac25
6
+ metadata.gz: 34b2d12168d48fb4f1198b1562cd1dbd387d6914df9c36bce04e175fed3b4e0a0cdba4c2eac86d8dc65561db0ef2bbfde773d3a3f48ad7b99d8b5a44ad4db974
7
+ data.tar.gz: 0e58d3b7289bdd46abec298bb95bcd867ca2139358f1f71e02817818b86ba0d5499417f17ea2720ca60ed5a82a8bb72e3a0444b62c804aedf350df093ed44d4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-language_v1beta2
2
2
 
3
+ ### v0.13.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220801
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.12.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -265,7 +265,7 @@ module Google
265
265
  attr_accessor :encoding_type
266
266
 
267
267
  # All available features for sentiment, syntax, and semantic analysis. Setting
268
- # each one to true will enable that specific analysis for the input. Next ID: 10
268
+ # each one to true will enable that specific analysis for the input. Next ID: 11
269
269
  # Corresponds to the JSON property `features`
270
270
  # @return [Google::Apis::LanguageV1beta2::Features]
271
271
  attr_accessor :features
@@ -587,7 +587,7 @@ module Google
587
587
  end
588
588
 
589
589
  # All available features for sentiment, syntax, and semantic analysis. Setting
590
- # each one to true will enable that specific analysis for the input. Next ID: 10
590
+ # each one to true will enable that specific analysis for the input. Next ID: 11
591
591
  class Features
592
592
  include Google::Apis::Core::Hashable
593
593
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LanguageV1beta2
18
18
  # Version of the google-apis-language_v1beta2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210807"
25
+ REVISION = "20220801"
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-language_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-08 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-language_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []