Class: Google::Cloud::ConfigService::V1::GitSource

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

Overview

A set of files in a Git repository.

Instance Attribute Summary collapse

Instance Attribute Details

#directory::String

Returns Optional. Subdirectory inside the repository. Example: 'staging/my-package'.

Returns:

  • (::String)

    Optional. Subdirectory inside the repository. Example: 'staging/my-package'



728
729
730
731
# File 'proto_docs/google/cloud/config/v1/config.rb', line 728

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

#ref::String

Returns Optional. Git reference (e.g. branch or tag).

Returns:

  • (::String)

    Optional. Git reference (e.g. branch or tag).



728
729
730
731
# File 'proto_docs/google/cloud/config/v1/config.rb', line 728

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

#repo::String

Returns Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git'.

Returns:



728
729
730
731
# File 'proto_docs/google/cloud/config/v1/config.rb', line 728

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