Reference documentation and code samples for the Google Cloud Ces V1 Client class WebSearchQuery.
Represents a single web search query and its associated search uri.
Generated from protobuf message google.cloud.ces.v1.WebSearchQuery
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
string
The search query text. |
↳ uri |
string
The URI to the Google Search results page for the query. |
getQuery
The search query text.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
The search query text.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
The URI to the Google Search results page for the query.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
The URI to the Google Search results page for the query.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|