Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 974ab8a

Browse filesBrowse files
chore: Update gapic-generator-python to v1.8.2 (#330)
* 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 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0d541ab commit 974ab8a
Copy full SHA for 974ab8a

File tree

Expand file treeCollapse file tree

7 files changed

+7
-6
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+7
-6
lines changed

‎.coveragerc

Copy file name to clipboardExpand all lines: .coveragerc
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/tasks/__init__.py
8+
google/cloud/tasks/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

‎google/cloud/tasks_v2/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/tasks_v2/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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.tasks import gapic_version as package_version
16+
from google.cloud.tasks_v2 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

‎google/cloud/tasks_v2beta2/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/tasks_v2beta2/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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.tasks import gapic_version as package_version
16+
from google.cloud.tasks_v2beta2 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

‎google/cloud/tasks_v2beta3/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/tasks_v2beta3/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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.tasks import gapic_version as package_version
16+
from google.cloud.tasks_v2beta3 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

‎samples/generated_samples/snippet_metadata_google.cloud.tasks.v2.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.tasks.v2.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "2.12.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

‎samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta2.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta2.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "2.12.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

‎samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta3.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta3.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "2.12.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.