lib/google/cloud/dialogflow/cx/v3/versions/operations.rb in google-cloud-dialogflow-cx-v3-0.12.0 vs lib/google/cloud/dialogflow/cx/v3/versions/operations.rb in google-cloud-dialogflow-cx-v3-0.13.0

- old
+ new

@@ -157,17 +157,15 @@ # request = Google::Longrunning::ListOperationsRequest.new # # # Call the list_operations method. # result = client.list_operations request # - # # The returned object is of type Gapic::PagedEnumerable. You can - # # iterate over all elements by calling #each, and the enumerable - # # will lazily make API calls to fetch subsequent pages. Other - # # methods are also available for managing paging directly. - # result.each do |response| + # # The returned object is of type Gapic::PagedEnumerable. You can iterate + # # over elements, and API calls will be issued to fetch pages as needed. + # result.each do |item| # # Each element is of type ::Google::Longrunning::Operation. - # p response + # p item # end # def list_operations request, options = nil raise ::ArgumentError, "request must be provided" if request.nil? @@ -252,18 +250,18 @@ # request = Google::Longrunning::GetOperationRequest.new # # # Call the get_operation method. # result = client.get_operation request # - # # The returned object is of type Gapic::Operation. You can use this - # # object to check the status of an operation, cancel it, or wait - # # for results. Here is how to block until completion: + # # The returned object is of type Gapic::Operation. You can use it to + # # check the status of an operation, cancel it, or wait for results. + # # Here is how to wait for a response. # result.wait_until_done! timeout: 60 # if result.response? # p result.response # else - # puts "Error!" + # puts "No response received." # end # def get_operation request, options = nil raise ::ArgumentError, "request must be provided" if request.nil? @@ -539,17 +537,17 @@ # request = Google::Longrunning::WaitOperationRequest.new # # # Call the wait_operation method. # result = client.wait_operation request # - # # The returned object is of type Gapic::Operation. You can use this - # # object to check the status of an operation, cancel it, or wait - # # for results. Here is how to block until completion: + # # The returned object is of type Gapic::Operation. You can use it to + # # check the status of an operation, cancel it, or wait for results. + # # Here is how to wait for a response. # result.wait_until_done! timeout: 60 # if result.response? # p result.response # else - # puts "Error!" + # puts "No response received." # end # def wait_operation request, options = nil raise ::ArgumentError, "request must be provided" if request.nil?