GoogleApi.DeveloperConnect.V1.Model.GitRepositoryLink (google_api_developer_connect v0.6.0)
View SourceMessage describing the GitRepositoryLink object
Attributes
-
annotations(type:map(), default:nil) - Optional. Allows clients to store small amounts of arbitrary data. -
cloneUri(type:String.t, default:nil) - Required. Git Clone URI. -
createTime(type:DateTime.t, default:nil) - Output only. [Output only] Create timestamp -
deleteTime(type:DateTime.t, default:nil) - Output only. [Output only] Delete timestamp -
etag(type:String.t, default:nil) - 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. -
gitProxyUri(type:String.t, default:nil) - Output only. URI to access the linked repository through the Git Proxy. This field is only populated if the git proxy is enabled for the connection. -
labels(type:map(), default:nil) - Optional. Labels as key value pairs -
name(type:String.t, default:nil) - Identifier. Resource name of the repository, in the formatprojects/*/locations/*/connections/*/gitRepositoryLinks/*. -
reconciling(type:boolean(), default:nil) - Output only. Set to true when the connection is being set up or updated in the background. -
uid(type:String.t, default:nil) - Output only. A system-assigned unique identifier for the GitRepositoryLink. -
updateTime(type:DateTime.t, default:nil) - Output only. [Output only] Update timestamp -
webhookId(type:String.t, default:nil) - Output only. External ID of the webhook created for the repository.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.GitRepositoryLink{ annotations: map() | nil, cloneUri: String.t() | nil, createTime: DateTime.t() | nil, deleteTime: DateTime.t() | nil, etag: String.t() | nil, gitProxyUri: String.t() | nil, labels: map() | nil, name: String.t() | nil, reconciling: boolean() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil, webhookId: String.t() | nil }