Class: Google::Cloud::DiscoveryEngine::V1::DisableAdvancedSiteSearchRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#site_search_engine::String

Returns Required. Full resource name of the SiteSearchEngine, such as projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine.

Returns:

  • (::String)

    Required. Full resource name of the SiteSearchEngine, such as projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine.



306
307
308
309
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 306

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