Class: Google::Cloud::AIPlatform::V1::GenerateFetchAccessTokenResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenerateFetchAccessTokenResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Response message for FeatureOnlineStoreService.GenerateFetchAccessToken.
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
The OAuth 2.0 access token.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
Token expiration time.
Instance Attribute Details
#access_token ⇒ ::String
Returns The OAuth 2.0 access token.
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 418 class GenerateFetchAccessTokenResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp
Returns Token expiration time. This is always set.
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 418 class GenerateFetchAccessTokenResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |