Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GenerateFetchAccessTokenRequest
RPC to generate an access token for the given feature view. FeatureViews under the same FeatureOnlineStore share the same access token.
Inheritance
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GenerateFetchAccessTokenRequest
Implements
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse>.UploadProtocol
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GenerateFetchAccessTokenRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse>, IClientServiceRequest<GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse>, IClientServiceRequest
Constructors
GenerateFetchAccessTokenRequest(IClientService, GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest, string)
Constructs a new GenerateFetchAccessToken request.
Declaration
public GenerateFetchAccessTokenRequest(IClientService service, GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest body, string featureView)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest | body | |
| string | featureView |
Properties
FeatureView
FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Declaration
[RequestParameter("featureView", RequestParameterType.Path)]
public virtual string FeatureView { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes GenerateFetchAccessToken parameter list.
Declaration
protected override void InitParameters()