google-apis-speech_v1p1beta1 0.9.0 → 0.13.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: 2eb8171423a0ee3f43dc6a538b487f9a725d591f5ac2e8ccd8a14729c614eeb5
4
- data.tar.gz: b1cf0691b64ab4c24cba1ed1d04989185066356e1a7d07cc045379a95a74f4ee
3
+ metadata.gz: b4a2abe7b7997e8d4a879d67059d962fc49fc1dcdd20fc0ba7ee4e78c8e0efcb
4
+ data.tar.gz: b6652f9b98f7483866a3f534926e189b4781f81558804cc5f5b472c599acd750
5
5
  SHA512:
6
- metadata.gz: 5984a70e2c820def3b0616facefec0c8918b89baefe646d16e94051d6acaf7e2e71d3a358788a74bd0ecf86a512c3cf31496134596ca3b33ddefc27b240c0d12
7
- data.tar.gz: d5cf58e488a2bafc5c8ba6f03348e07ef76ab870fe57dbf67495cf30c5ab8d4bdaecaaac3009a3c4d28d92c8aa169d48a0a754d53e408e1384d94c66fa56d902
6
+ metadata.gz: e4ba07bd1961d676591db959e3daa1f0f84144ae16a3220ec4e80e94dde4d989d7d5995bbc87b641dda36646866ed31bd169d7885074e1b79c81774a8a821958
7
+ data.tar.gz: 9c84f11e9b5e10c3f6ad02633defb6c0a60e3d13e5527626d4173ceb1ba6aeaf566dc9d5a363de331bee326899871f8dcc978af54167e08370d4a6ca87593123
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.13.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210726
6
+
7
+ ### v0.12.0 (2021-07-22)
8
+
9
+ * Regenerated from discovery document revision 20210714
10
+
11
+ ### v0.11.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.10.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.9.0 (2021-05-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210429
@@ -52,9 +52,9 @@ module Google
52
52
  # @return [Google::Apis::SpeechV1p1beta1::CustomClass]
53
53
  attr_accessor :custom_class
54
54
 
55
- # The ID to use for the custom class, which will become the final component of
56
- # the custom class' resource name. This value should be 4-63 characters, and
57
- # valid characters are /a-z-/.
55
+ # Required. The ID to use for the custom class, which will become the final
56
+ # component of the custom class' resource name. This value should be 4-63
57
+ # characters, and valid characters are /a-z-/.
58
58
  # Corresponds to the JSON property `customClassId`
59
59
  # @return [String]
60
60
  attr_accessor :custom_class_id
@@ -80,9 +80,9 @@ module Google
80
80
  # @return [Google::Apis::SpeechV1p1beta1::PhraseSet]
81
81
  attr_accessor :phrase_set
82
82
 
83
- # The ID to use for the phrase set, which will become the final component of the
84
- # phrase set's resource name. This value should be 4-63 characters, and valid
85
- # characters are /a-z-/.
83
+ # Required. The ID to use for the phrase set, which will become the final
84
+ # component of the phrase set's resource name. This value should be 4-63
85
+ # characters, and valid characters are /a-z-/.
86
86
  # Corresponds to the JSON property `phraseSetId`
87
87
  # @return [String]
88
88
  attr_accessor :phrase_set_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.9.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.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210429"
25
+ REVISION = "20210726"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Speech-to-Text API V1p1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1p1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []