Resource: Repository
A repository associated to a parent connection.
JSON representation |
---|
{ "name": string, "remoteUri": string, "createTime": string, "updateTime": string, "annotations": { string: string, ... }, "etag": string, "webhookId": string } |
Fields | |
---|---|
name |
Immutable. Resource name of the repository, in the format |
remoteUri |
Required. Git Clone HTTPS URI. |
createTime |
Output only. Server assigned timestamp for when the connection was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Server assigned timestamp for when the connection was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
annotations |
Optional. Allows clients to store small amounts of arbitrary data. An object containing a list of |
etag |
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. |
webhookId |
Output only. External ID of the webhook created for the repository. |
Methods |
|
---|---|
|
Fetches read token of a given repository. |
|
Fetches read/write token of a given repository. |
|
Creates multiple repositories inside a connection. |
|
Creates a Repository. |
|
Deletes a single repository. |
|
Fetch the list of branches or tags for a given repository. |
|
Gets details of a single repository. |
|
Lists Repositories in a given connection. |