Skip to content

Commit fea2620

Browse files
committed
chore: regenerate all packages with librarian
1 parent 3312ccb commit fea2620

717 files changed

Lines changed: 3663 additions & 3691 deletions

File tree

Some content is hidden

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

packages/bigframes/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"language": "python",
88
"library_type": "INTEGRATION",
99
"name": "bigframes",
10-
"name_pretty": "A unified Python API in BigQuery",
1110
"product_documentation": "https://cloud.google.com/bigquery",
1211
"release_level": "stable",
1312
"repo": "googleapis/google-cloud-python"

packages/bigquery-magics/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"language": "python",
77
"library_type": "INTEGRATION",
88
"name": "bigquery-magics",
9-
"name_pretty": "Google BigQuery connector for Jupyter and IPython",
109
"product_documentation": "https://cloud.google.com/bigquery",
1110
"release_level": "preview",
1211
"repo": "googleapis/google-cloud-python"

packages/db-dtypes/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"language": "python",
66
"library_type": "INTEGRATION",
77
"name": "db-dtypes",
8-
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
98
"product_documentation": "https://pandas.pydata.org/pandas-docs/stable/ecosystem.html#ecosystem-extensions",
109
"release_level": "stable",
1110
"repo": "googleapis/google-cloud-python"

packages/gapic-generator/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"language": "python",
66
"library_type": "CORE",
77
"name": "gapic-generator",
8-
"name_pretty": "Google API Client Generator for Python",
98
"release_level": "stable",
109
"repo": "googleapis/google-cloud-python"
1110
}

packages/gcp-sphinx-docfx-yaml/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"language": "python",
66
"library_type": "OTHER",
77
"name": "gcp-sphinx-docfx-yaml",
8-
"name_pretty": "Sphinx DocFX YAML Generator",
98
"product_documentation": "https://github.com/googleapis/sphinx-docfx-yaml",
109
"release_level": "stable",
1110
"repo": "googleapis/google-cloud-python"

packages/google-ads-datamanager/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"language": "python",
1010
"library_type": "GAPIC_AUTO",
1111
"name": "google-ads-datamanager",
12-
"name_pretty": "Data Manager API",
12+
"name_pretty": "Data Manager",
1313
"product_documentation": "https://developers.google.com/data-manager",
1414
"release_level": "preview",
1515
"repo": "googleapis/google-cloud-python"

packages/google-ads-datamanager/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Python Client for Data Manager API
2-
==================================
1+
Python Client for Data Manager
2+
==============================
33

44
|preview| |pypi| |versions|
55

6-
`Data Manager API`_: A unified ingestion API for data partners, agencies and advertisers to
6+
`Data Manager`_: A unified ingestion API for data partners, agencies and advertisers to
77
connect first-party data across Google advertising products.
88

99
- `Client Library Documentation`_
@@ -15,7 +15,7 @@ connect first-party data across Google advertising products.
1515
:target: https://pypi.org/project/google-ads-datamanager/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-ads-datamanager.svg
1717
:target: https://pypi.org/project/google-ads-datamanager/
18-
.. _Data Manager API: https://developers.google.com/data-manager
18+
.. _Data Manager: https://developers.google.com/data-manager
1919
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/google-ads-datamanager/latest
2020
.. _Product Documentation: https://developers.google.com/data-manager
2121

@@ -26,12 +26,12 @@ In order to use this library, you first need to go through the following steps:
2626

2727
1. `Select or create a Cloud Platform project.`_
2828
2. `Enable billing for your project.`_
29-
3. `Enable the Data Manager API.`_
29+
3. `Enable the Data Manager.`_
3030
4. `Set up Authentication.`_
3131

3232
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3333
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
34-
.. _Enable the Data Manager API.: https://developers.google.com/data-manager
34+
.. _Enable the Data Manager.: https://developers.google.com/data-manager
3535
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3636

3737
Installation
@@ -98,14 +98,14 @@ Windows
9898
Next Steps
9999
~~~~~~~~~~
100100

101-
- Read the `Client Library Documentation`_ for Data Manager API
101+
- Read the `Client Library Documentation`_ for Data Manager
102102
to see other available methods on the client.
103-
- Read the `Data Manager API Product documentation`_ to learn
103+
- Read the `Data Manager Product documentation`_ to learn
104104
more about the product and see How-to Guides.
105105
- View this `README`_ to see the full list of Cloud
106106
APIs that we cover.
107107

108-
.. _Data Manager API Product documentation: https://developers.google.com/data-manager
108+
.. _Data Manager Product documentation: https://developers.google.com/data-manager
109109
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
110110

111111
Logging

packages/google-ads-datamanager/docs/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Python Client for Data Manager API
2-
==================================
1+
Python Client for Data Manager
2+
==============================
33

44
|preview| |pypi| |versions|
55

6-
`Data Manager API`_: A unified ingestion API for data partners, agencies and advertisers to
6+
`Data Manager`_: A unified ingestion API for data partners, agencies and advertisers to
77
connect first-party data across Google advertising products.
88

