Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ListPredictionApiKeyRegistrationsRequest.
Request message for the ListPredictionApiKeyRegistrations.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent placement resource name such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
↳ page_size
int
Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.
↳ page_token
string
Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.
getParent
Required. The parent placement resource name such as
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Returns
Type
Description
string
setParent
Required. The parent placement resource name such as
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. Maximum number of results to return per page. If unset, the
service will choose a reasonable default.
Returns
Type
Description
int
setPageSize
Optional. Maximum number of results to return per page. If unset, the
service will choose a reasonable default.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.
Returns
Type
Description
string
setPageToken
Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent placement resource name such as
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Please see PredictionApiKeyRegistryClient::eventStoreName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Recommendation Engine V1beta1 Client - Class ListPredictionApiKeyRegistrationsRequest (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-recommendations-ai/latest/V1beta1.ListPredictionApiKeyRegistrationsRequest)\n- [0.8.1](/php/docs/reference/cloud-recommendations-ai/0.8.1/V1beta1.ListPredictionApiKeyRegistrationsRequest)\n- [0.7.7](/php/docs/reference/cloud-recommendations-ai/0.7.7/V1beta1.ListPredictionApiKeyRegistrationsRequest)\n- [0.6.4](/php/docs/reference/cloud-recommendations-ai/0.6.4/V1beta1.ListPredictionApiKeyRegistrationsRequest)\n- [0.5.0](/php/docs/reference/cloud-recommendations-ai/0.5.0/V1beta1.ListPredictionApiKeyRegistrationsRequest)\n- [0.4.12](/php/docs/reference/cloud-recommendations-ai/0.4.12/V1beta1.ListPredictionApiKeyRegistrationsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ListPredictionApiKeyRegistrationsRequest.\n\nRequest message for the `ListPredictionApiKeyRegistrations`.\n\nGenerated from protobuf message `google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ RecommendationEngine \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent placement resource name such as\n`projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`\n\n### setParent\n\nRequired. The parent placement resource name such as\n`projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`\n\n### getPageSize\n\nOptional. Maximum number of results to return per page. If unset, the\nservice will choose a reasonable default.\n\n### setPageSize\n\nOptional. Maximum number of results to return per page. If unset, the\nservice will choose a reasonable default.\n\n### getPageToken\n\nOptional. The previous `ListPredictionApiKeyRegistration.nextPageToken`.\n\n### setPageToken\n\nOptional. The previous `ListPredictionApiKeyRegistration.nextPageToken`.\n\n### static::build"]]