Class: Google::Cloud::PrivateCatalog::V1beta1::GitSource
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::GitSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Defines how to access a Git Source.
Instance Attribute Summary collapse
-
#branch ⇒ ::String
The revision branch to use.
-
#commit ⇒ ::String
The revision commit to use.
-
#dir ⇒ ::String
Directory, relative to the source root, in which to run the build.
-
#repo ⇒ ::String
Location of the Git repo to build.
-
#tag ⇒ ::String
The revision tag to use.
Instance Attribute Details
#branch ⇒ ::String
Returns The revision branch to use.
459 460 461 462 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 459 class GitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit ⇒ ::String
Returns The revision commit to use.
459 460 461 462 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 459 class GitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dir ⇒ ::String
Returns Directory, relative to the source root, in which to run the build.
This must be a relative path. If a step's dir
is specified and is an
absolute path, this value is ignored for that step's execution.
459 460 461 462 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 459 class GitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |