google-apis-speech_v1p1beta1 0.37.0 → 0.38.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: 94598ad2deb8477be4a6636922016b737773e833533c874b19b1c990b0fc1aa0
4
- data.tar.gz: 3a371bd80bbe1be46e1a446081c27ad2b2bfa5b2ac83052d4fdbdf85d02de76e
3
+ metadata.gz: ff57d8b9e5bfa5ea6b723528b88b65fb47bcec0ebf21ed5bcbf04d34b9556806
4
+ data.tar.gz: 880920b9dd3e03f16428a8c74d54f716e2c5025355ea0ae56fc8dc0f69e61a13
5
5
  SHA512:
6
- metadata.gz: 4ff0455309f09c6d1c521ea6e71a3261bec7f547ebe181a84fa7bb2cec627966a9d6f7464b87ae843865683a5124a3e741251d7553846a41714b2ab7d01905b3
7
- data.tar.gz: dc7eca07559c3f48498df29bea2517273352952409ce6ad95b8cdcb9c8f17bf51c3416d06f9f9e0bf58960586eb3d8f79802d28c9f09ad637ef5eea395c3b685
6
+ metadata.gz: 637610039d277736df464dee15be6d00621eef3992de35c6e567e297059ac21b9e3348127b96edb348a57f0851b95ea8e5bfc2721c3c8093bd7270baef7156be
7
+ data.tar.gz: faba737d63319a58e863884191cccf56f84be3c8a94773a6d4ada79a4a3180d0b0c85abb76b84054d47e60af6130dccc6ecd78dd2449a5dd53db3893069b24e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.38.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.37.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230418
@@ -477,13 +477,13 @@ module Google
477
477
  # @return [String]
478
478
  attr_accessor :name
479
479
 
480
- # The normal response of the operation in case of success. If the original
481
- # method returns no data on success, such as `Delete`, the response is `google.
482
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
483
- # the response should be the resource. For other methods, the response should
484
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
485
- # example, if the original method name is `TakeSnapshot()`, the inferred
486
- # response type is `TakeSnapshotResponse`.
480
+ # The normal, successful response of the operation. If the original method
481
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
482
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
483
+ # response should be the resource. For other methods, the response should have
484
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
485
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
486
+ # `TakeSnapshotResponse`.
487
487
  # Corresponds to the JSON property `response`
488
488
  # @return [Hash<String,Object>]
489
489
  attr_accessor :response
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230418"
25
+ REVISION = "20230804"
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-speech_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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: 2023-04-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-speech_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []