Module: Gapic::Rest
- Defined in:
- lib/gapic/rest/error.rb,
lib/gapic/rest/operation.rb,
lib/gapic/rest/client_stub.rb,
lib/gapic/rest/server_stream.rb,
lib/gapic/rest/grpc_transcoder.rb,
lib/gapic/rest/paged_enumerable.rb,
lib/gapic/rest/faraday_middleware.rb,
lib/gapic/rest/threaded_enumerator.rb,
lib/gapic/rest/transport_operation.rb,
lib/gapic/rest/grpc_transcoder/http_binding.rb
Defined Under Namespace
Modules: FaradayMiddleware Classes: ClientStub, DeadlineExceededError, Error, PagedEnumerable, ServerStream, TransportOperation
Constant Summary collapse
- BaseOperation =
Deprecated.
Use GenericLRO::BaseOperation instead.
This alias is left here for the backwards compatibility purposes. Rest LROs now use the same GenericLRO base as the GRPC LROs.
Gapic::GenericLRO::BaseOperation