Class GitIntegrationSettings (1.41.0)

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

Settings for connecting to Git repository for an agent.

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
github_settings google.cloud.dialogflowcx_v3beta1.types.Agent.GitIntegrationSettings.GithubSettings
GitHub settings. This field is a member of oneof_ git_settings.
git_connection_settings google.cloud.dialogflowcx_v3beta1.types.Agent.GitIntegrationSettings.GitConnectionSettings
Git connection settings. This field is a member of oneof_ git_settings.

Classes

GitConnectionSettings

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

Integration settings for a Git service hosted on Cloud Run.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

GithubSettings

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

Settings of integration with GitHub.