Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
libraries:
- id: google-ads-admanager
version: 0.6.0
last_generated_commit: e8365a7f88fabe8717cb8322b8ce784b03b6daea
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/ads/admanager/v1
service_config: admanager_v1.yaml
Expand Down Expand Up @@ -293,7 +293,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-alloydb
version: 0.6.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/cloud/alloydb/v1beta
service_config: alloydb_v1beta.yaml
Expand Down Expand Up @@ -1879,7 +1879,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-geminidataanalytics
version: 0.6.0
last_generated_commit: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/cloud/geminidataanalytics/v1beta
service_config: geminidataanalytics_v1beta.yaml
Expand Down Expand Up @@ -2227,7 +2227,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-maintenance-api
version: 0.2.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/cloud/maintenance/api/v1beta
service_config: maintenance_v1beta.yaml
Expand Down Expand Up @@ -2991,7 +2991,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-run
version: 0.12.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/cloud/run/v2
service_config: run_v2.yaml
Expand Down Expand Up @@ -4262,7 +4262,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: googleapis-common-protos
version: 1.72.0
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/api
service_config: serviceconfig.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
LineItemService
---------------------------------

.. automodule:: google.ads.admanager_v1.services.line_item_service
:members:
:inherited-members:

.. automodule:: google.ads.admanager_v1.services.line_item_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ NetworkService
.. automodule:: google.ads.admanager_v1.services.network_service
:members:
:inherited-members:

