lib/google/cloud/vision/v1/doc/google/longrunning/operations.rb in google-cloud-vision-0.32.2 vs lib/google/cloud/vision/v1/doc/google/longrunning/operations.rb in google-cloud-vision-0.32.3

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright 2018 Google LLC +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -29,11 +29,11 @@ # Some services might not provide such metadata. Any method that returns a # long-running operation should document the metadata type, if any. # @!attribute [rw] done # @return [true, false] # If the value is `false`, it means the operation is still in progress. - # If true, the operation is completed, and either `error` or `response` is + # If `true`, the operation is completed, and either `error` or `response` is # available. # @!attribute [rw] error # @return [Google::Rpc::Status] # The error result of the operation in case of failure or cancellation. # @!attribute [rw] response @@ -45,49 +45,7 @@ # methods, the response should have the type `XxxResponse`, where `Xxx` # is the original method name. For example, if the original method name # is `TakeSnapshot()`, the inferred response type is # `TakeSnapshotResponse`. class Operation; end - - # The request message for {Google::Longrunning::Operations::GetOperation Operations::GetOperation}. - # @!attribute [rw] name - # @return [String] - # The name of the operation resource. - class GetOperationRequest; end - - # The request message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}. - # @!attribute [rw] name - # @return [String] - # The name of the operation collection. - # @!attribute [rw] filter - # @return [String] - # The standard list filter. - # @!attribute [rw] page_size - # @return [Integer] - # The standard list page size. - # @!attribute [rw] page_token - # @return [String] - # The standard list page token. - class ListOperationsRequest; end - - # The response message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}. - # @!attribute [rw] operations - # @return [Array<Google::Longrunning::Operation>] - # A list of operations that matches the specified filter in the request. - # @!attribute [rw] next_page_token - # @return [String] - # The standard List next-page token. - class ListOperationsResponse; end - - # The request message for {Google::Longrunning::Operations::CancelOperation Operations::CancelOperation}. - # @!attribute [rw] name - # @return [String] - # The name of the operation resource to be cancelled. - class CancelOperationRequest; end - - # The request message for {Google::Longrunning::Operations::DeleteOperation Operations::DeleteOperation}. - # @!attribute [rw] name - # @return [String] - # The name of the operation resource to be deleted. - class DeleteOperationRequest; end end end \ No newline at end of file