Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center, Bitbucket Cloud or GitLab.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id} .
|
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. |
github_config |
google.cloud.devtools.cloudbuild_v2.types.GitHubConfig
Configuration for connections to github.com. This field is a member of oneof _ connection_config .
|
github_enterprise_config |
google.cloud.devtools.cloudbuild_v2.types.GitHubEnterpriseConfig
Configuration for connections to an instance of GitHub Enterprise. This field is a member of oneof _ connection_config .
|
gitlab_config |
google.cloud.devtools.cloudbuild_v2.types.GitLabConfig
Configuration for connections to gitlab.com or an instance of GitLab Enterprise. This field is a member of oneof _ connection_config .
|
bitbucket_data_center_config |
google.cloud.devtools.cloudbuild_v2.types.BitbucketDataCenterConfig
Configuration for connections to Bitbucket Data Center. This field is a member of oneof _ connection_config .
|
bitbucket_cloud_config |
google.cloud.devtools.cloudbuild_v2.types.BitbucketCloudConfig
Configuration for connections to Bitbucket Cloud. This field is a member of oneof _ connection_config .
|
installation_state |
google.cloud.devtools.cloudbuild_v2.types.InstallationState
Output only. Installation state of the Connection. |
disabled |
bool
If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled. |
reconciling |
bool
Output only. Set to true when the connection is being set up or updated in the background. |
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. |
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 |