Recommendations AI v1beta1 API - Class ListPredictionApiKeyRegistrationsResponse (2.0.0-beta05)

public sealed class ListPredictionApiKeyRegistrationsResponse : IPageResponse<PredictionApiKeyRegistration>, IEnumerable<PredictionApiKeyRegistration>, IEnumerable, IMessage<ListPredictionApiKeyRegistrationsResponse>, IEquatable<ListPredictionApiKeyRegistrationsResponse>, IDeepCloneable<ListPredictionApiKeyRegistrationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class ListPredictionApiKeyRegistrationsResponse.

Response message for the ListPredictionApiKeyRegistrations.

Inheritance

object > ListPredictionApiKeyRegistrationsResponse

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ListPredictionApiKeyRegistrationsResponse()

public ListPredictionApiKeyRegistrationsResponse()

ListPredictionApiKeyRegistrationsResponse(ListPredictionApiKeyRegistrationsResponse)

public ListPredictionApiKeyRegistrationsResponse(ListPredictionApiKeyRegistrationsResponse other)
Parameter
NameDescription
otherListPredictionApiKeyRegistrationsResponse

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

PredictionApiKeyRegistrations

public RepeatedField<PredictionApiKeyRegistration> PredictionApiKeyRegistrations { get; }

The list of registered API keys.

Property Value
TypeDescription
RepeatedFieldPredictionApiKeyRegistration

Methods

GetEnumerator()

public IEnumerator<PredictionApiKeyRegistration> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPredictionApiKeyRegistration