Class: Google::Cloud::Build::V1::GitRepoSource

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

Overview

GitRepoSource describes a repo and ref of a code repository.

Instance Attribute Summary collapse

Instance Attribute Details

#github_enterprise_config::String



1300
1301
1302
1303
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1300

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

#ref::String



1300
1301
1302
1303
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1300

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

#repo_type::Google::Cloud::Build::V1::GitFileSource::RepoType



1300
1301
1302
1303
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1300

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

#repository::String



1300
1301
1302
1303
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1300

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

#uri::String



1300
1301
1302
1303
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1300

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