Home
last modified time | relevance | path

Searched refs:list_product_sets (Results 1 – 19 of 19) sorted by relevance

/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p3beta1/services/product_search/transports/
H A Dbase.py140 self.list_product_sets: gapic_v1.method.wrap_method(
141 self.list_product_sets,
403 def list_product_sets( member in ProductSearchTransport
H A Dgrpc.py300 def list_product_sets( member in ProductSearchGrpcTransport
H A Dgrpc_asyncio.py304 def list_product_sets( member in ProductSearchGrpcAsyncIOTransport
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1/services/product_search/transports/
H A Dbase.py140 self.list_product_sets: gapic_v1.method.wrap_method(
141 self.list_product_sets,
427 def list_product_sets( member in ProductSearchTransport
H A Dgrpc_asyncio.py302 def list_product_sets( member in ProductSearchGrpcAsyncIOTransport
H A Dgrpc.py298 def list_product_sets( member in ProductSearchGrpcTransport
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p4beta1/services/product_search/transports/
H A Dbase.py140 self.list_product_sets: gapic_v1.method.wrap_method(
141 self.list_product_sets,
406 def list_product_sets( member in ProductSearchTransport
H A Dgrpc_asyncio.py304 def list_product_sets( member in ProductSearchGrpcAsyncIOTransport
H A Dgrpc.py300 def list_product_sets( member in ProductSearchGrpcTransport
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p3beta1/
H A Dtest_product_search.py755 response = client.list_product_sets(request)
782 client.list_product_sets()
811 response = await client.list_product_sets(request)
842 client.list_product_sets(request)
873 await client.list_product_sets(request)
896 client.list_product_sets(parent="parent_value",)
911 client.list_product_sets(
952 await client.list_product_sets(
994 pager = client.list_product_sets(request={})
1046 type(client.transport.list_product_sets),
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1/
H A Dtest_product_search.py753 response = client.list_product_sets(request)
780 client.list_product_sets()
809 response = await client.list_product_sets(request)
840 client.list_product_sets(request)
871 await client.list_product_sets(request)
894 client.list_product_sets(parent="parent_value",)
909 client.list_product_sets(
950 await client.list_product_sets(
992 pager = client.list_product_sets(request={})
1044 type(client.transport.list_product_sets),
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p4beta1/
H A Dtest_product_search.py755 response = client.list_product_sets(request)
782 client.list_product_sets()
811 response = await client.list_product_sets(request)
842 client.list_product_sets(request)
873 await client.list_product_sets(request)
896 client.list_product_sets(parent="parent_value",)
911 client.list_product_sets(
952 await client.list_product_sets(
994 pager = client.list_product_sets(request={})
1046 type(client.transport.list_product_sets),
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p4beta1/services/product_search/
H A Dasync_client.py308 async def list_product_sets( member in ProductSearchAsyncClient
371 self._client._transport.list_product_sets,
H A Dclient.py516 def list_product_sets( member in ProductSearchClient
582 rpc = self._transport._wrapped_methods[self._transport.list_product_sets]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p3beta1/services/product_search/
H A Dasync_client.py307 async def list_product_sets( member in ProductSearchAsyncClient
370 self._client._transport.list_product_sets,
H A Dclient.py515 def list_product_sets( member in ProductSearchClient
581 rpc = self._transport._wrapped_methods[self._transport.list_product_sets]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1/services/product_search/
H A Dasync_client.py306 async def list_product_sets( member in ProductSearchAsyncClient
369 self._client._transport.list_product_sets,
H A Dclient.py514 def list_product_sets( member in ProductSearchClient
580 rpc = self._transport._wrapped_methods[self._transport.list_product_sets]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/
H A Dsystem.py328 product_sets_iterator = self.ps_client.list_product_sets(
676 list(self.ps_client.list_product_sets(parent=self.location_path))