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
Methods
build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent placement resource name such as
|
Returns | |
---|---|
Type | Description |
Google\Cloud\RecommendationEngine\V1beta1\ListPredictionApiKeyRegistrationsRequest |
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent placement resource name such as |
↳ 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 |
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 |