.. automodule:: google.ads.admanager_v1.services.network_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Services for Google Ads Admanager v1 API
device_manufacturer_service
entity_signals_mapping_service
geo_target_service
line_item_service
mobile_carrier_service
mobile_device_service
mobile_device_submodel_service
Expand Down
65 changes: 65 additions & 0 deletions packages/google-ads-admanager/google/ads/admanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
from google.ads.admanager_v1.services.geo_target_service.client import (
GeoTargetServiceClient,
)
from google.ads.admanager_v1.services.line_item_service.client import (
LineItemServiceClient,
)
from google.ads.admanager_v1.services.mobile_carrier_service.client import (
MobileCarrierServiceClient,
)
Expand Down Expand Up @@ -151,11 +154,23 @@
LabelFrequencyCap,
)
from google.ads.admanager_v1.types.ad_unit_service import (
BatchActivateAdUnitsRequest,
BatchActivateAdUnitsResponse,
BatchArchiveAdUnitsRequest,
BatchArchiveAdUnitsResponse,
BatchCreateAdUnitsRequest,
BatchCreateAdUnitsResponse,
BatchDeactivateAdUnitsRequest,
BatchDeactivateAdUnitsResponse,
BatchUpdateAdUnitsRequest,
BatchUpdateAdUnitsResponse,
CreateAdUnitRequest,
GetAdUnitRequest,
ListAdUnitSizesRequest,
ListAdUnitSizesResponse,
ListAdUnitsRequest,
ListAdUnitsResponse,
UpdateAdUnitRequest,
)
from google.ads.admanager_v1.types.admanager_error import AdManagerError
from google.ads.admanager_v1.types.application_messages import Application
Expand Down Expand Up @@ -299,9 +314,19 @@
CustomTargetingKey,
)
from google.ads.admanager_v1.types.custom_targeting_key_service import (
BatchActivateCustomTargetingKeysRequest,
BatchActivateCustomTargetingKeysResponse,
BatchCreateCustomTargetingKeysRequest,
BatchCreateCustomTargetingKeysResponse,
BatchDeactivateCustomTargetingKeysRequest,
BatchDeactivateCustomTargetingKeysResponse,
BatchUpdateCustomTargetingKeysRequest,
BatchUpdateCustomTargetingKeysResponse,
CreateCustomTargetingKeyRequest,
GetCustomTargetingKeyRequest,
ListCustomTargetingKeysRequest,
ListCustomTargetingKeysResponse,
UpdateCustomTargetingKeyRequest,
)
from google.ads.admanager_v1.types.custom_targeting_value_enums import (
CustomTargetingValueMatchTypeEnum,
Expand Down Expand Up @@ -366,7 +391,16 @@
ListGeoTargetsRequest,
ListGeoTargetsResponse,
)
from google.ads.admanager_v1.types.goal import Goal
from google.ads.admanager_v1.types.goal_enums import GoalTypeEnum, UnitTypeEnum
from google.ads.admanager_v1.types.label_messages import Label
from google.ads.admanager_v1.types.line_item_enums import LineItemTypeEnum
from google.ads.admanager_v1.types.line_item_messages import LineItem
from google.ads.admanager_v1.types.line_item_service import (
GetLineItemRequest,
ListLineItemsRequest,
ListLineItemsResponse,
)
from google.ads.admanager_v1.types.live_stream_event_messages import LiveStreamEvent
from google.ads.admanager_v1.types.mobile_carrier_messages import MobileCarrier
from google.ads.admanager_v1.types.mobile_carrier_service import (
Expand Down Expand Up @@ -596,6 +630,7 @@
"DeviceManufacturerServiceClient",
"EntitySignalsMappingServiceClient",
"GeoTargetServiceClient",
"LineItemServiceClient",
"MobileCarrierServiceClient",
"MobileDeviceServiceClient",
"MobileDeviceSubmodelServiceClient",
Expand Down Expand Up @@ -636,11 +671,23 @@
"AdUnitParent",
"AdUnitSize",
"LabelFrequencyCap",
"BatchActivateAdUnitsRequest",
"BatchActivateAdUnitsResponse",
"BatchArchiveAdUnitsRequest",
"BatchArchiveAdUnitsResponse",
"BatchCreateAdUnitsRequest",
"BatchCreateAdUnitsResponse",
"BatchDeactivateAdUnitsRequest",
"BatchDeactivateAdUnitsResponse",
"BatchUpdateAdUnitsRequest",
"BatchUpdateAdUnitsResponse",
"CreateAdUnitRequest",
"GetAdUnitRequest",
"ListAdUnitSizesRequest",
"ListAdUnitSizesResponse",
"ListAdUnitsRequest",
"ListAdUnitsResponse",
"UpdateAdUnitRequest",
"AdManagerError",
"Application",
"GetApplicationRequest",
Expand Down Expand Up @@ -734,9 +781,19 @@
"CustomTargetingKeyStatusEnum",
"CustomTargetingKeyTypeEnum",
"CustomTargetingKey",
"BatchActivateCustomTargetingKeysRequest",
"BatchActivateCustomTargetingKeysResponse",
"BatchCreateCustomTargetingKeysRequest",
"BatchCreateCustomTargetingKeysResponse",
"BatchDeactivateCustomTargetingKeysRequest",
"BatchDeactivateCustomTargetingKeysResponse",
"BatchUpdateCustomTargetingKeysRequest",
"BatchUpdateCustomTargetingKeysResponse",
"CreateCustomTargetingKeyRequest",
"GetCustomTargetingKeyRequest",
"ListCustomTargetingKeysRequest",
"ListCustomTargetingKeysResponse",
"UpdateCustomTargetingKeyRequest",
"CustomTargetingValueMatchTypeEnum",
"CustomTargetingValueStatusEnum",
"CustomTargetingValue",
Expand Down Expand Up @@ -774,7 +831,15 @@
"GetGeoTargetRequest",
"ListGeoTargetsRequest",
"ListGeoTargetsResponse",
"Goal",
"GoalTypeEnum",
"UnitTypeEnum",
"Label",
"LineItemTypeEnum",
"LineItem",
"GetLineItemRequest",
"ListLineItemsRequest",
"ListLineItemsResponse",
"LiveStreamEvent",
"MobileCarrier",
"GetMobileCarrierRequest",
Expand Down
Loading
Loading