Google Cloud Recommendation Engine V1beta1 Client - Class ListPredictionApiKeyRegistrationsResponse (0.6.4)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ prediction_api_key_registrations array<Google\Cloud\RecommendationEngine\V1beta1\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 ListPredictionApiKeysRegistrationsRequest.pageToken.

getPredictionApiKeyRegistrations

The list of registered API keys.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPredictionApiKeyRegistrations

The list of registered API keys.

Parameter
NameDescription
var array<Google\Cloud\RecommendationEngine\V1beta1\PredictionApiKeyRegistration>
Returns
TypeDescription
$this

getNextPageToken

If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.

Returns
TypeDescription
string

setNextPageToken

If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.

Parameter
NameDescription
var string
Returns
TypeDescription
$this