Reference documentation and code samples for the Google Cloud Config V1 Client class GitSource.
A set of files in a Git repository.
Generated from protobuf message google.cloud.config.v1.GitSource
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ repo
↳ directory
string
Optional. Subdirectory inside the repository. Example: 'staging/my-package'
↳ ref
string
Optional. Git reference (e.g. branch or tag).
getRepo
Optional. Repository URL.
Example: ' https://github.com/kubernetes/examples.git '
string
hasRepo
clearRepo
setRepo
Optional. Repository URL.
Example: ' https://github.com/kubernetes/examples.git '
var
string
$this
getDirectory
Optional. Subdirectory inside the repository.
Example: 'staging/my-package'
string
hasDirectory
clearDirectory
setDirectory
Optional. Subdirectory inside the repository.
Example: 'staging/my-package'
var
string
$this
getRef
Optional. Git reference (e.g. branch or tag).
string
hasRef
clearRef
setRef
Optional. Git reference (e.g. branch or tag).
var
string
$this