Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource

The "predictionApiKeyRegistrations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecommendationsAI.v1beta1
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource

Constructors

PredictionApiKeyRegistrationsResource(IClientService)

Constructs a new resource.

Declaration
public PredictionApiKeyRegistrationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest, string)

Register an API key for use with predict method.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.CreateRequest Create(GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest body, string parent)
Parameters
Type Name Description
GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest body

The body of the request.

string parent

Required. The parent resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store.

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.CreateRequest

Delete(string)

Unregister an apiKey from using for predict method.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The API key to unregister including full resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.DeleteRequest

List(string)

List the registered apiKeys for use with predict method.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.ListRequest
In this article
Back to top Generated by DocFX