Reference documentation and code samples for the Google Cloud Domains V1 Client class ListRegistrationsResponse.
Response for the ListRegistrations
method.
Generated from protobuf message google.cloud.domains.v1.ListRegistrationsResponse
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ registrations |
array<Google\Cloud\Domains\V1\Registration>
A list of |
↳ next_page_token |
string
When present, there are more results to retrieve. Set |
getRegistrations
A list of Registration
s.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRegistrations
A list of Registration
s.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Domains\V1\Registration>
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |