Developer Connect V1 API - Class Google::Cloud::DeveloperConnect::V1::FetchReadTokenResponse (v0.1.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FetchReadTokenResponse.

Message for responding to get read token.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#expiration_time

def expiration_time() -> ::Google::Protobuf::Timestamp
Returns

#expiration_time=

def expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#git_username

def git_username() -> ::String
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"

#git_username=

def git_username=(value) -> ::String
Parameter
  • value (::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"
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"

#token

def token() -> ::String
Returns
  • (::String) — The token content.

#token=

def token=(value) -> ::String
Parameter
  • value (::String) — The token content.
Returns
  • (::String) — The token content.