public sealed class ListPredictionApiKeyRegistrationsResponse : IPageResponse<PredictionApiKeyRegistration>, IEnumerable<PredictionApiKeyRegistration>, IEnumerable, IMessage<ListPredictionApiKeyRegistrationsResponse>, IEquatable<ListPredictionApiKeyRegistrationsResponse>, IDeepCloneable<ListPredictionApiKeyRegistrationsResponse>, IBufferMessage, IMessage
Response message for the ListPredictionApiKeyRegistrations
.
Implements
IPageResponse<PredictionApiKeyRegistration>, IEnumerable<PredictionApiKeyRegistration>, IEnumerable, IMessage<ListPredictionApiKeyRegistrationsResponse>, IEquatable<ListPredictionApiKeyRegistrationsResponse>, IDeepCloneable<ListPredictionApiKeyRegistrationsResponse>, 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 |
RepeatedField<PredictionApiKeyRegistration> |
Methods
GetEnumerator()
public IEnumerator<PredictionApiKeyRegistration> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<PredictionApiKeyRegistration> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |