google-cloud-speech-v1 0.10.1 → 0.11.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: 7fedc91dd5d35be034d4a6e8c13bfb83dacab0bbc56f7cd203997ee7bb4d5e23
4
- data.tar.gz: 8527c5c67bb12be3d7b2483b58356437de6c7045ee5c523b671e5d75217b651d
3
+ metadata.gz: 3b8d30c86908298f03ad30a9bac371535967be78d2d8876192b4e95a24c60b3a
4
+ data.tar.gz: 390bb4dedb2679807486df2974f614e66e8ffb1b82d11e7151cd78fd814533a7
5
5
  SHA512:
6
- metadata.gz: 8f4b65396fc9e549d7423ae6267674254e3c58b6706d837d35de4573d2f1446e753480f6c74e228c7946837b9b39fa56dd74c87dcd6195f0c17a7f826e2f33f7
7
- data.tar.gz: 706aa13a3d247d4244f5ba703df7b4803f1db5b3e761f687346fa6998033a26896fe1c0fa59b6abfcc6af43047d0439eb10b6a44e3487c498e17693e5ab04649
6
+ metadata.gz: bd36ba2e48c2ad07491faa766d9dc4ffc71db8f15f903044feb13bcb137906d7322ab0c10da91c041c0c73d54508a2f80b4942c4df06d8f93889733106560bcd
7
+ data.tar.gz: 34cf9fa2aa0549dccc6337151299fb93bdff1ea6069972af69abca72ac2d1002209a967405fddb85ea30ed8dcf852baefed22e83ecfc698c0882e3ec1e5b935b
@@ -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::V1::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::V1::CustomClass.
895
- # p response
891
+ # p item
896
892
  # end
897
893
  #
898
894
  def list_custom_classes request, options = nil