Class: Google::Cloud::VisionAI::V1::GenerateRetrievalUrlResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Response message for GenerateRetrievalUrl API.

Instance Attribute Summary collapse

Instance Attribute Details

#signed_uri::String

Returns A signed url to download the content of the asset.

Returns:

  • (::String)

    A signed url to download the content of the asset.



204
205
206
207
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 204

class GenerateRetrievalUrlResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end