Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class Repository.
Represents a Dataform Git repository.
Generated from protobuf message google.cloud.dataform.v1beta1.Repository
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The repository's name. |
↳ git_remote_settings |
Google\Cloud\Dataform\V1beta1\Repository\GitRemoteSettings
Optional. If set, configures this repository to be linked to a Git remote. |
getName
Output only. The repository's name.
Returns | |
---|---|
Type | Description |
string |
setName
Output only. The repository's name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGitRemoteSettings
Optional. If set, configures this repository to be linked to a Git remote.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\Repository\GitRemoteSettings|null |
hasGitRemoteSettings
clearGitRemoteSettings
setGitRemoteSettings
Optional. If set, configures this repository to be linked to a Git remote.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1beta1\Repository\GitRemoteSettings
|
Returns | |
---|---|
Type | Description |
$this |