Class: Google::Cloud::VisionAI::V1::DeleteSearchHypernymRequest

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 deleting SearchHypernym.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SearchHypernym to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}.

Returns:

  • (::String)

    Required. The name of the SearchHypernym to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}



2330
2331
2332
2333
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2330

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