Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CreateTargetSiteRequest (v0.10.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateTargetSiteRequest.

Request message for SiteSearchEngineService.CreateTargetSite method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine.
Returns
  • (::String) — Required. Parent resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine.

#target_site

def target_site() -> ::Google::Cloud::DiscoveryEngine::V1beta::TargetSite
Returns

#target_site=

def target_site=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::TargetSite
Parameter
Returns