Class: Google::Cloud::VisionAI::V1::GetSearchConfigRequest

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 GetSearchConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the search configuration to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}.

Returns:

  • (::String)

    Required. The name of the search configuration to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}



1790
1791
1792
1793
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1790

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