Google Cloud Domains V1 Client - Class SearchDomainsRequest (0.5.4)

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 \ V1

Methods

__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 projects/*/locations/*.

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 projects/*/locations/*. Please see Google\Cloud\Domains\V1\DomainsClient::locationName() for help formatting this field.

query string

Required. String used to search for available domain names.

Returns
Type Description
Google\Cloud\Domains\V1\SearchDomainsRequest