public sealed class GenerateFetchAccessTokenResponse : IMessage<GenerateFetchAccessTokenResponse>, IEquatable<GenerateFetchAccessTokenResponse>, IDeepCloneable<GenerateFetchAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GenerateFetchAccessTokenResponse.
Response message for [FeatureOnlineStoreService.GenerateFetchAccessToken][].
Implements
IMessageGenerateFetchAccessTokenResponse, IEquatableGenerateFetchAccessTokenResponse, IDeepCloneableGenerateFetchAccessTokenResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GenerateFetchAccessTokenResponse()
public GenerateFetchAccessTokenResponse()
GenerateFetchAccessTokenResponse(GenerateFetchAccessTokenResponse)
public GenerateFetchAccessTokenResponse(GenerateFetchAccessTokenResponse other)
Parameter | |
---|---|
Name | Description |
other |
GenerateFetchAccessTokenResponse |
Properties
AccessToken
public string AccessToken { get; set; }
The OAuth 2.0 access token.
Property Value | |
---|---|
Type | Description |
string |
ExpireTime
public Timestamp ExpireTime { get; set; }
Token expiration time. This is always set
Property Value | |
---|---|
Type | Description |
Timestamp |