Class GitRepositoryLink (0.1.0)

GitRepositoryLink(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing the GitRepositoryLink object

Attributes

Name Description
name str
Identifier. Resource name of the repository, in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*.
clone_uri str
Required. Git Clone URI.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create timestamp
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update timestamp
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Delete timestamp
labels MutableMapping[str, str]
Optional. Labels as key value pairs
etag str
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 MutableMapping[str, str]
Optional. Allows clients to store small amounts of arbitrary data.
uid str
Output only. A system-assigned unique identifier for a the GitRepositoryLink.

Classes

AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.