public sealed class ListPredictionApiKeyRegistrationsResponse : IPageResponse<PredictionApiKeyRegistration>, IEnumerable<PredictionApiKeyRegistration>, IEnumerable, IMessage<ListPredictionApiKeyRegistrationsResponse>, IEquatable<ListPredictionApiKeyRegistrationsResponse>, IDeepCloneable<ListPredictionApiKeyRegistrationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class ListPredictionApiKeyRegistrationsResponse.
Response message for the ListPredictionApiKeyRegistrations.
Implements
IPageResponsePredictionApiKeyRegistration, IEnumerablePredictionApiKeyRegistration, IEnumerable, IMessageListPredictionApiKeyRegistrationsResponse, IEquatableListPredictionApiKeyRegistrationsResponse, IDeepCloneableListPredictionApiKeyRegistrationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ListPredictionApiKeyRegistrationsResponse()
public ListPredictionApiKeyRegistrationsResponse()ListPredictionApiKeyRegistrationsResponse(ListPredictionApiKeyRegistrationsResponse)
public ListPredictionApiKeyRegistrationsResponse(ListPredictionApiKeyRegistrationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPredictionApiKeyRegistrationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }If empty, the list is complete. If nonempty, pass the token to the next
request's ListPredictionApiKeysRegistrationsRequest.pageToken.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PredictionApiKeyRegistrations
public RepeatedField<PredictionApiKeyRegistration> PredictionApiKeyRegistrations { get; }The list of registered API keys.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPredictionApiKeyRegistration |
|
Methods
GetEnumerator()
public IEnumerator<PredictionApiKeyRegistration> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorPredictionApiKeyRegistration |
|