Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsResponse (v0.5.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsResponse.

Response message for the ListPredictionApiKeyRegistrations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.
Returns
  • (::String) — If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.

#prediction_api_key_registrations

def prediction_api_key_registrations() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>
Returns

#prediction_api_key_registrations=

def prediction_api_key_registrations=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>
Parameter
Returns