google-cloud-speech-v1p1beta1 0.17.0 → 0.17.1

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: 3fb51328890358e72c887d4c047bbe5380b02f67a57e19a315a824f35fedf151
4
- data.tar.gz: 76ad18cf2a0031d1d491e791fd84f45cc67f84abb59361a3366a116dc640b4c3
3
+ metadata.gz: 3a9a31ae4c03e0de70e4d30aff8741a132cfeec7a0477f7e24dfaa38ea686b99
4
+ data.tar.gz: eb7850c2b84633d7040034cc86b9bd87855856cf06e0bbd44194e8124afaee4a
5
5
  SHA512:
6
- metadata.gz: b59f26dd15aa099a0e4b048a90e44d2a7bd4d745a10c047939508923c0ef515172378efbc0b75fff35c9f74603ed8ee585a6b7e659e5a2c898260a622ee32385
7
- data.tar.gz: 0420ff684d70303bf3f1fdfe38bb31ae944807c0441215d507b6e6a4fa027032a2d5b2c5a582cc51db7f659e9d87167ad53668b012d7ec55b3720a20767a8402
6
+ metadata.gz: 207dc537df35fca8abe841f31a1c92cefc60490f15024bbd85356778eacc4c8b01b80c9dbe3631b4474f6245ad00c386ec466bed161513dba8b26f469d895ade
7
+ data.tar.gz: 1bf1eeac4ebcccb17af7c6476223aab9218f182a0ab9b92983e305cd5f93aa94d8b9d521aa0dc3ff5ad11f34f8222219c68f639c26d65d2517a526e9c6fe3e54
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -168,7 +168,7 @@ module Google
168
168
  # Required. The parent resource where this phrase set will be created.
169
169
  # Format:
170
170
  #
171
- # `projects/{project}/locations/{location}/phraseSets`
171
+ # `projects/{project}/locations/{location}`
172
172
  #
173
173
  # Speech-to-Text supports three locations: `global`, `us` (US North America),
174
174
  # and `eu` (Europe). If you are calling the `speech.googleapis.com`
@@ -1162,9 +1162,9 @@ module Google
1162
1162
  # * (`String`) The path to a service account key file in JSON format
1163
1163
  # * (`Hash`) A service account key as a Hash
1164
1164
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1165
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1165
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1166
1166
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1167
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1167
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1168
1168
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1169
1169
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1170
1170
  # * (`nil`) indicating no credentials
@@ -159,7 +159,7 @@ module Google
159
159
  # Required. The parent resource where this phrase set will be created.
160
160
  # Format:
161
161
  #
162
- # `projects/{project}/locations/{location}/phraseSets`
162
+ # `projects/{project}/locations/{location}`
163
163
  #
164
164
  # Speech-to-Text supports three locations: `global`, `us` (US North America),
165
165
  # and `eu` (Europe). If you are calling the `speech.googleapis.com`
@@ -915,9 +915,9 @@ module Google
915
915
  # * (`String`) The path to a service account key file in JSON format
916
916
  # * (`Hash`) A service account key as a Hash
917
917
  # * (`Google::Auth::Credentials`) A googleauth credentials object
918
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
918
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
919
919
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
920
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
920
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
921
921
  # * (`nil`) indicating no credentials
922
922
  # @return [::Object]
923
923
  # @!attribute [rw] scope
@@ -462,9 +462,9 @@ module Google
462
462
  # * (`String`) The path to a service account key file in JSON format
463
463
  # * (`Hash`) A service account key as a Hash
464
464
  # * (`Google::Auth::Credentials`) A googleauth credentials object
465
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
465
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
466
466
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
467
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
467
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
468
468
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
469
469
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
470
470
  # * (`nil`) indicating no credentials
@@ -612,9 +612,9 @@ module Google
612
612
  # * (`String`) The path to a service account key file in JSON format
613
613
  # * (`Hash`) A service account key as a Hash
614
614
  # * (`Google::Auth::Credentials`) A googleauth credentials object
615
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
615
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
616
616
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
617
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
617
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
618
618
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
619
619
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
620
620
  # * (`nil`) indicating no credentials
@@ -332,9 +332,9 @@ module Google
332
332
  # * (`String`) The path to a service account key file in JSON format
333
333
  # * (`Hash`) A service account key as a Hash
334
334
  # * (`Google::Auth::Credentials`) A googleauth credentials object
335
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
335
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
336
336
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
337
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
337
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
338
338
  # * (`nil`) indicating no credentials
339
339
  # @return [::Object]
340
340
  # @!attribute [rw] scope
@@ -411,9 +411,9 @@ module Google
411
411
  # * (`String`) The path to a service account key file in JSON format
412
412
  # * (`Hash`) A service account key as a Hash
413
413
  # * (`Google::Auth::Credentials`) A googleauth credentials object
414
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
414
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
415
415
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
416
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
416
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
417
417
  # * (`nil`) indicating no credentials
418
418
  # @return [::Object]
419
419
  # @!attribute [rw] scope
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1p1beta1
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.1"
25
25
  end
26
26
  end
27
27
  end
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -240,8 +246,8 @@ module Google
240
246
  # Example of a YAML configuration::
241
247
  #
242
248
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
249
+ # method_settings:
250
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
251
  # long_running:
246
252
  # initial_poll_delay:
247
253
  # seconds: 60 # 1 minute
@@ -27,7 +27,7 @@ module Google
27
27
  # Required. The parent resource where this phrase set will be created.
28
28
  # Format:
29
29
  #
30
- # `projects/{project}/locations/{location}/phraseSets`
30
+ # `projects/{project}/locations/{location}`
31
31
  #
32
32
  # Speech-to-Text supports three locations: `global`, `us` (US North America),
33
33
  # and `eu` (Europe). If you are calling the `speech.googleapis.com`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
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-02-28 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common