99
- `Client Library Documentation`_
@@ -15,7 +15,7 @@ connect first-party data across Google advertising products.
1515
:target: https://pypi.org/project/google-ads-datamanager/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-ads-datamanager.svg
1717
:target: https://pypi.org/project/google-ads-datamanager/
18-
.. _Data Manager API: https://developers.google.com/data-manager
18+
.. _Data Manager: https://developers.google.com/data-manager
1919
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/google-ads-datamanager/latest
2020
.. _Product Documentation: https://developers.google.com/data-manager
2121

@@ -26,12 +26,12 @@ In order to use this library, you first need to go through the following steps:
2626

2727
1. `Select or create a Cloud Platform project.`_
2828
2. `Enable billing for your project.`_
29-
3. `Enable the Data Manager API.`_
29+
3. `Enable the Data Manager.`_
3030
4. `Set up Authentication.`_
3131

3232
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3333
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
34-
.. _Enable the Data Manager API.: https://developers.google.com/data-manager
34+
.. _Enable the Data Manager.: https://developers.google.com/data-manager
3535
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3636

3737
Installation
@@ -98,14 +98,14 @@ Windows
9898
Next Steps
9999
~~~~~~~~~~
100100

101-
- Read the `Client Library Documentation`_ for Data Manager API
101+
- Read the `Client Library Documentation`_ for Data Manager
102102
to see other available methods on the client.
103-
- Read the `Data Manager API Product documentation`_ to learn
103+
- Read the `Data Manager Product documentation`_ to learn
104104
more about the product and see How-to Guides.
105105
- View this `README`_ to see the full list of Cloud
106106
APIs that we cover.
107107

108-
.. _Data Manager API Product documentation: https://developers.google.com/data-manager
108+
.. _Data Manager Product documentation: https://developers.google.com/data-manager
109109
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
110110

111111
Logging

packages/google-ads-marketingplatform-admin/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"language": "python",
1010
"library_type": "GAPIC_AUTO",
1111
"name": "google-ads-marketingplatform-admin",
12-
"name_pretty": "Google Marketing Platform Admin API",
12+
"name_pretty": "Google Marketing Platform Admin",
1313
"product_documentation": "https://developers.google.com/analytics/devguides/config/gmp/v1",
1414
"release_level": "preview",
1515
"repo": "googleapis/google-cloud-python"

packages/google-ads-marketingplatform-admin/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Python Client for Google Marketing Platform Admin API
2-
=====================================================
1+
Python Client for Google Marketing Platform Admin
2+
=================================================
33

44
|preview| |pypi| |versions|
55

6-
`Google Marketing Platform Admin API`_: The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.
6+
`Google Marketing Platform Admin`_: The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
@@ -14,7 +14,7 @@ Python Client for Google Marketing Platform Admin API
1414
:target: https://pypi.org/project/google-ads-marketingplatform-admin/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-ads-marketingplatform-admin.svg
1616
:target: https://pypi.org/project/google-ads-marketingplatform-admin/
17-
.. _Google Marketing Platform Admin API: https://developers.google.com/analytics/devguides/config/gmp/v1
17+
.. _Google Marketing Platform Admin: https://developers.google.com/analytics/devguides/config/gmp/v1
1818
.. _Client Library Documentation: https://googleapis.dev/python/google-ads-marketingplatform-admin/latest
1919
.. _Product Documentation: https://developers.google.com/analytics/devguides/config/gmp/v1
2020

@@ -25,12 +25,12 @@ In order to use this library, you first need to go through the following steps:
2525

2626
1. `Select or create a Cloud Platform project.`_
2727
2. `Enable billing for your project.`_
28-
3. `Enable the Google Marketing Platform Admin API.`_
28+
3. `Enable the Google Marketing Platform Admin.`_
2929
4. `Set up Authentication.`_
3030

3131
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3232
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
33-
.. _Enable the Google Marketing Platform Admin API.: https://developers.google.com/analytics/devguides/config/gmp/v1
33+
.. _Enable the Google Marketing Platform Admin.: https://developers.google.com/analytics/devguides/config/gmp/v1
3434
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3535

3636
Installation
@@ -97,14 +97,14 @@ Windows
9797
Next Steps
9898
~~~~~~~~~~
9999

100-
- Read the `Client Library Documentation`_ for Google Marketing Platform Admin API
100+
- Read the `Client Library Documentation`_ for Google Marketing Platform Admin
101101
to see other available methods on the client.
102-
- Read the `Google Marketing Platform Admin API Product documentation`_ to learn
102+
- Read the `Google Marketing Platform Admin Product documentation`_ to learn
103103
more about the product and see How-to Guides.
104104
- View this `README`_ to see the full list of Cloud
105105
APIs that we cover.
106106

107-
.. _Google Marketing Platform Admin API Product documentation: https://developers.google.com/analytics/devguides/config/gmp/v1
107+
.. _Google Marketing Platform Admin Product documentation: https://developers.google.com/analytics/devguides/config/gmp/v1
108108
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
109109

110110
Logging

0 commit comments

Comments
 (0)