Class: Google::Cloud::VisionAI::V1::AnalyzeAssetRequest

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

Overview

Request message for AnalyzeAsset.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the asset to analyze. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}.

Returns:

  • (::String)

    Required. The resource name of the asset to analyze. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}



242
243
244
245
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 242

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