Class: Google::Cloud::DeveloperConnect::V1::LinkableGitRepository

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

LinkableGitRepository represents a git repository that can be linked to a connection.

Instance Attribute Summary collapse

Instance Attribute Details

#clone_uri::String

Returns The clone uri of the repository.

Returns:

  • (::String)

    The clone uri of the repository.



623
624
625
626
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 623

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