Cloud Build V2 API - Class Google::Cloud::Build::V2::FetchReadWriteTokenResponse (v0.7.0)

Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::FetchReadWriteTokenResponse.

Message for responding to get read/write 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

#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.