google-cloud-service_directory-v1beta1 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -344,13 +344,11 @@ module Google
344
344
  # # Call the list_namespaces method.
345
345
  # result = client.list_namespaces request
346
346
  #
347
- # # The returned object is of type Gapic::PagedEnumerable. You can
348
- # # iterate over all elements by calling #each, and the enumerable
349
- # # will lazily make API calls to fetch subsequent pages. Other
350
- # # methods are also available for managing paging directly.
351
- # result.each do |response|
347
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
348
+ # # over elements, and API calls will be issued to fetch pages as needed.
349
+ # result.each do |item|
352
350
  # # Each element is of type ::Google::Cloud::ServiceDirectory::V1beta1::Namespace.
353
- # p response
351
+ # p item
354
352
  # end
355
353
  #
356
354
  def list_namespaces request, options = nil
@@ -837,13 +835,11 @@ module Google
837
835
  # # Call the list_services method.
838
836
  # result = client.list_services request
839
837
  #
840
- # # The returned object is of type Gapic::PagedEnumerable. You can
841
- # # iterate over all elements by calling #each, and the enumerable
842
- # # will lazily make API calls to fetch subsequent pages. Other
843
- # # methods are also available for managing paging directly.
844
- # result.each do |response|
838
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
839
+ # # over elements, and API calls will be issued to fetch pages as needed.
840
+ # result.each do |item|
845
841
  # # Each element is of type ::Google::Cloud::ServiceDirectory::V1beta1::Service.
846
- # p response
842
+ # p item
847
843
  # end
848
844
  #
849
845
  def list_services request, options = nil
@@ -1333,13 +1329,11 @@ module Google
1333
1329
  # # Call the list_endpoints method.
1334
1330
  # result = client.list_endpoints request
1335
1331
  #
1336
- # # The returned object is of type Gapic::PagedEnumerable. You can
1337
- # # iterate over all elements by calling #each, and the enumerable
1338
- # # will lazily make API calls to fetch subsequent pages. Other
1339
- # # methods are also available for managing paging directly.
1340
- # result.each do |response|
1332
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
1333
+ # # over elements, and API calls will be issued to fetch pages as needed.
1334
+ # result.each do |item|
1341
1335
  # # Each element is of type ::Google::Cloud::ServiceDirectory::V1beta1::Endpoint.
1342
- # p response
1336
+ # p item
1343
1337
  # end
1344
1338
  #
1345
1339
  def list_endpoints request, options = nil