Skip to content

Commit

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

PiperOrigin-RevId: 441524537

Source-Link: googleapis/googleapis@2a27391

Source-Link: googleapis/googleapis-gen@ab6756a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9

* 🦉 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 Apr 14, 2022
1 parent ed2de3a commit 2ddb37d
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ def sample_list_connections():
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
core_exceptions.Unknown,
),
deadline=60.0,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
core_exceptions.Unknown,
),
deadline=60.0,
),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,61 @@
{
"clientLibrary": {
"apis": [
{
"id": "google.cloud.apigeeconnect.v1",
"version": "v1"
}
],
"language": "PYTHON",
"name": "google-cloud-apigee-connect"
},
"snippets": [
{
"canonical": true,
"clientMethod": {
"async": true,
"client": {
"fullName": "google.cloud.apigeeconnect_v1.ConnectionServiceAsyncClient",
"shortName": "ConnectionServiceAsyncClient"
},
"fullName": "google.cloud.apigeeconnect_v1.ConnectionServiceAsyncClient.list_connections",
"method": {
"fullName": "google.cloud.apigeeconnect.v1.ConnectionService.ListConnections",
"service": {
"fullName": "google.cloud.apigeeconnect.v1.ConnectionService",
"shortName": "ConnectionService"
},
"shortName": "ListConnections"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.apigeeconnect_v1.types.ListConnectionsRequest"
},
{
"name": "parent",
"type": "str"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.apigeeconnect_v1.services.connection_service.pagers.ListConnectionsAsyncPager",
"shortName": "list_connections"
},
"description": "Sample for ListConnections",
"file": "apigeeconnect_v1_generated_connection_service_list_connections_async.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "apigeeconnect_v1_generated_ConnectionService_ListConnections_async",
"segments": [
{
Expand Down Expand Up @@ -43,18 +88,54 @@
"start": 42,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "apigeeconnect_v1_generated_connection_service_list_connections_async.py"
},
{
"canonical": true,
"clientMethod": {
"client": {
"fullName": "google.cloud.apigeeconnect_v1.ConnectionServiceClient",
"shortName": "ConnectionServiceClient"
},
"fullName": "google.cloud.apigeeconnect_v1.ConnectionServiceClient.list_connections",
"method": {
"fullName": "google.cloud.apigeeconnect.v1.ConnectionService.ListConnections",
"service": {
"fullName": "google.cloud.apigeeconnect.v1.ConnectionService",
"shortName": "ConnectionService"
},
"shortName": "ListConnections"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.apigeeconnect_v1.types.ListConnectionsRequest"
},
{
"name": "parent",
"type": "str"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.apigeeconnect_v1.services.connection_service.pagers.ListConnectionsPager",
"shortName": "list_connections"
},
"description": "Sample for ListConnections",
"file": "apigeeconnect_v1_generated_connection_service_list_connections_sync.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "apigeeconnect_v1_generated_ConnectionService_ListConnections_sync",
"segments": [
{
Expand Down Expand Up @@ -87,19 +168,51 @@
"start": 42,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "apigeeconnect_v1_generated_connection_service_list_connections_sync.py"
},
{
"canonical": true,
"clientMethod": {
"async": true,
"client": {
"fullName": "google.cloud.apigeeconnect_v1.TetherAsyncClient",
"shortName": "TetherAsyncClient"
},
"fullName": "google.cloud.apigeeconnect_v1.TetherAsyncClient.egress",
"method": {
"fullName": "google.cloud.apigeeconnect.v1.Tether.Egress",
"service": {
"fullName": "google.cloud.apigeeconnect.v1.Tether",
"shortName": "Tether"
},
"shortName": "Egress"
}
},
"parameters": [
{
"name": "requests",
"type": "Iterator[google.cloud.apigeeconnect_v1.types.EgressResponse]"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "Iterable[google.cloud.apigeeconnect_v1.types.EgressRequest]",
"shortName": "egress"
},
"description": "Sample for Egress",
"file": "apigeeconnect_v1_generated_tether_egress_async.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "apigeeconnect_v1_generated_Tether_Egress_async",
"segments": [
{
Expand Down Expand Up @@ -132,18 +245,50 @@
"start": 51,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "apigeeconnect_v1_generated_tether_egress_async.py"
},
{
"canonical": true,
"clientMethod": {
"client": {
"fullName": "google.cloud.apigeeconnect_v1.TetherClient",
"shortName": "TetherClient"
},
"fullName": "google.cloud.apigeeconnect_v1.TetherClient.egress",
"method": {
"fullName": "google.cloud.apigeeconnect.v1.Tether.Egress",
"service": {
"fullName": "google.cloud.apigeeconnect.v1.Tether",
"shortName": "Tether"
},
"shortName": "Egress"
}
},
"parameters": [
{
"name": "requests",
"type": "Iterator[google.cloud.apigeeconnect_v1.types.EgressResponse]"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "Iterable[google.cloud.apigeeconnect_v1.types.EgressRequest]",
"shortName": "egress"
},
"description": "Sample for Egress",
"file": "apigeeconnect_v1_generated_tether_egress_sync.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "apigeeconnect_v1_generated_Tether_Egress_sync",
"segments": [
{
Expand Down Expand Up @@ -176,7 +321,8 @@
"start": 51,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "apigeeconnect_v1_generated_tether_egress_sync.py"
}
]
}

0 comments on commit 2ddb37d

Please sign in to comment.