UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 94.9 kB
{"openapi":"3.0.0","servers":[{"url":"https://authorizedbuyersmarketplace.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"The Authorized Buyers Marketplace API lets buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Authorized Buyers Marketplace API","version":"v1","x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg"},"x-origin":[{"format":"google","url":"https://authorizedbuyersmarketplace.googleapis.com/$discovery/rest?version=v1","version":"v1"}],"x-providerName":"googleapis.com","x-serviceName":"authorizedbuyersmarketplace"},"externalDocs":{"url":"https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/"},"tags":[{"name":"bidders"},{"name":"buyers"}],"paths":{"/v1/{auctionPackage}:subscribeClients":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.","operationId":"authorizedbuyersmarketplace.buyers.auctionPackages.subscribeClients","parameters":[{"description":"Required. Name of the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}`","in":"path","name":"auctionPackage","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeClientsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuctionPackage"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{auctionPackage}:unsubscribeClients":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Unsubscribe from the auction package for the specified clients of the buyer. Unsubscribing a client that is not subscribed will have no effect.","operationId":"authorizedbuyersmarketplace.buyers.auctionPackages.unsubscribeClients","parameters":[{"description":"Required. Name of the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}`","in":"path","name":"auctionPackage","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsubscribeClientsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuctionPackage"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{buyer}/proposals:sendRfp":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Sends a request for proposal (RFP) to a publisher to initiate the negotiation regarding certain inventory. In the RFP, buyers can specify the deal type, deal terms, start and end dates, targeting, and a message to the publisher. Once the RFP is sent, a proposal in `SELLER_REVIEW_REQUESTED` state will be created and returned in the response. The publisher may review your request and respond with detailed deals in the proposal.","operationId":"authorizedbuyersmarketplace.buyers.proposals.sendRfp","parameters":[{"description":"Required. The current buyer who is sending the RFP in the format: `buyers/{accountId}`.","in":"path","name":"buyer","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SendRfpRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Proposal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{deal}:addCreative":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Add creative to be used in the bidding process for a finalized deal. For programmatic guaranteed deals, it's recommended that you associate at least one approved creative with the deal before calling SetReadyToServe, to help reduce the number of bid responses filtered because they don't contain approved creatives. Creatives successfully added to a deal can be found in the Realtime-bidding Creatives API creative.deal_ids. This method only applies to programmatic guaranteed deals. Maximum number of 1000 creatives can be added to a finalized deal.","operationId":"authorizedbuyersmarketplace.buyers.finalizedDeals.addCreative","parameters":[{"description":"Required. Name of the finalized deal in the format of: `buyers/{accountId}/finalizedDeals/{dealId}`","in":"path","name":"deal","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddCreativeRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinalizedDeal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{deal}:setReadyToServe":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.","operationId":"authorizedbuyersmarketplace.buyers.finalizedDeals.setReadyToServe","parameters":[{"description":"Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`","in":"path","name":"deal","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetReadyToServeRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinalizedDeal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}":{"delete":{"description":"Deletes an existing client user. The client user will lose access to the Authorized Buyers UI. Note that if a client user is deleted, the user's access to the UI can't be restored unless a new client user is created and activated.","operationId":"authorizedbuyersmarketplace.buyers.clients.users.delete","parameters":[{"description":"Required. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Empty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"get":{"description":"Gets the requested publisher profile by name.","operationId":"authorizedbuyersmarketplace.buyers.publisherProfiles.get","parameters":[{"description":"Required. Name of the publisher profile. Format: `buyers/{buyerId}/publisherProfiles/{publisherProfileId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublisherProfile"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the given deal at the buyer known revision number. If the server revision has advanced since the passed-in proposal.proposal_revision an ABORTED error message will be returned. The revision number is incremented by the server whenever the proposal or its constituent deals are updated. Note: The revision number is kept at a proposal level. The buyer of the API is expected to keep track of the revision number after the last update operation and send it in as part of the next update request. This way, if there are further changes on the server (for example, seller making new updates), then the server can detect conflicts and reject the proposed changes.","operationId":"authorizedbuyersmarketplace.buyers.proposals.deals.patch","parameters":[{"description":"Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId}","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"List of fields to be updated. If empty or unspecified, the service will update all fields populated in the update request excluding the output only fields and primitive fields with default value. Note that explicit field mask is required in order to reset a primitive field back to its default value, for example, false for boolean fields, 0 for integer fields. A special field mask consisting of a single path \"*\" can be used to indicate full replacement(the equivalent of PUT method), updatable fields unset or unspecified in the input will be cleared or set to default value. Output only fields will be ignored regardless of the value of updateMask.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deal"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:accept":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Accepts the proposal at the given revision number. If the revision number in the request is behind the latest from the server, an error message will be returned. This call updates the Proposal.state from `BUYER_ACCEPTANCE_REQUESTED` to `FINALIZED`; it has no side effect if the Proposal.state is already `FINALIZED` and throws exception if the Proposal.state is not either `BUYER_ACCEPTANCE_REQUESTED` or `FINALIZED`. Accepting a proposal means the buyer understands and accepts the Proposal.terms_and_conditions proposed by the seller.","operationId":"authorizedbuyersmarketplace.buyers.proposals.accept","parameters":[{"description":"Name of the proposal. Format: `buyers/{accountId}/proposals/{proposalId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcceptProposalRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Proposal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:activate":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Activates an existing client user. The state of the client user will be updated from \"INACTIVE\" to \"ACTIVE\". This method has no effect if the client user is already in \"ACTIVE\" state. An error will be returned if the client user to activate is still in \"INVITED\" state.","operationId":"authorizedbuyersmarketplace.buyers.clients.users.activate","parameters":[{"description":"Required. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateClientUserRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientUser"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:deactivate":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Deactivates an existing client user. The state of the client user will be updated from \"ACTIVE\" to \"INACTIVE\". This method has no effect if the client user is already in \"INACTIVE\" state. An error will be returned if the client user to deactivate is still in \"INVITED\" state.","operationId":"authorizedbuyersmarketplace.buyers.clients.users.deactivate","parameters":[{"description":"Required. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeactivateClientUserRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientUser"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:pause":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Pauses serving of the given finalized deal. This call only pauses the serving status, and does not affect other fields of the finalized deal. Calling this method for an already paused deal has no effect. This method only applies to programmatic guaranteed deals.","operationId":"authorizedbuyersmarketplace.buyers.finalizedDeals.pause","parameters":[{"description":"Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PauseFinalizedDealRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinalizedDeal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:resume":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Resumes serving of the given finalized deal. Calling this method for an running deal has no effect. If a deal is initially paused by the seller, calling this method will not resume serving of the deal until the seller also resumes the deal. This method only applies to programmatic guaranteed deals.","operationId":"authorizedbuyersmarketplace.buyers.finalizedDeals.resume","parameters":[{"description":"Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResumeFinalizedDealRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinalizedDeal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:subscribe":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Subscribe to the auction package for the specified buyer. Once subscribed, the bidder will receive a call out for inventory matching the auction package targeting criteria with the auction package deal ID and the specified buyer.","operationId":"authorizedbuyersmarketplace.buyers.auctionPackages.subscribe","parameters":[{"description":"Required. Name of the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeAuctionPackageRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuctionPackage"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{name}:unsubscribe":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Unsubscribe from the auction package for the specified buyer. Once unsubscribed, the bidder will no longer receive a call out for the auction package deal ID and the specified buyer.","operationId":"authorizedbuyersmarketplace.buyers.auctionPackages.unsubscribe","parameters":[{"description":"Required. Name of the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsubscribeAuctionPackageRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuctionPackage"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{parent}/auctionPackages":{"get":{"description":"List the auction packages subscribed by a buyer and its clients.","operationId":"authorizedbuyersmarketplace.buyers.auctionPackages.list","parameters":[{"description":"Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Requested page size. The server may return fewer results than requested. Max allowed page size is 500.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The page token as returned. ListAuctionPackagesResponse.nextPageToken","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAuctionPackagesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1/{parent}/clients":{"get":{"description":"Lists all the clients for the current buyer.","operationId":"authorizedbuyersmarketplace.buyers.clients.list","parameters":[{"description":"Required. The name of the buyer. Format: `buyers/{accountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Query string using the [Filtering Syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported fields for filtering are: * partnerClientId Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is \"1234\", the value of this field should be `partnerClientId = \"1234\"`, in order to get only the client whose partnerClientId is \"1234\" in the response.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Requested page size. If left blank, a default page size of 500 will be applied.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A token identifying a page of results the server should return. Typically, this is the value of ListClientsResponse.nextPageToken returned from the previous call to the list method.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListClientsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new client.","operationId":"authorizedbuyersmarketplace.buyers.clients.create","parameters":[{"description":"Required. The name of the buyer. Format: `buyers/{accountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Client"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Client"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{parent}/deals":{"get":{"description":"Lists all deals in a proposal. To retrieve only the finalized revision deals regardless if a deal is being renegotiated, see the FinalizedDeals resource.","operationId":"authorizedbuyersmarketplace.buyers.proposals.deals.list","parameters":[{"description":"Required. The name of the proposal containing the deals to retrieve. Format: buyers/{accountId}/proposals/{proposalId}","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The page token as returned from ListDealsResponse.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDealsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1/{parent}/deals:batchUpdate":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Batch updates multiple deals in the same proposal.","operationId":"authorizedbuyersmarketplace.buyers.proposals.deals.batchUpdate","parameters":[{"description":"Required. The name of the proposal containing the deals to batch update. Format: buyers/{accountId}/proposals/{proposalId}","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateDealsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateDealsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{parent}/finalizedDeals":{"get":{"description":"Lists finalized deals. Use the URL path \"/v1/buyers/{accountId}/finalizedDeals\" to list finalized deals for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/finalizedDeals\" to list finalized deals for the bidder, its buyers and all their clients.","operationId":"authorizedbuyersmarketplace.buyers.finalizedDeals.list","parameters":[{"description":"Required. The buyer to list the finalized deals for, in the format: `buyers/{accountId}`. When used to list finalized deals for a bidder, its buyers and clients, in the format `bidders/{accountId}`.","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * dealServingStatus","in":"query","name":"filter","schema":{"type":"string"}},{"description":"An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The page token as returned from ListFinalizedDealsResponse.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListFinalizedDealsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1/{parent}/proposals":{"get":{"description":"Lists proposals. A filter expression using [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) may be specified to filter the results.","operationId":"authorizedbuyersmarketplace.buyers.proposals.list","parameters":[{"description":"Required. Parent that owns the collection of proposals Format: `buyers/{accountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * displayName * dealType * updateTime * state","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Requested page size. The server may return fewer results than requested. If unspecified, the server will put a size of 500.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The page token as returned from ListProposalsResponse.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListProposalsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1/{parent}/publisherProfiles":{"get":{"description":"Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.","operationId":"authorizedbuyersmarketplace.buyers.publisherProfiles.list","parameters":[{"description":"Required. Parent that owns the collection of publisher profiles Format: `buyers/{buyerId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Optional query string using the [Cloud API list filtering] (https://developers.google.com/authorized-buyers/apis/guides/list-filters) syntax.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The page token as returned from a previous ListPublisherProfilesResponse.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPublisherProfilesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1/{parent}/users":{"get":{"description":"Lists all client users for a specified client.","operationId":"authorizedbuyersmarketplace.buyers.clients.users.list","parameters":[{"description":"Required. The name of the client. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"Requested page size. If left blank, a default page size of 500 will be applied.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the list method.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListClientUsersResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new client user in \"INVITED\" state. An email invitation will be sent to the new user, once accepted the user will become active.","operationId":"authorizedbuyersmarketplace.buyers.clients.users.create","parameters":[{"description":"Required. The name of the client. Format: `buyers/{accountId}/clients/{clientAccountId}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientUser"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientUser"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{proposal}:addNote":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a note for this proposal and sends to the seller.","operationId":"authorizedbuyersmarketplace.buyers.proposals.addNote","parameters":[{"description":"Name of the proposal. Format: `buyers/{accountId}/proposals/{proposalId}`","in":"path","name":"proposal","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddNoteRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Proposal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}},"/v1/{proposal}:cancelNegotiation":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Cancels an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized. If the proposal has not been finalized before, calling this method will set the Proposal.state to `TERMINATED` and increment the Proposal.proposal_revision. If the proposal has been finalized before and is under renegotiation now, calling this method will reset the Proposal.state to `FINALIZED` and increment the Proposal.proposal_revision. This method does not support private auction proposals whose Proposal.deal_type is 'PRIVATE_AUCTION'.","operationId":"authorizedbuyersmarketplace.buyers.proposals.cancelNegotiation","parameters":[{"description":"Name of the proposal. Format: `buyers/{accountId}/proposals/{proposalId}`","in":"path","name":"proposal","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelNegotiationRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Proposal"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/authorized-buyers-marketplace"],"Oauth2c":["https://www.googleapis.com/auth/authorized-buyers-marketplace"]}],"tags":["buyers"]}}},"components":{"parameters":{"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"enum":["1","2"],"type":"string"}},"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"enum":["json","media","proto"],"type":"string"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean"}},"quotaUser":{"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}}},"schemas":{"AcceptProposalRequest":{"description":"Request to accept a proposal. Accepting a proposal implies acceptance of the publisher terms_and_conditions, if any.","properties":{"proposalRevision":{"description":"The last known client revision number of the proposal.","format":"int64","type":"string"}},"type":"object"},"ActivateClientRequest":{"description":"Request message for activating a client.","properties":{},"type":"object"},"ActivateClientUserRequest":{"description":"Request message for activating a client user.","properties":{},"type":"object"},"AdSize":{"description":"Represents size of a single ad slot, or a creative.","properties":{"height":{"description":"The height of the ad slot in pixels. This field will be present only when size type is `PIXEL`.","format":"int64","type":"string"},"type":{"description":"The type of the ad slot size.","enum":["TYPE_UNSPECIFIED","PIXEL","INTERSTITIAL","NATIVE","FLUID"],"type":"string"},"width":{"description":"The width of the ad slot in pixels. This field will be present only when size type is `PIXEL`.","format":"int64","type":"string"}},"type":"object"},"AddCreativeRequest":{"description":"Request message for adding creative to be used in the bidding process for the finalized deal.","properties":{"creative":{"description":"Name of the creative to add to the finalized deal, in the format `buyers/{buyerAccountId}/creatives/{creativeId}`. See creative.name.","type":"string"}},"type":"object"},"AddNoteRequest":{"description":"Request to add a note.","properties":{"note":{"$ref":"#/components/schemas/Note","description":"The note to add."}},"type":"object"},"AuctionPackage":{"description":"Defines a segment of inventory that buyer wants to buy. It's created by buyer and could be shared with multiple buyers.","properties":{"createTime":{"description":"Output only. Time the auction package was created.","format":"google-datetime","readOnly":true,"type":"string"},"creator":{"description":"Output only. The buyer that created this auction package. Format: `buyers/{buyerAccountId}`","readOnly":true,"type":"string"},"description":{"description":"Output only. A description of the auction package.","readOnly":true,"type":"string"},"displayName":{"description":"The display_name assigned to the auction package.","type":"string"},"name":{"description":"Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.","type":"string"},"subscribedClients":{"description":"Output only. The list of clients of the current buyer that are subscribed to the AuctionPackage. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`","items":{"type":"string"},"readOnly":true,"type":"array"},"updateTime":{"description":"Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed.","format":"google-datetime","readOnly":true,"type":"string"}},"type":"object"},"BatchUpdateDealsRequest":{"description":"Request message for batch updating deals.","properties":{"requests":{"description":"Required. List of request messages to update deals.","items":{"$ref":"#/components/schemas/UpdateDealRequest"},"type":"array"}},"type":"object"},"