Class: Google::Cloud::DiscoveryEngine::V1beta::GetTargetSiteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GetTargetSiteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb
Overview
Request message for SiteSearchEngineService.GetTargetSite method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Full resource name of
TargetSite, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}
.
If the caller does not have permission to access the TargetSite, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested TargetSite does not exist, a NOT_FOUND error is returned.
109 110 111 112 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 109 class GetTargetSiteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |