Skip to content

Commit

Permalink
feat: Added support for Interactive Reporting
Browse files Browse the repository at this point in the history
fix: Removed closed beta services that had data discrepancies with the SOAP API

Temporarily removed the LineItem, Creative, Contact, Label, and Team services until data discrepancies with the SOAP API are resolved.

PiperOrigin-RevId: 681864022
  • Loading branch information
Google APIs authored and copybara-github committed Oct 3, 2024
1 parent 475669f commit 672cd6a
Show file tree
Hide file tree
Showing 58 changed files with 5,646 additions and 2,714 deletions.
66 changes: 45 additions & 21 deletions google/ads/admanager/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,66 @@
# * extra_protoc_file_parameters
# The complete list of preserved parameters can be found in the source code.

# buildifier: disable=load-on-top

# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])

##############################################################################
# Common
##############################################################################
load("@rules_proto//proto:defs.bzl", "proto_library")
# buildifier: disable=same-origin-load
load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
load("@rules_proto//proto:defs.bzl", "proto_library")

proto_library(
name = "admanager_proto",
srcs = [
"ad_partner_declaration.proto",
"ad_partner_service.proto",
"ad_unit_enums.proto",
"ad_unit_messages.proto",
"ad_unit_service.proto",
"ad_unit_size.proto",
"admanager_error.proto",
"applied_label.proto",
"company_credit_status_enum.proto",
"company_messages.proto",
"company_service.proto",
"company_type_enum.proto",
"computed_status_enum.proto",
"contact_service.proto",
"creative_placeholder.proto",
"creative_service.proto",
"contact_messages.proto",
"custom_field_enums.proto",
"custom_field_messages.proto",
"custom_field_service.proto",
"custom_field_value.proto",
"custom_targeting_key_enums.proto",
"custom_targeting_key_messages.proto",
"custom_targeting_key_service.proto",
"custom_targeting_value_enums.proto",
"custom_targeting_value_messages.proto",
"custom_targeting_value_service.proto",
"entity_signals_mapping_messages.proto",
"entity_signals_mapping_service.proto",
"environment_type_enum.proto",
"frequency_cap.proto",
"goal.proto",
"label_service.proto",
"line_item_enums.proto",
"line_item_service.proto",
"label_messages.proto",
"network_messages.proto",
"network_service.proto",
"order_enums.proto",
"order_messages.proto",
"order_service.proto",
"placement_enums.proto",
"placement_messages.proto",
"placement_service.proto",
"report_service.proto",
"role_enums.proto",
"role_messages.proto",
"role_service.proto",
"size.proto",
"team_service.proto",
"size_type_enum.proto",
"taxonomy_category_messages.proto",
"taxonomy_category_service.proto",
"taxonomy_type_enum.proto",
"team_messages.proto",
"time_unit_enum.proto",
"user_messages.proto",
"user_service.proto",
],
deps = [
Expand All @@ -63,9 +77,12 @@ proto_library(
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/longrunning:operations_proto",
"//google/type:money_proto",
"//google/type:date_proto",
"//google/type:dayofweek_proto",
"//google/type:timeofday_proto",
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:timestamp_proto",
],
)
Expand All @@ -81,6 +98,7 @@ proto_library_with_info(
##############################################################################
# Java
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
Expand Down Expand Up @@ -113,22 +131,18 @@ java_gapic_library(
java_gapic_test(
name = "admanager_java_gapic_test_suite",
test_classes = [
"com.google.ads.admanager.v1.AdPartnerServiceClientTest",
"com.google.ads.admanager.v1.AdUnitServiceClientTest",
"com.google.ads.admanager.v1.CompanyServiceClientTest",
"com.google.ads.admanager.v1.ContactServiceClientTest",
"com.google.ads.admanager.v1.CreativeServiceClientTest",
"com.google.ads.admanager.v1.CustomFieldServiceClientTest",
"com.google.ads.admanager.v1.CustomTargetingKeyServiceClientTest",
"com.google.ads.admanager.v1.CustomTargetingValueServiceClientTest",
"com.google.ads.admanager.v1.LabelServiceClientTest",
"com.google.ads.admanager.v1.LineItemServiceClientTest",
"com.google.ads.admanager.v1.EntitySignalsMappingServiceClientTest",
"com.google.ads.admanager.v1.NetworkServiceClientTest",
"com.google.ads.admanager.v1.OrderServiceClientTest",
"com.google.ads.admanager.v1.PlacementServiceClientTest",
"com.google.ads.admanager.v1.ReportServiceClientTest",
"com.google.ads.admanager.v1.RoleServiceClientTest",
"com.google.ads.admanager.v1.TeamServiceClientTest",
"com.google.ads.admanager.v1.TaxonomyCategoryServiceClientTest",
"com.google.ads.admanager.v1.UserServiceClientTest",
],
runtime_deps = [":admanager_java_gapic_test"],
Expand All @@ -149,6 +163,7 @@ java_gapic_assembly_gradle_pkg(
##############################################################################
# Go
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
Expand All @@ -164,7 +179,9 @@ go_proto_library(
deps = [
"//google/api:annotations_go_proto",
"//google/longrunning:longrunning_go_proto",
"//google/type:money_go_proto",
"//google/type:date_go_proto",
"//google/type:dayofweek_go_proto",
"//google/type:timeofday_go_proto",
],
)

Expand Down Expand Up @@ -203,6 +220,7 @@ go_gapic_assembly_pkg(
##############################################################################
# Python
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
Expand Down Expand Up @@ -242,6 +260,7 @@ py_gapic_assembly_pkg(
##############################################################################
# PHP
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
Expand Down Expand Up @@ -279,6 +298,7 @@ php_gapic_assembly_pkg(
##############################################################################
# Node.js
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"nodejs_gapic_assembly_pkg",
Expand Down Expand Up @@ -309,6 +329,7 @@ nodejs_gapic_assembly_pkg(
##############################################################################
# Ruby
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_cloud_gapic_library",
Expand Down Expand Up @@ -355,6 +376,7 @@ ruby_gapic_assembly_pkg(
##############################################################################
# C#
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"csharp_gapic_assembly_pkg",
Expand All @@ -365,6 +387,7 @@ load(

csharp_proto_library(
name = "admanager_csharp_proto",
extra_opts = [],
deps = [":admanager_proto"],
)

Expand Down Expand Up @@ -401,6 +424,7 @@ csharp_gapic_assembly_pkg(
##############################################################################
# C++
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"cc_grpc_library",
Expand Down
57 changes: 0 additions & 57 deletions google/ads/admanager/v1/ad_partner_declaration.proto

This file was deleted.

139 changes: 0 additions & 139 deletions google/ads/admanager/v1/ad_partner_service.proto

This file was deleted.

Loading

0 comments on commit 672cd6a

Please sign in to comment.