Class: Google::Cloud::VisionAI::V1::CreateSearchConfigRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where this search configuration will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}.

Returns:

  • (::String)

    Required. The parent resource where this search configuration will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}



1762
1763
1764
1765
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1762

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

#search_config::Google::Cloud::VisionAI::V1::SearchConfig

Returns Required. The search config to create.

Returns:



1762
1763
1764
1765
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1762

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

#search_config_id::String

Returns Required. ID to use for the new search config. Will become the final component of the SearchConfig's resource name. This value should be up to 63 characters, and valid characters are /[a-z][0-9]-_/. The first character must be a letter, the last could be a letter or a number.

Returns:

  • (::String)

    Required. ID to use for the new search config. Will become the final component of the SearchConfig's resource name. This value should be up to 63 characters, and valid characters are /[a-z][0-9]-_/. The first character must be a letter, the last could be a letter or a number.



1762
1763
1764
1765
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1762

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