Vertex AI v1beta1 API - Class GenerateFetchAccessTokenResponse (1.0.0-beta55)

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][].

Inheritance

object > GenerateFetchAccessTokenResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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