google-cloud-speech-v1p1beta1 0.15.2 → 0.16.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: 516838e515e3a9e9fec5ea70dde00d0ec3be43d4bc86084353f53da3c99e7856
4
- data.tar.gz: 83840b5efde7db67cab58f2e4abbebe5b40417f211897b76a042635498a7a66f
3
+ metadata.gz: a5f8a422d44657d200973215f7be62dc602e85670f696b63a5f746098bf95363
4
+ data.tar.gz: 66ffa2a37d29b3a6397e7eacbd45313c540b9c897bd1f28e1416bb2db44e8a9a
5
5
  SHA512:
6
- metadata.gz: fb4333ce9a3e9ed43839495b7f5c4a0249d0ee1ea049cdc02c186c80d14591d65017a8855fef9ae4558d3635f0243ca3cc0269a9d2f5229f175d31d295c2c84e
7
- data.tar.gz: 12550f192108799ab4258f7671de6bb0201a8cf4ece6371654be5df7bf28c4dba554fb3ce12376837311545aaec43f6a6080fcb0e0edfbb0b766baf0a5014858
6
+ metadata.gz: 8c653961c30391c40cb6cc1e3c84a503d9de996a3b78a8cb5fe09e4736493d26cf8c6fef6bb9c31f32ce84fd20954bf31fddd295923350f7f553c7df0542b7af
7
+ data.tar.gz: f0272fb389329bcfcd9b83c2db707057dd7d5adcfd018e9889b3e391e7297c5f5beb51030c1170eec261f3746e64d7f18b5c27b673e762e2c6e7bde606f68754
@@ -401,13 +401,11 @@ module Google
401
401
  # # Call the list_phrase_set method.
402
402
  # result = client.list_phrase_set request
403
403
  #
404
- # # The returned object is of type Gapic::PagedEnumerable. You can
405
- # # iterate over all elements by calling #each, and the enumerable
406
- # # will lazily make API calls to fetch subsequent pages. Other
407
- # # methods are also available for managing paging directly.
408
- # result.each do |response|
404
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
405
+ # # over elements, and API calls will be issued to fetch pages as needed.
406
+ # result.each do |item|
409
407
  # # Each element is of type ::Google::Cloud::Speech::V1p1beta1::PhraseSet.
410
- # p response
408
+ # p item
411
409
  # end
412
410
  #
413
411
  def list_phrase_set request, options = nil
@@ -886,13 +884,11 @@ module Google
886
884
  # # Call the list_custom_classes method.
887
885
  # result = client.list_custom_classes request
888
886
  #
889
- # # The returned object is of type Gapic::PagedEnumerable. You can
890
- # # iterate over all elements by calling #each, and the enumerable
891
- # # will lazily make API calls to fetch subsequent pages. Other
892
- # # methods are also available for managing paging directly.
893
- # result.each do |response|
887
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
888
+ # # over elements, and API calls will be issued to fetch pages as needed.
889
+ # result.each do |item|
894
890
  # # Each element is of type ::Google::Cloud::Speech::V1p1beta1::CustomClass.
895
- # p response
891
+ # p item
896
892
  # end
897
893
  #
898
894
  def list_custom_classes request, options = nil