Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: upgrade gapic-generator-python to 0.46.3 (#45)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373649163

Source-Link: googleapis/googleapis@7e1b14e

Source-Link: googleapis/googleapis-gen@0a3c7d2
  • Loading branch information
gcf-owl-bot[bot] committed May 14, 2021
1 parent 4b50c94 commit ddd1868
Show file tree
Hide file tree
Showing 59 changed files with 2,386 additions and 1,525 deletions.
1 change: 0 additions & 1 deletion docs/recommendationengine_v1beta1/catalog_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CatalogService
:members:
:inherited-members:


.. automodule:: google.cloud.recommendationengine_v1beta1.services.catalog_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PredictionApiKeyRegistry
:members:
:inherited-members:


.. automodule:: google.cloud.recommendationengine_v1beta1.services.prediction_api_key_registry.pagers
:members:
:inherited-members:
1 change: 0 additions & 1 deletion docs/recommendationengine_v1beta1/prediction_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PredictionService
:members:
:inherited-members:


.. automodule:: google.cloud.recommendationengine_v1beta1.services.prediction_service.pagers
:members:
:inherited-members:
1 change: 0 additions & 1 deletion docs/recommendationengine_v1beta1/user_event_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ UserEventService
:members:
:inherited-members:


.. automodule:: google.cloud.recommendationengine_v1beta1.services.user_event_service.pagers
:members:
:inherited-members:
72 changes: 36 additions & 36 deletions google/cloud/recommendationengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,30 +14,31 @@
# limitations under the License.
#

from google.cloud.recommendationengine_v1beta1.services.catalog_service.async_client import (
CatalogServiceAsyncClient,
)
from google.cloud.recommendationengine_v1beta1.services.catalog_service.client import (
CatalogServiceClient,
)
from google.cloud.recommendationengine_v1beta1.services.prediction_api_key_registry.async_client import (
PredictionApiKeyRegistryAsyncClient,
from google.cloud.recommendationengine_v1beta1.services.catalog_service.async_client import (
CatalogServiceAsyncClient,
)
from google.cloud.recommendationengine_v1beta1.services.prediction_api_key_registry.client import (
PredictionApiKeyRegistryClient,
)
from google.cloud.recommendationengine_v1beta1.services.prediction_service.async_client import (
PredictionServiceAsyncClient,
from google.cloud.recommendationengine_v1beta1.services.prediction_api_key_registry.async_client import (
PredictionApiKeyRegistryAsyncClient,
)
from google.cloud.recommendationengine_v1beta1.services.prediction_service.client import (
PredictionServiceClient,
)
from google.cloud.recommendationengine_v1beta1.services.user_event_service.async_client import (
UserEventServiceAsyncClient,
from google.cloud.recommendationengine_v1beta1.services.prediction_service.async_client import (
PredictionServiceAsyncClient,
)
from google.cloud.recommendationengine_v1beta1.services.user_event_service.client import (
UserEventServiceClient,
)
from google.cloud.recommendationengine_v1beta1.services.user_event_service.async_client import (
UserEventServiceAsyncClient,
)

from google.cloud.recommendationengine_v1beta1.types.catalog import CatalogItem
from google.cloud.recommendationengine_v1beta1.types.catalog import Image
from google.cloud.recommendationengine_v1beta1.types.catalog import ProductCatalogItem
Expand Down Expand Up @@ -138,53 +138,53 @@
)

__all__ = (
"CatalogInlineSource",
"CatalogItem",
"CatalogServiceAsyncClient",
"CatalogServiceClient",
"CollectUserEventRequest",
"CatalogServiceAsyncClient",
"PredictionApiKeyRegistryClient",
"PredictionApiKeyRegistryAsyncClient",
"PredictionServiceClient",
"PredictionServiceAsyncClient",
"UserEventServiceClient",
"UserEventServiceAsyncClient",
"CatalogItem",
"Image",
"ProductCatalogItem",
"CreateCatalogItemRequest",
"CreatePredictionApiKeyRegistrationRequest",
"DeleteCatalogItemRequest",
"DeletePredictionApiKeyRegistrationRequest",
"EventDetail",
"GetCatalogItemRequest",
"ListCatalogItemsRequest",
"ListCatalogItemsResponse",
"UpdateCatalogItemRequest",
"FeatureMap",
"CatalogInlineSource",
"GcsSource",
"GetCatalogItemRequest",
"Image",
"ImportCatalogItemsRequest",
"ImportCatalogItemsResponse",
"ImportErrorsConfig",
"ImportMetadata",
"ImportUserEventsRequest",
"ImportUserEventsResponse",
"InputConfig",
"ListCatalogItemsRequest",
"ListCatalogItemsResponse",
"UserEventImportSummary",
"UserEventInlineSource",
"CreatePredictionApiKeyRegistrationRequest",
"DeletePredictionApiKeyRegistrationRequest",
"ListPredictionApiKeyRegistrationsRequest",
"ListPredictionApiKeyRegistrationsResponse",
"ListUserEventsRequest",
"ListUserEventsResponse",
"PredictionApiKeyRegistration",
"PredictRequest",
"PredictResponse",
"PredictionApiKeyRegistration",
"PredictionApiKeyRegistryAsyncClient",
"PredictionApiKeyRegistryClient",
"PredictionServiceAsyncClient",
"PredictionServiceClient",
"ProductCatalogItem",
"EventDetail",
"ProductDetail",
"ProductEventDetail",
"PurchaseTransaction",
"UserEvent",
"UserInfo",
"CollectUserEventRequest",
"ListUserEventsRequest",
"ListUserEventsResponse",
"PurgeUserEventsMetadata",
"PurgeUserEventsRequest",
"PurgeUserEventsResponse",
"UpdateCatalogItemRequest",
"UserEvent",
"UserEventImportSummary",
"UserEventInlineSource",
"UserEventServiceAsyncClient",
"UserEventServiceClient",
"UserInfo",
"WriteUserEventRequest",
)
13 changes: 10 additions & 3 deletions google/cloud/recommendationengine_v1beta1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,9 +15,14 @@
#

from .services.catalog_service import CatalogServiceClient
from .services.catalog_service import CatalogServiceAsyncClient
from .services.prediction_api_key_registry import PredictionApiKeyRegistryClient
from .services.prediction_api_key_registry import PredictionApiKeyRegistryAsyncClient
from .services.prediction_service import PredictionServiceClient
from .services.prediction_service import PredictionServiceAsyncClient
from .services.user_event_service import UserEventServiceClient
from .services.user_event_service import UserEventServiceAsyncClient

from .types.catalog import CatalogItem
from .types.catalog import Image
from .types.catalog import ProductCatalogItem
Expand Down Expand Up @@ -69,8 +73,11 @@
from .types.user_event_service import PurgeUserEventsResponse
from .types.user_event_service import WriteUserEventRequest


__all__ = (
"CatalogServiceAsyncClient",
"PredictionApiKeyRegistryAsyncClient",
"PredictionServiceAsyncClient",
"UserEventServiceAsyncClient",
"CatalogInlineSource",
"CatalogItem",
"CatalogServiceClient",
Expand Down Expand Up @@ -113,7 +120,7 @@
"UserEvent",
"UserEventImportSummary",
"UserEventInlineSource",
"UserEventServiceClient",
"UserInfo",
"WriteUserEventRequest",
"UserEventServiceClient",
)
Loading

0 comments on commit ddd1868

Please sign in to comment.