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

Commit 0525d2a

Browse files
chore: Update gapic-generator-python to v1.8.2 (#207)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2dc22663dbe47a972c8d8c2f8a4df013dafdcbc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * restore REST Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent b3fe40e commit 0525d2a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/dataqna/__init__.py
8+
google/cloud/dataqna/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

google/cloud/dataqna_v1alpha/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.dataqna import gapic_version as package_version
16+
from google.cloud.dataqna_v1alpha import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

samples/generated_samples/snippet_metadata_google.cloud.dataqna.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-data-qna",
11-
"version": "0.10.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)