# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.proto require 'google/api/annotations_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/empty_pb' require 'google/api/client_pb' require 'google/cloud/recommendationengine/v1beta1/recommendationengine_resources_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.proto", :syntax => :proto3) do add_message "google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration" do optional :api_key, :string, 1 end add_message "google.cloud.recommendationengine.v1beta1.CreatePredictionApiKeyRegistrationRequest" do optional :parent, :string, 1 optional :prediction_api_key_registration, :message, 2, "google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration" end add_message "google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest" do optional :parent, :string, 1 optional :page_size, :int32, 2 optional :page_token, :string, 3 end add_message "google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse" do repeated :prediction_api_key_registrations, :message, 1, "google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration" optional :next_page_token, :string, 2 end add_message "google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequest" do optional :name, :string, 1 end end end module Google module Cloud module RecommendationEngine module V1beta1 PredictionApiKeyRegistration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration").msgclass CreatePredictionApiKeyRegistrationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.recommendationengine.v1beta1.CreatePredictionApiKeyRegistrationRequest").msgclass ListPredictionApiKeyRegistrationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest").msgclass ListPredictionApiKeyRegistrationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse").msgclass DeletePredictionApiKeyRegistrationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequest").msgclass end end end end