Skip to content

Commit 21413ec

Browse files
chore: use gapic-generator-python 0.63.4 (#85)
* chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: googleapis/googleapis-gen@ca893ff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove redundant samples Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 3a0c4d7 commit 21413ec

9 files changed

+20
-22
lines changed

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/connection_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def list_connections(
217217
given Apigee Connect endpoint.
218218
219219
220-
.. code-block::
220+
.. code-block:: python
221221
222222
from google.cloud import apigeeconnect_v1
223223

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/connection_service/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,7 @@ def list_connections(
413413
given Apigee Connect endpoint.
414414
415415
416-
417-
.. code-block::
416+
.. code-block:: python
418417
419418
from google.cloud import apigeeconnect_v1
420419

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/tether/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def egress(
223223
streams http responses.
224224
225225
226-
.. code-block::
226+
.. code-block:: python
227227
228228
from google.cloud import apigeeconnect_v1
229229

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/tether/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ def egress(
404404
streams http responses.
405405
406406
407-
408-
.. code-block::
407+
.. code-block:: python
409408
410409
from google.cloud import apigeeconnect_v1
411410
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-apigee-connect
2424

2525

26-
# [START apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_async]
26+
# [START apigeeconnect_v1_generated_ConnectionService_ListConnections_async]
2727
from google.cloud import apigeeconnect_v1
2828

2929

@@ -43,4 +43,4 @@ async def sample_list_connections():
4343
async for response in page_result:
4444
print(response)
4545

46-
# [END apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_async]
46+
# [END apigeeconnect_v1_generated_ConnectionService_ListConnections_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-apigee-connect
2424

2525

26-
# [START apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_sync]
26+
# [START apigeeconnect_v1_generated_ConnectionService_ListConnections_sync]
2727
from google.cloud import apigeeconnect_v1
2828

2929

@@ -43,4 +43,4 @@ def sample_list_connections():
4343
for response in page_result:
4444
print(response)
4545

46-
# [END apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_sync]
46+
# [END apigeeconnect_v1_generated_ConnectionService_ListConnections_sync]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-apigee-connect
2424

2525

26-
# [START apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_async]
26+
# [START apigeeconnect_v1_generated_Tether_Egress_async]
2727
from google.cloud import apigeeconnect_v1
2828

2929

@@ -52,4 +52,4 @@ def request_generator():
5252
async for response in stream:
5353
print(response)
5454

55-
# [END apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_async]
55+
# [END apigeeconnect_v1_generated_Tether_Egress_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-apigee-connect
2424

2525

26-
# [START apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_sync]
26+
# [START apigeeconnect_v1_generated_Tether_Egress_sync]
2727
from google.cloud import apigeeconnect_v1
2828

2929

@@ -52,4 +52,4 @@ def request_generator():
5252
for response in stream:
5353
print(response)
5454

55-
# [END apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_sync]
55+
# [END apigeeconnect_v1_generated_Tether_Egress_sync]

packages/google-cloud-apigee-connect/samples/generated_samples/snippet_metadata_apigeeconnect_v1.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"shortName": "ListConnections"
1111
}
1212
},
13-
"file": "apigeeconnect_generated_apigeeconnect_v1_connection_service_list_connections_async.py",
14-
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_async",
13+
"file": "apigeeconnect_v1_generated_connection_service_list_connections_async.py",
14+
"regionTag": "apigeeconnect_v1_generated_ConnectionService_ListConnections_async",
1515
"segments": [
1616
{
1717
"end": 45,
@@ -54,8 +54,8 @@
5454
"shortName": "ListConnections"
5555
}
5656
},
57-
"file": "apigeeconnect_generated_apigeeconnect_v1_connection_service_list_connections_sync.py",
58-
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_sync",
57+
"file": "apigeeconnect_v1_generated_connection_service_list_connections_sync.py",
58+
"regionTag": "apigeeconnect_v1_generated_ConnectionService_ListConnections_sync",
5959
"segments": [
6060
{
6161
"end": 45,
@@ -99,8 +99,8 @@
9999
"shortName": "Egress"
100100
}
101101
},
102-
"file": "apigeeconnect_generated_apigeeconnect_v1_tether_egress_async.py",
103-
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_async",
102+
"file": "apigeeconnect_v1_generated_tether_egress_async.py",
103+
"regionTag": "apigeeconnect_v1_generated_Tether_Egress_async",
104104
"segments": [
105105
{
106106
"end": 54,
@@ -143,8 +143,8 @@
143143
"shortName": "Egress"
144144
}
145145
},
146-
"file": "apigeeconnect_generated_apigeeconnect_v1_tether_egress_sync.py",
147-
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_sync",
146+
"file": "apigeeconnect_v1_generated_tether_egress_sync.py",
147+
"regionTag": "apigeeconnect_v1_generated_Tether_Egress_sync",
148148
"segments": [
149149
{
150150
"end": 54,

0 commit comments

Comments
 (0)