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

Commit f1e7ae7

Browse filesBrowse files
docs: Fix formatting of request arg in docstring (#74)
* chore: Update gapic-generator-python to v1.9.0 PiperOrigin-RevId: 517425588 Source-Link: googleapis/googleapis@33c93eb Source-Link: googleapis/googleapis-gen@d5f5978 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: googleapis/googleapis-gen@b2ab4b0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 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 f61ebeb commit f1e7ae7
Copy full SHA for f1e7ae7

File tree

Expand file treeCollapse file tree

4 files changed

+9
-30
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-30
lines changed

‎packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/async_client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/async_client.py
+4-8Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,7 @@ async def sample_create_api_version():
11131113
11141114
Args:
11151115
request (Optional[Union[google.cloud.apigee_registry_v1.types.CreateApiVersionRequest, dict]]):
1116-
The request object. Request message for
1117-
CreateApiVersion.
1116+
The request object. Request message for CreateApiVersion.
11181117
parent (:class:`str`):
11191118
Required. The parent, which owns this collection of
11201119
versions. Format: ``projects/*/locations/*/apis/*``
@@ -1250,8 +1249,7 @@ async def sample_update_api_version():
12501249
12511250
Args:
12521251
request (Optional[Union[google.cloud.apigee_registry_v1.types.UpdateApiVersionRequest, dict]]):
1253-
The request object. Request message for
1254-
UpdateApiVersion.
1252+
The request object. Request message for UpdateApiVersion.
12551253
api_version (:class:`google.cloud.apigee_registry_v1.types.ApiVersion`):
12561254
Required. The version to update.
12571255
@@ -1380,8 +1378,7 @@ async def sample_delete_api_version():
13801378
13811379
Args:
13821380
request (Optional[Union[google.cloud.apigee_registry_v1.types.DeleteApiVersionRequest, dict]]):
1383-
The request object. Request message for
1384-
DeleteApiVersion.
1381+
The request object. Request message for DeleteApiVersion.
13851382
name (:class:`str`):
13861383
Required. The name of the version to delete. Format:
13871384
``projects/*/locations/*/apis/*/versions/*``
@@ -2864,8 +2861,7 @@ async def sample_get_api_deployment():
28642861
28652862
Args:
28662863
request (Optional[Union[google.cloud.apigee_registry_v1.types.GetApiDeploymentRequest, dict]]):
2867-
The request object. Request message for
2868-
GetApiDeployment.
2864+
The request object. Request message for GetApiDeployment.
28692865
name (:class:`str`):
28702866
Required. The name of the deployment to retrieve.
28712867
Format: ``projects/*/locations/*/apis/*/deployments/*``

‎packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/client.py
+4-8Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,8 +1352,7 @@ def sample_create_api_version():
13521352
13531353
Args:
13541354
request (Union[google.cloud.apigee_registry_v1.types.CreateApiVersionRequest, dict]):
1355-
The request object. Request message for
1356-
CreateApiVersion.
1355+
The request object. Request message for CreateApiVersion.
13571356
parent (str):
13581357
Required. The parent, which owns this collection of
13591358
versions. Format: ``projects/*/locations/*/apis/*``
@@ -1477,8 +1476,7 @@ def sample_update_api_version():
14771476
14781477
Args:
14791478
request (Union[google.cloud.apigee_registry_v1.types.UpdateApiVersionRequest, dict]):
1480-
The request object. Request message for
1481-
UpdateApiVersion.
1479+
The request object. Request message for UpdateApiVersion.
14821480
api_version (google.cloud.apigee_registry_v1.types.ApiVersion):
14831481
Required. The version to update.
14841482
@@ -1595,8 +1593,7 @@ def sample_delete_api_version():
15951593
15961594
Args:
15971595
request (Union[google.cloud.apigee_registry_v1.types.DeleteApiVersionRequest, dict]):
1598-
The request object. Request message for
1599-
DeleteApiVersion.
1596+
The request object. Request message for DeleteApiVersion.
16001597
name (str):
16011598
Required. The name of the version to delete. Format:
16021599
``projects/*/locations/*/apis/*/versions/*``
@@ -2950,8 +2947,7 @@ def sample_get_api_deployment():
29502947
29512948
Args:
29522949
request (Union[google.cloud.apigee_registry_v1.types.GetApiDeploymentRequest, dict]):
2953-
The request object. Request message for
2954-
GetApiDeployment.
2950+
The request object. Request message for GetApiDeployment.
29552951
name (str):
29562952
Required. The name of the deployment to retrieve.
29572953
Format: ``projects/*/locations/*/apis/*/deployments/*``

‎packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/transports/rest.py

Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-registry/google/cloud/apigee_registry_v1/services/registry/transports/rest.py
-13Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,6 @@ def __call__(
15171517
request (~.registry_service.CreateApiDeploymentRequest):
15181518
The request object. Request message for
15191519
CreateApiDeployment.
1520-
15211520
retry (google.api_core.retry.Retry): Designation of what errors, if any,
15221521
should be retried.
15231522
timeout (float): The timeout for this request.
@@ -2040,7 +2039,6 @@ def __call__(
20402039
request (~.registry_service.DeleteApiDeploymentRequest):
20412040
The request object. Request message for
20422041
DeleteApiDeployment.
2043-
20442042
retry (google.api_core.retry.Retry): Designation of what errors, if any,
20452043
should be retried.
20462044
timeout (float): The timeout for this request.
@@ -2119,7 +2117,6 @@ def __call__(
21192117
request (~.registry_service.DeleteApiDeploymentRevisionRequest):
21202118
The request object. Request message for
21212119
DeleteApiDeploymentRevision.
2122-
21232120
retry (google.api_core.retry.Retry): Designation of what errors, if any,
21242121
should be retried.
21252122
timeout (float): The timeout for this request.
@@ -2292,7 +2289,6 @@ def __call__(
22922289
request (~.registry_service.DeleteApiSpecRevisionRequest):
22932290
The request object. Request message for
22942291
DeleteApiSpecRevision.
2295-
22962292
retry (google.api_core.retry.Retry): Designation of what errors, if any,
22972293
should be retried.
22982294
timeout (float): The timeout for this request.
@@ -2848,7 +2844,6 @@ def __call__(
28482844
request (~.registry_service.GetApiSpecContentsRequest):
28492845
The request object. Request message for
28502846
GetApiSpecContents.
2851-
28522847
retry (google.api_core.retry.Retry): Designation of what errors, if any,
28532848
should be retried.
28542849
timeout (float): The timeout for this request.
@@ -3189,7 +3184,6 @@ def __call__(
31893184
request (~.registry_service.GetArtifactContentsRequest):
31903185
The request object. Request message for
31913186
GetArtifactContents.
3192-
31933187
retry (google.api_core.retry.Retry): Designation of what errors, if any,
31943188
should be retried.
31953189
timeout (float): The timeout for this request.
@@ -3345,7 +3339,6 @@ def __call__(
33453339
request (~.registry_service.ListApiDeploymentRevisionsRequest):
33463340
The request object. Request message for
33473341
ListApiDeploymentRevisions.
3348-
33493342
retry (google.api_core.retry.Retry): Designation of what errors, if any,
33503343
should be retried.
33513344
timeout (float): The timeout for this request.
@@ -3437,7 +3430,6 @@ def __call__(
34373430
request (~.registry_service.ListApiDeploymentsRequest):
34383431
The request object. Request message for
34393432
ListApiDeployments.
3440-
34413433
retry (google.api_core.retry.Retry): Designation of what errors, if any,
34423434
should be retried.
34433435
timeout (float): The timeout for this request.
@@ -3615,7 +3607,6 @@ def __call__(
36153607
request (~.registry_service.ListApiSpecRevisionsRequest):
36163608
The request object. Request message for
36173609
ListApiSpecRevisions.
3618-
36193610
retry (google.api_core.retry.Retry): Designation of what errors, if any,
36203611
should be retried.
36213612
timeout (float): The timeout for this request.
@@ -4111,7 +4102,6 @@ def __call__(
41114102
request (~.registry_service.RollbackApiDeploymentRequest):
41124103
The request object. Request message for
41134104
RollbackApiDeployment.
4114-
41154105
retry (google.api_core.retry.Retry): Designation of what errors, if any,
41164106
should be retried.
41174107
timeout (float): The timeout for this request.
@@ -4331,7 +4321,6 @@ def __call__(
43314321
request (~.registry_service.TagApiDeploymentRevisionRequest):
43324322
The request object. Request message for
43334323
TagApiDeploymentRevision.
4334-
43354324
retry (google.api_core.retry.Retry): Designation of what errors, if any,
43364325
should be retried.
43374326
timeout (float): The timeout for this request.
@@ -4439,7 +4428,6 @@ def __call__(
44394428
request (~.registry_service.TagApiSpecRevisionRequest):
44404429
The request object. Request message for
44414430
TagApiSpecRevision.
4442-
44434431
retry (google.api_core.retry.Retry): Designation of what errors, if any,
44444432
should be retried.
44454433
timeout (float): The timeout for this request.
@@ -4650,7 +4638,6 @@ def __call__(
46504638
request (~.registry_service.UpdateApiDeploymentRequest):
46514639
The request object. Request message for
46524640
UpdateApiDeployment.
4653-
46544641
retry (google.api_core.retry.Retry): Designation of what errors, if any,
46554642
should be retried.
46564643
timeout (float): The timeout for this request.

‎packages/google-cloud-apigee-registry/setup.py

Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-registry/setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4444
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
45-
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
45+
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4646
]
4747
url = "https://github.com/googleapis/python-apigee-registry"
4848

0 commit comments

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