Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class RecrawlUrisRequest.
Request message for SiteSearchEngineService.RecrawlUris method.
Generated from protobuf message google.cloud.discoveryengine.v1.RecrawlUrisRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameter | |
|---|---|
| Name | Description |
data |
mixed
|
getSiteSearchEngine
Required. Full resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSiteSearchEngine
Required. Full resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUris
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise
an INVALID_ARGUMENT error is thrown. Each URI should match at least one
TargetSite in
site_search_engine.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUris
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise
an INVALID_ARGUMENT error is thrown. Each URI should match at least one
TargetSite in
site_search_engine.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSiteCredential
Optional. Credential id to use for crawling.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSiteCredential
Optional. Credential id to use for crawling.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|