-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#35)
fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
fa0188d
commit 568f65b
Showing
56 changed files
with
2,231 additions
and
1,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
195 changes: 195 additions & 0 deletions
195
packages/google-cloud-retail/google/cloud/retail_v2/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.retail_v2", | ||
"protoPackage": "google.cloud.retail.v2", | ||
"schema": "1.0", | ||
"services": { | ||
"CatalogService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CatalogServiceClient", | ||
"rpcs": { | ||
"ListCatalogs": { | ||
"methods": [ | ||
"list_catalogs" | ||
] | ||
}, | ||
"UpdateCatalog": { | ||
"methods": [ | ||
"update_catalog" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "CatalogServiceAsyncClient", | ||
"rpcs": { | ||
"ListCatalogs": { | ||
"methods": [ | ||
"list_catalogs" | ||
] | ||
}, | ||
"UpdateCatalog": { | ||
"methods": [ | ||
"update_catalog" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"PredictionService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "PredictionServiceClient", | ||
"rpcs": { | ||
"Predict": { | ||
"methods": [ | ||
"predict" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "PredictionServiceAsyncClient", | ||
"rpcs": { | ||
"Predict": { | ||
"methods": [ | ||
"predict" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ProductService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "ProductServiceClient", | ||
"rpcs": { | ||
"CreateProduct": { | ||
"methods": [ | ||
"create_product" | ||
] | ||
}, | ||
"DeleteProduct": { | ||
"methods": [ | ||
"delete_product" | ||
] | ||
}, | ||
"GetProduct": { | ||
"methods": [ | ||
"get_product" | ||
] | ||
}, | ||
"ImportProducts": { | ||
"methods": [ | ||
"import_products" | ||
] | ||
}, | ||
"UpdateProduct": { | ||
"methods": [ | ||
"update_product" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "ProductServiceAsyncClient", | ||
"rpcs": { | ||
"CreateProduct": { | ||
"methods": [ | ||
"create_product" | ||
] | ||
}, | ||
"DeleteProduct": { | ||
"methods": [ | ||
"delete_product" | ||
] | ||
}, | ||
"GetProduct": { | ||
"methods": [ | ||
"get_product" | ||
] | ||
}, | ||
"ImportProducts": { | ||
"methods": [ | ||
"import_products" | ||
] | ||
}, | ||
"UpdateProduct": { | ||
"methods": [ | ||
"update_product" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"UserEventService": { | ||
"clients": { | ||
"grpc": { | ||
"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" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "UserEventServiceAsyncClient", | ||
"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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-retail/google/cloud/retail_v2/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.