Class: Google::Cloud::RecommendationEngine::V1beta1::ListPredictionApiKeyRegistrationsRequest

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

Request message for the ListPredictionApiKeyRegistrations.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.

Returns:

  • (::Integer)

    Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.



58
59
60
61
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 58

class ListPredictionApiKeyRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.

Returns:

  • (::String)

    Optional. The previous ListPredictionApiKeyRegistration.nextPageToken.



58
59
60
61
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 58

class ListPredictionApiKeyRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent placement resource name such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store.

Returns:

  • (::String)

    Required. The parent placement resource name such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store



58
59
60
61
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 58

class ListPredictionApiKeyRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end