Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ListPredictionApiKeyRegistrationsResponse.
Response message for the ListPredictionApiKeyRegistrations
.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ prediction_api_key_registrations |
array<PredictionApiKeyRegistration>
The list of registered API keys. |
↳ next_page_token |
string
If empty, the list is complete. If nonempty, pass the token to the next request's |
getPredictionApiKeyRegistrations
The list of registered API keys.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPredictionApiKeyRegistrations
The list of registered API keys.
Parameter | |
---|---|
Name | Description |
var |
array<PredictionApiKeyRegistration>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If empty, the list is complete. If nonempty, pass the token to the next
request's ListPredictionApiKeysRegistrationsRequest.pageToken
.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If empty, the list is complete. If nonempty, pass the token to the next
request's ListPredictionApiKeysRegistrationsRequest.pageToken
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |