View Source GoogleApi.DeveloperConnect.V1.Model.GitRepositoryLink (google_api_developer_connect v0.5.0)

Message 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.
  • 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 format projects/*/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 a 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,
  labels: map() | nil,
  name: String.t() | nil,
  reconciling: boolean() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil,
  webhookId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.