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
    
  - (::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>) — The list of registered API keys.
#prediction_api_key_registrations=
def prediction_api_key_registrations=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>
    Parameter
    
  - value (::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>) — The list of registered API keys.
    Returns
    
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>) — The list of registered API keys.