Google Cloud Domains V1alpha2 Client - Class ListRegistrationsResponse (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class ListRegistrationsResponse.

Response for the ListRegistrations method.

Generated from protobuf message google.cloud.domains.v1alpha2.ListRegistrationsResponse

Namespace

Google \ Cloud \ Domains \ V1alpha2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ registrations array<Google\Cloud\Domains\V1alpha2\Registration>

A list of Registrations.

↳ next_page_token string

When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.

getRegistrations

A list of Registrations.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRegistrations

A list of Registrations.

Parameter
NameDescription
var array<Google\Cloud\Domains\V1alpha2\Registration>
Returns
TypeDescription
$this

getNextPageToken

When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.

Returns
TypeDescription
string

setNextPageToken

When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this