Repository(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A repository associated to a parent connection.
Attributes |
|
---|---|
Name | Description |
name |
str
Immutable. Resource name of the repository, in the format projects/*/locations/*/connections/*/repositories/* .
|
remote_uri |
str
Required. Git Clone HTTPS URI. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Server assigned timestamp for when the connection was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Server assigned timestamp for when the connection was updated. |
annotations |
MutableMapping[str, str]
Allows clients to store small amounts of arbitrary data. |
etag |
str
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. |
webhook_id |
str
Output only. External ID of the webhook created for the repository. |
Classes
AnnotationsEntry
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,
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 |