Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class GitRepositoryLink.
Message describing the GitRepositoryLink object
Generated from protobuf message google.cloud.developerconnect.v1.GitRepositoryLink
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name of the repository, in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
↳ clone_uri
string
Required. Git Clone URI.
↳ create_time
↳ update_time
↳ delete_time
↳ labels
↳ etag
string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
↳ reconciling
bool
Output only. Set to true when the connection is being set up or updated in the background.
↳ annotations
array| Google\Protobuf\Internal\MapField
Optional. Allows clients to store small amounts of arbitrary data.
↳ uid
string
Output only. A system-assigned unique identifier for a the GitRepositoryLink.
↳ webhook_id
string
Output only. External ID of the webhook created for the repository.
getName
Identifier. Resource name of the repository, in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
string
setName
Identifier. Resource name of the repository, in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
var
string
$this
getCloneUri
Required. Git Clone URI.
string
setCloneUri
Required. Git Clone URI.
var
string
$this
getCreateTime
Output only. [Output only] Create timestamp
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create timestamp
$this
getUpdateTime
Output only. [Output only] Update timestamp
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update timestamp
$this
getDeleteTime
Output only. [Output only] Delete timestamp
hasDeleteTime
clearDeleteTime
setDeleteTime
Output only. [Output only] Delete timestamp
$this
getLabels
Optional. Labels as key value pairs
setLabels
Optional. Labels as key value pairs
$this
getEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this
getReconciling
Output only. Set to true when the connection is being set up or updated in the background.
bool
setReconciling
Output only. Set to true when the connection is being set up or updated in the background.
var
bool
$this
getAnnotations
Optional. Allows clients to store small amounts of arbitrary data.
setAnnotations
Optional. Allows clients to store small amounts of arbitrary data.
$this
getUid
Output only. A system-assigned unique identifier for a the GitRepositoryLink.
string
setUid
Output only. A system-assigned unique identifier for a the GitRepositoryLink.
var
string
$this
getWebhookId
Output only. External ID of the webhook created for the repository.
string
setWebhookId
Output only. External ID of the webhook created for the repository.
var
string
$this