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