Reference documentation and code samples for the Google Cloud Domains V1 Client class SearchDomainsRequest.
Request for the SearchDomains method.
Generated from protobuf message google.cloud.domains.v1.SearchDomainsRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
string
Required. String used to search for available domain names. |
↳ location |
string
Required. The location. Must be in the format |
getQuery
Required. String used to search for available domain names.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
Required. String used to search for available domain names.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocation
Required. The location. Must be in the format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocation
Required. The location. Must be in the format projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
location |
string
Required. The location. Must be in the format |
query |
string
Required. String used to search for available domain names. |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest |
|