Reference documentation and code samples for the Google Cloud Dataform V1 Client class GitRemoteSettings.
Controls Git remote configuration for a repository.
Generated from protobuf message google.cloud.dataform.v1.Repository.GitRemoteSettings
Namespace
Google \ Cloud \ Dataform \ V1 \ RepositoryMethods
__construct
Constructor.
data
mixed
getUrl
Required. The Git remote's URL.
string
setUrl
Required. The Git remote's URL.
var
string
$this
getDefaultBranch
Required. The Git remote's default branch name.
string
setDefaultBranch
Required. The Git remote's default branch name.
var
string
$this
getAuthenticationTokenSecretVersion
Optional. The name of the Secret Manager secret version to use as an
authentication token for Git operations. Must be in the format projects/*/secrets/*/versions/*
.
string
setAuthenticationTokenSecretVersion
Optional. The name of the Secret Manager secret version to use as an
authentication token for Git operations. Must be in the format projects/*/secrets/*/versions/*
.
var
string
$this
getSshAuthenticationConfig
Optional. Authentication fields for remote uris using SSH protocol.
GitRemoteSettings\SshAuthenticationConfig
|null
hasSshAuthenticationConfig
clearSshAuthenticationConfig
setSshAuthenticationConfig
Optional. Authentication fields for remote uris using SSH protocol.
var
GitRemoteSettings\SshAuthenticationConfig
$this
getTokenStatus
Output only. Deprecated: The field does not contain any token status information.
setTokenStatus
Output only. Deprecated: The field does not contain any token status information.
$this

