Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CreateSitemapRequest.
Request message for SiteSearchEngineService.CreateSitemap method.
Generated from protobuf message google.cloud.discoveryengine.v1.CreateSitemapRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent resource name of the SiteSearchEngine
, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
.
getParent
Required. Parent resource name of the SiteSearchEngine
, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
.
string
setParent
Required. Parent resource name of the SiteSearchEngine
, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
.
var
string
$this
getSitemap
Required. The Sitemap to create.
hasSitemap
clearSitemap
setSitemap
Required. The Sitemap to create.
$this
static::build
parent
string
Required. Parent resource name of the SiteSearchEngine
, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
. Please see SiteSearchEngineServiceClient::siteSearchEngineName()
for help formatting this field.