Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.2 (#84)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.2

PiperOrigin-RevId: 427792504

Source-Link: googleapis/googleapis@55b9e1e

Source-Link: googleapis/googleapis-gen@bf4e86b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9

* 🦉 Updates from OwlBot

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 Feb 11, 2022
1 parent 4363e03 commit 3a0c4d7
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ def sample_list_connections():
# Make the request
page_result = client.list_connections(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ def sample_list_connections():
# Make the request
page_result = client.list_connections(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,15 @@ def sample_egress():
# Here we create a generator that yields a single `request` for
# demonstrative purposes.
requests = [request]
def request_generator():
for request in requests:
yield request
# Make the request
stream = client.egress(requests=request_generator())
# Handle the response
for response in stream:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,15 @@ def sample_egress():
# Here we create a generator that yields a single `request` for
# demonstrative purposes.
requests = [request]
def request_generator():
for request in requests:
yield request
# Make the request
stream = client.egress(requests=request_generator())
# Handle the response
for response in stream:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async def sample_list_connections():

# Make the request
page_result = client.list_connections(request=request)

# Handle the response
async for response in page_result:
print(response)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def sample_list_connections():

# Make the request
page_result = client.list_connections(request=request)

# Handle the response
for response in page_result:
print(response)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ async def sample_egress():
# Here we create a generator that yields a single `request` for
# demonstrative purposes.
requests = [request]

def request_generator():
for request in requests:
yield request

# Make the request
stream = await client.egress(requests=request_generator())

# Handle the response
async for response in stream:
print(response)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ def sample_egress():
# Here we create a generator that yields a single `request` for
# demonstrative purposes.
requests = [request]

def request_generator():
for request in requests:
yield request

# Make the request
stream = client.egress(requests=request_generator())

# Handle the response
for response in stream:
print(response)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_async",
"segments": [
{
"end": 43,
"end": 45,
"start": 27,
"type": "FULL"
},
{
"end": 43,
"end": 45,
"start": 27,
"type": "SHORT"
},
Expand All @@ -34,11 +34,13 @@
"type": "REQUEST_INITIALIZATION"
},
{
"end": 41,
"start": 39,
"type": "REQUEST_EXECUTION"
},
{
"end": 44,
"end": 46,
"start": 42,
"type": "RESPONSE_HANDLING"
}
]
Expand All @@ -56,12 +58,12 @@
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_ConnectionService_ListConnections_sync",
"segments": [
{
"end": 43,
"end": 45,
"start": 27,
"type": "FULL"
},
{
"end": 43,
"end": 45,
"start": 27,
"type": "SHORT"
},
Expand All @@ -76,11 +78,13 @@
"type": "REQUEST_INITIALIZATION"
},
{
"end": 41,
"start": 39,
"type": "REQUEST_EXECUTION"
},
{
"end": 44,
"end": 46,
"start": 42,
"type": "RESPONSE_HANDLING"
}
]
Expand All @@ -99,12 +103,12 @@
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_async",
"segments": [
{
"end": 51,
"end": 54,
"start": 27,
"type": "FULL"
},
{
"end": 51,
"end": 54,
"start": 27,
"type": "SHORT"
},
Expand All @@ -114,16 +118,18 @@
"type": "CLIENT_INITIALIZATION"
},
{
"end": 46,
"end": 47,
"start": 34,
"type": "REQUEST_INITIALIZATION"
},
{
"start": 47,
"end": 50,
"start": 48,
"type": "REQUEST_EXECUTION"
},
{
"end": 52,
"end": 55,
"start": 51,
"type": "RESPONSE_HANDLING"
}
]
Expand All @@ -141,12 +147,12 @@
"regionTag": "apigeeconnect_generated_apigeeconnect_v1_Tether_Egress_sync",
"segments": [
{
"end": 51,
"end": 54,
"start": 27,
"type": "FULL"
},
{
"end": 51,
"end": 54,
"start": 27,
"type": "SHORT"
},
Expand All @@ -156,16 +162,18 @@
"type": "CLIENT_INITIALIZATION"
},
{
"end": 46,
"end": 47,
"start": 34,
"type": "REQUEST_INITIALIZATION"
},
{
"start": 47,
"end": 50,
"start": 48,
"type": "REQUEST_EXECUTION"
},
{
"end": 52,
"end": 55,
"start": 51,
"type": "RESPONSE_HANDLING"
}
]
Expand Down

0 comments on commit 3a0c4d7

Please sign in to comment.