From 702003cf9c4bd58b8b88bca1d40ab81cb5f1ac12 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:11:56 -0500 Subject: [PATCH 1/2] docs: Add documentation for enums (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Add documentation for enums fix: Add context manager return types chore: Update gapic-generator-python to v1.8.1 PiperOrigin-RevId: 503210727 Source-Link: https://github.com/googleapis/googleapis/commit/a391fd1dac18dfdfa00c18c8404f2c3a6ff8e98e Source-Link: https://github.com/googleapis/googleapis-gen/commit/0080f830dec37c3384157082bce279e37079ea58 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../source_context_v1/types/source_context.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/google/cloud/source_context_v1/types/source_context.py b/google/cloud/source_context_v1/types/source_context.py index c54960b..8867017 100644 --- a/google/cloud/source_context_v1/types/source_context.py +++ b/google/cloud/source_context_v1/types/source_context.py @@ -129,7 +129,22 @@ class AliasContext(proto.Message): """ class Kind(proto.Enum): - r"""The type of an Alias.""" + r"""The type of an Alias. + + Values: + ANY (0): + Do not use. + FIXED (1): + Git tag + MOVABLE (2): + Git branch + OTHER (4): + OTHER is used to specify non-standard + aliases, those not of the kinds above. For + example, if a Git repo has a ref named + "refs/foo/bar", it is considered to be of kind + OTHER. + """ ANY = 0 FIXED = 1 MOVABLE = 2 From 40eff4a97d59be75849c20d8a90a90b3f2c0de62 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:36:21 -0500 Subject: [PATCH 2/2] chore(main): release 1.4.1 (#132) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ google/cloud/source_context/gapic_version.py | 2 +- google/cloud/source_context_v1/gapic_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..4918b25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5002b6b..ac47fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/googleapis/python-source-context/compare/v1.4.0...v1.4.1) (2023-01-23) + + +### Documentation + +* Add documentation for enums ([#131](https://github.com/googleapis/python-source-context/issues/131)) ([702003c](https://github.com/googleapis/python-source-context/commit/702003cf9c4bd58b8b88bca1d40ab81cb5f1ac12)) + ## [1.4.0](https://github.com/googleapis/python-source-context/compare/v1.3.0...v1.4.0) (2023-01-10) diff --git a/google/cloud/source_context/gapic_version.py b/google/cloud/source_context/gapic_version.py index 18c65df..dc24d9a 100644 --- a/google/cloud/source_context/gapic_version.py +++ b/google/cloud/source_context/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.4.0" # {x-release-please-version} +__version__ = "1.4.1" # {x-release-please-version} diff --git a/google/cloud/source_context_v1/gapic_version.py b/google/cloud/source_context_v1/gapic_version.py index 18c65df..dc24d9a 100644 --- a/google/cloud/source_context_v1/gapic_version.py +++ b/google/cloud/source_context_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.4.0" # {x-release-please-version} +__version__ = "1.4.1" # {x-release-please-version}