Google Cloud Domains V1 Client - Class SearchDomainsRequest (0.3.1)

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
NameDescription
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
TypeDescription
string

setQuery

Required. String used to search for available domain names.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

Required. The location. Must be in the format projects/*/locations/*.

Returns
TypeDescription
string

setLocation

Required. The location. Must be in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Domains\V1\SearchDomainsRequest