Resource: TargetSite
A target site for the SiteSearchEngine.
JSON representation |
---|
{ "name": string, "providedUriPattern": string, "type": enum ( |
Fields | |
---|---|
name |
Output only. The fully qualified resource name of the target site. |
provided |
Required. Input only. The user provided URI pattern from which the |
type |
The type of the target site, e.g., whether the site is to be included or excluded. |
exact |
Input only. If set to false, a uri_pattern is generated to include all pages whose address contains the providedUriPattern. If set to true, an uri_pattern is generated to try to be an exact match of the providedUriPattern or just the specific page if the providedUriPattern is a specific one. providedUriPattern is always normalized to generate the URI pattern to be used by the search engine. |
generated |
Output only. This is system-generated based on the providedUriPattern. |
root |
Output only. Root domain of the providedUriPattern. |
site |
Output only. Site ownership and validity verification status. |
indexing |
Output only. Indexing status. |
update |
Output only. The target site's last updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
failure |
Output only. Failure reason. |
Methods |
|
---|---|
|
Creates TargetSite in a batch. |
|
Creates a TargetSite . |
|
Deletes a TargetSite . |
|
Gets a TargetSite . |
|
Gets a list of TargetSite s. |
|
Updates a TargetSite . |