Class: Google::Cloud::Notebooks::V1::RefreshRuntimeTokenInternalResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::RefreshRuntimeTokenInternalResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/managed_service.rb
Overview
Response with a new access token.
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
The OAuth 2.0 access token.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#access_token ⇒ ::String
Returns The OAuth 2.0 access token.
249 250 251 252 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 249 class RefreshRuntimeTokenInternalResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Token expiration time.
249 250 251 252 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 249 class RefreshRuntimeTokenInternalResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |