diff --git a/api-index-v1.json b/api-index-v1.json index c6f5be5f30055..20040159cf535 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -211,6 +211,533 @@ ], "nameInServiceConfig": "actions.googleapis.com" }, + { + "id": "google.ads.admanager.v1", + "directory": "google/ads/admanager/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "admanager.googleapis.com", + "title": "Google Ad Manager API", + "description": "Manage your Ad Manager inventory, run reports and more.", + "importDirectories": [ + "google/ads/admanager/v1", + "google/api", + "google/longrunning", + "google/protobuf", + "google/type" + ], + "options": { + "csharp_namespace": { + "valueCounts": { + "Google.Ads.AdManager.V1": 35 + } + }, + "go_package": { + "valueCounts": { + "google.golang.org/genproto/googleapis/ads/admanager/v1;admanager": 35 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 35 + } + }, + "java_package": { + "valueCounts": { + "com.google.ads.admanager.v1": 35 + } + }, + "objc_class_prefix": { + "valueCounts": { + "": 1, + "GAA": 34 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Ads\\AdManager\\V1": 35 + } + } + }, + "services": [ + { + "shortName": "AdPartnerService", + "fullName": "google.ads.admanager.v1.AdPartnerService", + "methods": [ + { + "shortName": "GetAdPartner", + "fullName": "google.ads.admanager.v1.AdPartnerService.GetAdPartner", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/adPartners/*}" + } + ] + }, + { + "shortName": "ListAdPartners", + "fullName": "google.ads.admanager.v1.AdPartnerService.ListAdPartners", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/adPartners" + } + ] + } + ] + }, + { + "shortName": "AdUnitService", + "fullName": "google.ads.admanager.v1.AdUnitService", + "methods": [ + { + "shortName": "GetAdUnit", + "fullName": "google.ads.admanager.v1.AdUnitService.GetAdUnit", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/adUnits/*}" + } + ] + }, + { + "shortName": "ListAdUnits", + "fullName": "google.ads.admanager.v1.AdUnitService.ListAdUnits", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/adUnits" + } + ] + } + ] + }, + { + "shortName": "CompanyService", + "fullName": "google.ads.admanager.v1.CompanyService", + "methods": [ + { + "shortName": "GetCompany", + "fullName": "google.ads.admanager.v1.CompanyService.GetCompany", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/companies/*}" + } + ] + }, + { + "shortName": "ListCompanies", + "fullName": "google.ads.admanager.v1.CompanyService.ListCompanies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/companies" + } + ] + } + ] + }, + { + "shortName": "ContactService", + "fullName": "google.ads.admanager.v1.ContactService", + "methods": [ + { + "shortName": "GetContact", + "fullName": "google.ads.admanager.v1.ContactService.GetContact", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/contacts/*}" + } + ] + }, + { + "shortName": "ListContacts", + "fullName": "google.ads.admanager.v1.ContactService.ListContacts", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/contacts" + } + ] + } + ] + }, + { + "shortName": "CreativeService", + "fullName": "google.ads.admanager.v1.CreativeService", + "methods": [ + { + "shortName": "GetCreative", + "fullName": "google.ads.admanager.v1.CreativeService.GetCreative", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/creatives/*}" + } + ] + }, + { + "shortName": "ListCreatives", + "fullName": "google.ads.admanager.v1.CreativeService.ListCreatives", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/creatives" + } + ] + } + ] + }, + { + "shortName": "CustomFieldService", + "fullName": "google.ads.admanager.v1.CustomFieldService", + "methods": [ + { + "shortName": "GetCustomField", + "fullName": "google.ads.admanager.v1.CustomFieldService.GetCustomField", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/customFields/*}" + } + ] + }, + { + "shortName": "ListCustomFields", + "fullName": "google.ads.admanager.v1.CustomFieldService.ListCustomFields", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/customFields" + } + ] + } + ] + }, + { + "shortName": "CustomTargetingKeyService", + "fullName": "google.ads.admanager.v1.CustomTargetingKeyService", + "methods": [ + { + "shortName": "GetCustomTargetingKey", + "fullName": "google.ads.admanager.v1.CustomTargetingKeyService.GetCustomTargetingKey", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/customTargetingKeys/*}" + } + ] + }, + { + "shortName": "ListCustomTargetingKeys", + "fullName": "google.ads.admanager.v1.CustomTargetingKeyService.ListCustomTargetingKeys", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/customTargetingKeys" + } + ] + } + ] + }, + { + "shortName": "CustomTargetingValueService", + "fullName": "google.ads.admanager.v1.CustomTargetingValueService", + "methods": [ + { + "shortName": "GetCustomTargetingValue", + "fullName": "google.ads.admanager.v1.CustomTargetingValueService.GetCustomTargetingValue", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/customTargetingKeys/*/customTargetingValues/*}" + } + ] + }, + { + "shortName": "ListCustomTargetingValues", + "fullName": "google.ads.admanager.v1.CustomTargetingValueService.ListCustomTargetingValues", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*/customTargetingKeys/*}/customTargetingValues" + } + ] + } + ] + }, + { + "shortName": "LabelService", + "fullName": "google.ads.admanager.v1.LabelService", + "methods": [ + { + "shortName": "GetLabel", + "fullName": "google.ads.admanager.v1.LabelService.GetLabel", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/labels/*}" + } + ] + }, + { + "shortName": "ListLabels", + "fullName": "google.ads.admanager.v1.LabelService.ListLabels", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/labels" + } + ] + } + ] + }, + { + "shortName": "LineItemService", + "fullName": "google.ads.admanager.v1.LineItemService", + "methods": [ + { + "shortName": "GetLineItem", + "fullName": "google.ads.admanager.v1.LineItemService.GetLineItem", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/orders/*/lineItems/*}" + } + ] + }, + { + "shortName": "ListLineItems", + "fullName": "google.ads.admanager.v1.LineItemService.ListLineItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*/orders/*}/lineItems" + } + ] + } + ] + }, + { + "shortName": "NetworkService", + "fullName": "google.ads.admanager.v1.NetworkService", + "methods": [ + { + "shortName": "GetNetwork", + "fullName": "google.ads.admanager.v1.NetworkService.GetNetwork", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*}" + } + ] + } + ] + }, + { + "shortName": "OrderService", + "fullName": "google.ads.admanager.v1.OrderService", + "methods": [ + { + "shortName": "GetOrder", + "fullName": "google.ads.admanager.v1.OrderService.GetOrder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/orders/*}" + } + ] + }, + { + "shortName": "ListOrders", + "fullName": "google.ads.admanager.v1.OrderService.ListOrders", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/orders" + } + ] + } + ] + }, + { + "shortName": "PlacementService", + "fullName": "google.ads.admanager.v1.PlacementService", + "methods": [ + { + "shortName": "GetPlacement", + "fullName": "google.ads.admanager.v1.PlacementService.GetPlacement", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/placements/*}" + } + ] + }, + { + "shortName": "ListPlacements", + "fullName": "google.ads.admanager.v1.PlacementService.ListPlacements", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/placements" + } + ] + } + ] + }, + { + "shortName": "ReportService", + "fullName": "google.ads.admanager.v1.ReportService", + "methods": [ + { + "shortName": "ExportSavedReport", + "fullName": "google.ads.admanager.v1.ReportService.ExportSavedReport", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{report=networks/*/reports/*}:exportSavedReport" + } + ] + } + ] + }, + { + "shortName": "RoleService", + "fullName": "google.ads.admanager.v1.RoleService", + "methods": [ + { + "shortName": "GetRole", + "fullName": "google.ads.admanager.v1.RoleService.GetRole", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/roles/*}" + } + ] + }, + { + "shortName": "ListRoles", + "fullName": "google.ads.admanager.v1.RoleService.ListRoles", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/roles" + } + ] + } + ] + }, + { + "shortName": "TeamService", + "fullName": "google.ads.admanager.v1.TeamService", + "methods": [ + { + "shortName": "GetTeam", + "fullName": "google.ads.admanager.v1.TeamService.GetTeam", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/teams/*}" + } + ] + }, + { + "shortName": "ListTeams", + "fullName": "google.ads.admanager.v1.TeamService.ListTeams", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/teams" + } + ] + } + ] + }, + { + "shortName": "UserService", + "fullName": "google.ads.admanager.v1.UserService", + "methods": [ + { + "shortName": "GetUser", + "fullName": "google.ads.admanager.v1.UserService.GetUser", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=networks/*/users/*}" + } + ] + }, + { + "shortName": "ListUsers", + "fullName": "google.ads.admanager.v1.UserService.ListUsers", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=networks/*}/users" + } + ] + } + ] + } + ], + "configFile": "admanager_v1.yaml", + "serviceConfigApiNames": [ + "google.ads.admanager.v1.AdPartnerService", + "google.ads.admanager.v1.AdUnitService", + "google.ads.admanager.v1.CompanyService", + "google.ads.admanager.v1.ContactService", + "google.ads.admanager.v1.CreativeService", + "google.ads.admanager.v1.CustomFieldService", + "google.ads.admanager.v1.CustomTargetingKeyService", + "google.ads.admanager.v1.CustomTargetingValueService", + "google.ads.admanager.v1.LabelService", + "google.ads.admanager.v1.LineItemService", + "google.ads.admanager.v1.NetworkService", + "google.ads.admanager.v1.OrderService", + "google.ads.admanager.v1.PlacementService", + "google.ads.admanager.v1.ReportService", + "google.ads.admanager.v1.RoleService", + "google.ads.admanager.v1.TeamService", + "google.ads.admanager.v1.UserService", + "google.longrunning.Operations" + ], + "nameInServiceConfig": "admanager.googleapis.com" + }, { "id": "google.ads.googleads.v14", "directory": "google/ads/googleads/v14",