Class: Google::Cloud::Notebooks::V1::RefreshRuntimeTokenInternalResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#access_token::String

Returns The OAuth 2.0 access token.

Returns:

  • (::String)

    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.

Returns:



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