Vertex AI v1 API - Class GenerateFetchAccessTokenResponse (3.49.0)

public sealed class GenerateFetchAccessTokenResponse : IMessage<GenerateFetchAccessTokenResponse>, IEquatable<GenerateFetchAccessTokenResponse>, IDeepCloneable<GenerateFetchAccessTokenResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class GenerateFetchAccessTokenResponse.

Response message for [FeatureOnlineStoreService.GenerateFetchAccessToken][google.cloud.aiplatform.v1.FeatureOnlineStoreService.GenerateFetchAccessToken].

Inheritance

object > GenerateFetchAccessTokenResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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