Class ListPredictionApiKeyRegistrationsResponse (1.0.0-beta03)

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

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
RepeatedField<PredictionApiKeyRegistration>

Methods

GetEnumerator()

public IEnumerator<PredictionApiKeyRegistration> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<PredictionApiKeyRegistration>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator