Google Cloud Recommendation Engine V1beta1 Client - Class ListPredictionApiKeyRegistrationsRequest (0.4.12)

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

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

Required. The parent placement resource name such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.

Returns
TypeDescription
int

setPageSize

Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.

Returns
TypeDescription
string

setPageToken

Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.

Parameter
NameDescription
var string
Returns
TypeDescription
$this