Vision AI V1 API - Class Google::Cloud::VisionAI::V1::UpdateSearchConfigRequest (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateSearchConfigRequest.

Request message for UpdateSearchConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#search_config

def search_config() -> ::Google::Cloud::VisionAI::V1::SearchConfig
Returns
  • (::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.

    The search configuration's name field is used to identify the resource to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

#search_config=

def search_config=(value) -> ::Google::Cloud::VisionAI::V1::SearchConfig
Parameter
  • value (::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.

    The search configuration's name field is used to identify the resource to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

Returns
  • (::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.

    The search configuration's name field is used to identify the resource to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns