public sealed class ListPredictionApiKeyRegistrationsRequest : IPageRequest, IMessage<ListPredictionApiKeyRegistrationsRequest>, IEquatable<ListPredictionApiKeyRegistrationsRequest>, IDeepCloneable<ListPredictionApiKeyRegistrationsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class ListPredictionApiKeyRegistrationsRequest.
Request message for the ListPredictionApiKeyRegistrations.
Implements
IPageRequest, IMessageListPredictionApiKeyRegistrationsRequest, IEquatableListPredictionApiKeyRegistrationsRequest, IDeepCloneableListPredictionApiKeyRegistrationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ListPredictionApiKeyRegistrationsRequest()
public ListPredictionApiKeyRegistrationsRequest()ListPredictionApiKeyRegistrationsRequest(ListPredictionApiKeyRegistrationsRequest)
public ListPredictionApiKeyRegistrationsRequest(ListPredictionApiKeyRegistrationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPredictionApiKeyRegistrationsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent placement resource name such as
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEventStoreName
public EventStoreName ParentAsEventStoreName { get; set; }EventStoreName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EventStoreName |
|