Class ListPredictionApiKeyRegistrationsRequest (1.0.0-beta03)

public sealed class ListPredictionApiKeyRegistrationsRequest : IPageRequest, IMessage<ListPredictionApiKeyRegistrationsRequest>, IEquatable<ListPredictionApiKeyRegistrationsRequest>, IDeepCloneable<ListPredictionApiKeyRegistrationsRequest>, IBufferMessage, IMessage

Request message for the ListPredictionApiKeyRegistrations.

Inheritance

Object > ListPredictionApiKeyRegistrationsRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ListPredictionApiKeyRegistrationsRequest()

public ListPredictionApiKeyRegistrationsRequest()

ListPredictionApiKeyRegistrationsRequest(ListPredictionApiKeyRegistrationsRequest)

public ListPredictionApiKeyRegistrationsRequest(ListPredictionApiKeyRegistrationsRequest other)
Parameter
NameDescription
otherListPredictionApiKeyRegistrationsRequest

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsEventStoreName

public EventStoreName ParentAsEventStoreName { get; set; }

EventStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
EventStoreName