Class: Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb
Overview
Response message for the ListPredictionApiKeyRegistrations
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If empty, the list is complete.
-
#prediction_api_key_registrations ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>
The list of registered API keys.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If empty, the list is complete. If nonempty, pass the token to the next
request's ListPredictionApiKeysRegistrationsRequest.pageToken
.
71 72 73 74 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 71 class ListPredictionApiKeyRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_api_key_registrations ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration>
Returns The list of registered API keys.
71 72 73 74 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 71 class ListPredictionApiKeyRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |