Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.CreateRequest

Register an API key for use with predict method.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>
IClientServiceRequest
Inherited Members
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Xgafv
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.AccessToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Alt
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Callback
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Fields
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Key
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.OauthToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.PrettyPrint
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.QuotaUser
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.UploadType
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.UploadProtocol
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Execute()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ETagAction
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ModifyRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ValidateParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.ApiVersion
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.RequestParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.CreateRequest : RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>, IClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.MethodName

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX