Skip to content

Commit

Permalink
chore: Bump gapic-generator-python version to 1.3.0 (#366)
Browse files Browse the repository at this point in the history
* feat: Bump gapic-generator-python version to 1.3.0

PiperOrigin-RevId: 472561635

Source-Link: googleapis/googleapis@332ecf5

Source-Link: googleapis/googleapis-gen@4313d68
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 7, 2022
1 parent a5246ca commit 15974e0
Show file tree
Hide file tree
Showing 30 changed files with 289 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ async def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1
async def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1
def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ async def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1beta2
async def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1beta2
def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ async def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p1beta1
async def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p1beta1
def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ async def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p2beta1
async def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p2beta1
def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ def streaming_annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p3beta1
async def sample_streaming_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,13 @@ def streaming_annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p3beta1
def sample_streaming_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ async def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p3beta1
async def sample_annotate_video():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ def annotate_video(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import videointelligence_v1p3beta1
def sample_annotate_video():
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[mypy]
python_version = 3.6
python_version = 3.7
namespace_packages = True
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@
"regionTag": "videointelligence_v1_generated_VideoIntelligenceService_AnnotateVideo_async",
"segments": [
{
"end": 48,
"end": 55,
"start": 27,
"type": "FULL"
},
{
"end": 48,
"end": 55,
"start": 27,
"type": "SHORT"
},
{
"end": 33,
"start": 31,
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 38,
"start": 34,
"end": 45,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 45,
"start": 39,
"end": 52,
"start": 46,
"type": "REQUEST_EXECUTION"
},
{
"end": 49,
"start": 46,
"end": 56,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
Expand Down Expand Up @@ -147,33 +147,33 @@
"regionTag": "videointelligence_v1_generated_VideoIntelligenceService_AnnotateVideo_sync",
"segments": [
{
"end": 48,
"end": 55,
"start": 27,
"type": "FULL"
},
{
"end": 48,
"end": 55,
"start": 27,
"type": "SHORT"
},
{
"end": 33,
"start": 31,
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 38,
"start": 34,
"end": 45,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 45,
"start": 39,
"end": 52,
"start": 46,
"type": "REQUEST_EXECUTION"
},
{
"end": 49,
"start": 46,
"end": 56,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@
"regionTag": "videointelligence_v1beta2_generated_VideoIntelligenceService_AnnotateVideo_async",
"segments": [
{
"end": 48,
"end": 55,
"start": 27,
"type": "FULL"
},
{
"end": 48,
"end": 55,
"start": 27,
"type": "SHORT"
},
{
"end": 33,
"start": 31,
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 38,
"start": 34,
"end": 45,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 45,
"start": 39,
"end": 52,
"start": 46,
"type": "REQUEST_EXECUTION"
},
{
"end": 49,
"start": 46,
"end": 56,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
Expand Down Expand Up @@ -147,33 +147,33 @@
"regionTag": "videointelligence_v1beta2_generated_VideoIntelligenceService_AnnotateVideo_sync",
"segments": [
{
"end": 48,
"end": 55,
"start": 27,
"type": "FULL"
},
{
"end": 48,
"end": 55,
"start": 27,
"type": "SHORT"
},
{
"end": 33,
"start": 31,
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 38,
"start": 34,
"end": 45,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 45,
"start": 39,
"end": 52,
"start": 46,
"type": "REQUEST_EXECUTION"
},
{
"end": 49,
"start": 46,
"end": 56,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
Expand Down
Loading

0 comments on commit 15974e0

Please sign in to comment.