Google Cloud Dataform V1beta1 Client - Class Repository (0.1.6)

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
NameDescription
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
TypeDescription
string

setName

Output only. The repository's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGitRemoteSettings

Optional. If set, configures this repository to be linked to a Git remote.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\Repository\GitRemoteSettings|null

hasGitRemoteSettings

clearGitRemoteSettings

setGitRemoteSettings

Optional. If set, configures this repository to be linked to a Git remote.

Parameter
NameDescription
var Google\Cloud\Dataform\V1beta1\Repository\GitRemoteSettings
Returns
TypeDescription
$this