Class: Google::Cloud::DeveloperConnect::V1::FetchReadTokenResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/developerconnect/v1/developer_connect.rb

Overview

Message for responding to get read token.

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_time::Google::Protobuf::Timestamp

Returns Expiration timestamp. Can be empty if unknown or non-expiring.

Returns:



568
569
570
571
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 568

class FetchReadTokenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#git_username::String

Returns The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token".

Returns:

  • (::String)

    The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"



568
569
570
571
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 568

class FetchReadTokenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#token::String

Returns The token content.

Returns:

  • (::String)

    The token content.



568
569
570
571
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 568

class FetchReadTokenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end