Class: Google::Cloud::Build::V2::FetchReadTokenRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Message for fetching SCM read token.

Instance Attribute Summary collapse

Instance Attribute Details

#repository::String

Returns Required. The resource name of the repository in the format projects/*/locations/*/connections/*/repositories/*.

Returns:

  • (::String)

    Required. The resource name of the repository in the format projects/*/locations/*/connections/*/repositories/*.



539
540
541
542
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 539

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