lib/google/cloud/speech/v1p1beta1/doc/google/longrunning/operations.rb in google-cloud-speech-0.32.0 vs lib/google/cloud/speech/v1p1beta1/doc/google/longrunning/operations.rb in google-cloud-speech-0.33.0
- 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
#
@@ -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