Resource: GitRepositoryLink
Message describing the GitRepositoryLink object
JSON representation |
---|
{ "name": string, "cloneUri": string, "createTime": string, "updateTime": string, "deleteTime": string, "labels": { string: string, ... }, "etag": string, "reconciling": boolean, "annotations": { string: string, ... }, "uid": string, "webhookId": string } |
Fields | |
---|---|
name |
Identifier. Resource name of the repository, in the format |
clone |
Required. Git Clone URI. |
create |
Output only. [Output only] Create timestamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. [Output only] Update timestamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
delete |
Output only. [Output only] Delete timestamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
etag |
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 |
Output only. Set to true when the connection is being set up or updated in the background. |
annotations |
Optional. Allows clients to store small amounts of arbitrary data. An object containing a list of |
uid |
Output only. A system-assigned unique identifier for a the GitRepositoryLink. |
webhook |
Output only. External ID of the webhook created for the repository. |
Methods |
|
---|---|
|
Creates a GitRepositoryLink. |
|
Deletes a single GitRepositoryLink. |
|
Fetch the list of branches or tags for a given repository. |
|
Fetches read token of a given gitRepositoryLink. |
|
Fetches read/write token of a given gitRepositoryLink. |
|
Gets details of a single GitRepositoryLink. |
|
Lists GitRepositoryLinks in a given project, location, and connection. |