Skip to content

Commit

Permalink
feat: enable "rest" transport in Python for services supporting numer…
Browse files Browse the repository at this point in the history
…ic enums (#394)

* feat: enable "rest" transport in Python for services supporting numeric enums

PiperOrigin-RevId: 508143576

Source-Link: googleapis/googleapis@7a702a9

Source-Link: googleapis/googleapis-gen@6ad1279
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets

PiperOrigin-RevId: 510187992

Source-Link: googleapis/googleapis@5edc235

Source-Link: googleapis/googleapis-gen@b0bedb7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBiZWRiNzJlNDc2NWEzZTBiNjc0YTI4YzUwZWEwZjlhOWIyNmE4OSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: Update gapic-generator-python to v1.8.5

PiperOrigin-RevId: 511892190

Source-Link: googleapis/googleapis@a45d9c0

Source-Link: googleapis/googleapis-gen@1907294
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9

* 🦉 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>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent 317b073 commit 61b1084
Show file tree
Hide file tree
Showing 268 changed files with 106,686 additions and 9,283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,66 @@
]
}
}
},
"rest": {
"libraryClient": "CatalogServiceClient",
"rpcs": {
"AddCatalogAttribute": {
"methods": [
"add_catalog_attribute"
]
},
"GetAttributesConfig": {
"methods": [
"get_attributes_config"
]
},
"GetCompletionConfig": {
"methods": [
"get_completion_config"
]
},
"GetDefaultBranch": {
"methods": [
"get_default_branch"
]
},
"ListCatalogs": {
"methods": [
"list_catalogs"
]
},
"RemoveCatalogAttribute": {
"methods": [
"remove_catalog_attribute"
]
},
"ReplaceCatalogAttribute": {
"methods": [
"replace_catalog_attribute"
]
},
"SetDefaultBranch": {
"methods": [
"set_default_branch"
]
},
"UpdateAttributesConfig": {
"methods": [
"update_attributes_config"
]
},
"UpdateCatalog": {
"methods": [
"update_catalog"
]
},
"UpdateCompletionConfig": {
"methods": [
"update_completion_config"
]
}
}
}
}
},
Expand Down Expand Up @@ -160,6 +220,21 @@
]
}
}
},
"rest": {
"libraryClient": "CompletionServiceClient",
"rpcs": {
"CompleteQuery": {
"methods": [
"complete_query"
]
},
"ImportCompletionData": {
"methods": [
"import_completion_data"
]
}
}
}
}
},
Expand Down Expand Up @@ -224,6 +299,36 @@
]
}
}
},
"rest": {
"libraryClient": "ControlServiceClient",
"rpcs": {
"CreateControl": {
"methods": [
"create_control"
]
},
"DeleteControl": {
"methods": [
"delete_control"
]
},
"GetControl": {
"methods": [
"get_control"
]
},
"ListControls": {
"methods": [
"list_controls"
]
},
"UpdateControl": {
"methods": [
"update_control"
]
}
}
}
}
},
Expand All @@ -248,6 +353,16 @@
]
}
}
},
"rest": {
"libraryClient": "PredictionServiceClient",
"rpcs": {
"Predict": {
"methods": [
"predict"
]
}
}
}
}
},
Expand Down Expand Up @@ -372,6 +487,66 @@
]
}
}
},
"rest": {
"libraryClient": "ProductServiceClient",
"rpcs": {
"AddFulfillmentPlaces": {
"methods": [
"add_fulfillment_places"
]
},
"AddLocalInventories": {
"methods": [
"add_local_inventories"
]
},
"CreateProduct": {
"methods": [
"create_product"
]
},
"DeleteProduct": {
"methods": [
"delete_product"
]
},
"GetProduct": {
"methods": [
"get_product"
]
},
"ImportProducts": {
"methods": [
"import_products"
]
},
"ListProducts": {
"methods": [
"list_products"
]
},
"RemoveFulfillmentPlaces": {
"methods": [
"remove_fulfillment_places"
]
},
"RemoveLocalInventories": {
"methods": [
"remove_local_inventories"
]
},
"SetInventory": {
"methods": [
"set_inventory"
]
},
"UpdateProduct": {
"methods": [
"update_product"
]
}
}
}
}
},
Expand All @@ -396,6 +571,16 @@
]
}
}
},
"rest": {
"libraryClient": "SearchServiceClient",
"rpcs": {
"Search": {
"methods": [
"search"
]
}
}
}
}
},
Expand Down Expand Up @@ -480,6 +665,46 @@
]
}
}
},
"rest": {
"libraryClient": "ServingConfigServiceClient",
"rpcs": {
"AddControl": {
"methods": [
"add_control"
]
},
"CreateServingConfig": {
"methods": [
"create_serving_config"
]
},
"DeleteServingConfig": {
"methods": [
"delete_serving_config"
]
},
"GetServingConfig": {
"methods": [
"get_serving_config"
]
},
"ListServingConfigs": {
"methods": [
"list_serving_configs"
]
},
"RemoveControl": {
"methods": [
"remove_control"
]
},
"UpdateServingConfig": {
"methods": [
"update_serving_config"
]
}
}
}
}
},
Expand Down Expand Up @@ -544,6 +769,36 @@
]
}
}
},
"rest": {
"libraryClient": "UserEventServiceClient",
"rpcs": {
"CollectUserEvent": {
"methods": [
"collect_user_event"
]
},
"ImportUserEvents": {
"methods": [
"import_user_events"
]
},
"PurgeUserEvents": {
"methods": [
"purge_user_events"
]
},
"RejoinUserEvents": {
"methods": [
"rejoin_user_events"
]
},
"WriteUserEvent": {
"methods": [
"write_user_event"
]
}
}
}
}
}
Expand Down
Loading

0 comments on commit 61b1084

Please sign in to comment.