public sealed class GenerateFetchAccessTokenRequest : IMessage<GenerateFetchAccessTokenRequest>, IEquatable<GenerateFetchAccessTokenRequest>, IDeepCloneable<GenerateFetchAccessTokenRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GenerateFetchAccessTokenRequest.
Request message for [FeatureOnlineStoreService.GenerateFetchAccessToken][].
Implements
IMessageGenerateFetchAccessTokenRequest, IEquatableGenerateFetchAccessTokenRequest, IDeepCloneableGenerateFetchAccessTokenRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GenerateFetchAccessTokenRequest()
public GenerateFetchAccessTokenRequest()GenerateFetchAccessTokenRequest(GenerateFetchAccessTokenRequest)
public GenerateFetchAccessTokenRequest(GenerateFetchAccessTokenRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GenerateFetchAccessTokenRequest | 
      
Properties
FeatureView
public string FeatureView { get; set; }FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
FeatureViewAsFeatureViewName
public FeatureViewName FeatureViewAsFeatureViewName { get; set; }FeatureViewName-typed view over the FeatureView resource name property.
| Property Value | |
|---|---|
| Type | Description | 
FeatureViewName | 
        |