Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 63b545e

Browse files
feat: generate v1beta1 (#8)
fix: remove v1alpha2 * feat: Release API version v1beta1 (no changes to v1alpha2) PiperOrigin-RevId: 463269555 Source-Link: googleapis/googleapis@5261728 Source-Link: https://github.com/googleapis/googleapis-gen/commit/20a9a4c74a41a6f085e40ef5a17416c000c2fc94 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjBhOWE0Yzc0YTQxYTZmMDg1ZTQwZWY1YTE3NDE2YzAwMGMyZmM5NCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: remove v1alpha2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 36729fc commit 63b545e

File tree

100 files changed

+1593
-2913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+1593
-2913
lines changed

.github/.OwlBot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ docker:
1818
deep-remove-regex:
1919
- /owl-bot-staging
2020

21+
deep-preserve-regex:
22+
- /owl-bot-staging/v1alpha2
23+
2124
deep-copy-regex:
2225
- source: /google/cloud/dataform/(v.*)/.*-py/(.*)
2326
dest: /owl-bot-staging/$1/$2

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repo": "googleapis/python-dataform",
1212
"distribution_name": "google-cloud-dataform",
1313
"api_id": "dataform.googleapis.com",
14-
"default_version": "v1alpha2",
14+
"default_version": "v1beta1",
1515
"codeowner_team": "",
1616
"api_shortname": "dataform"
1717
}

docs/dataform_v1alpha2/dataform.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/dataform_v1alpha2/services.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/dataform_v1alpha2/types.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/dataform_v1beta1/dataform.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Dataform
2+
--------------------------
3+
4+
.. automodule:: google.cloud.dataform_v1beta1.services.dataform
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.dataform_v1beta1.services.dataform.pagers
9+
:members:
10+
:inherited-members:

docs/dataform_v1beta1/services.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Services for Google Cloud Dataform v1beta1 API
2+
==============================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
dataform

docs/dataform_v1beta1/types.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Types for Google Cloud Dataform v1beta1 API
2+
===========================================
3+
4+
.. automodule:: google.cloud.dataform_v1beta1.types
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ API Reference
88
.. toctree::
99
:maxdepth: 2
1010

11-
dataform_v1alpha2/services
12-
dataform_v1alpha2/types
11+
dataform_v1beta1/services
12+
dataform_v1beta1/types
1313

1414

1515
Changelog

0 commit comments

Comments
 (0)