Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class FetchSitemapsRequest.
Request message for SiteSearchEngineService.FetchSitemaps method.
Generated from protobuf message google.cloud.discoveryengine.v1.FetchSitemapsRequest
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
.
↳ matcher
FetchSitemapsRequest\Matcher
Optional. If specified, fetches the matching Sitemap s. If not specified, fetches all Sitemap s in the DataStore .
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
getMatcher
Optional. If specified, fetches the matching Sitemap s. If not specified, fetches all Sitemap s in the DataStore .
hasMatcher
clearMatcher
setMatcher
Optional. If specified, fetches the matching Sitemap s. If not specified, fetches all Sitemap s in the DataStore .
$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.