Class: Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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