Skip to content

Commit f5d965e

Browse files
chore(adexchangebuyer2): update the api
#### adexchangebuyer2:v2beta1 The following keys were added: - schemas.Deal.properties.createTime (Total Keys: 1) - schemas.Deal.properties.creativePreApprovalPolicy (Total Keys: 1) - schemas.Deal.properties.creativeRestrictions (Total Keys: 1) - schemas.Deal.properties.creativeSafeFrameCompatibility (Total Keys: 1) - schemas.Deal.properties.dealId (Total Keys: 1) - schemas.Deal.properties.dealServingMetadata (Total Keys: 1) - schemas.Deal.properties.externalDealId (Total Keys: 1) - schemas.Deal.properties.isSetupComplete (Total Keys: 1) - schemas.Deal.properties.programmaticCreativeSource (Total Keys: 1) - schemas.Deal.properties.proposalId (Total Keys: 1) - schemas.Deal.properties.sellerContacts (Total Keys: 1) - schemas.Deal.properties.targeting (Total Keys: 1) - schemas.Deal.properties.updateTime (Total Keys: 1) - schemas.DealServingMetadata.properties.dealPauseStatus (Total Keys: 1) - schemas.DeliveryControl.properties.creativeBlockingLevel (Total Keys: 1) - schemas.DeliveryControl.properties.deliveryRateType (Total Keys: 1) - schemas.DeliveryControl.properties.frequencyCaps (Total Keys: 1) - schemas.Note.properties.createTime (Total Keys: 1) - schemas.Note.properties.creatorRole (Total Keys: 1) - schemas.Note.properties.noteId (Total Keys: 1) - schemas.Proposal.properties.billedBuyer (Total Keys: 1) - schemas.Proposal.properties.isRenegotiating (Total Keys: 1) - schemas.Proposal.properties.isSetupComplete (Total Keys: 1) - schemas.Proposal.properties.lastUpdaterOrCommentorRole (Total Keys: 1) - schemas.Proposal.properties.notes (Total Keys: 1) - schemas.Proposal.properties.originatorRole (Total Keys: 1) - schemas.Proposal.properties.privateAuctionId (Total Keys: 1) - schemas.Proposal.properties.proposalId (Total Keys: 1) - schemas.Proposal.properties.proposalState (Total Keys: 1) - schemas.Proposal.properties.sellerContacts (Total Keys: 1) - schemas.Proposal.properties.termsAndConditions (Total Keys: 2) - schemas.Proposal.properties.updateTime (Total Keys: 1)
1 parent 3087c54 commit f5d965e

File tree

3 files changed

+5919
-5863
lines changed

3 files changed

+5919
-5863
lines changed

docs/dyn/adexchangebuyer2_v2beta1.accounts.finalizedProposals.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ <h3>Method Details</h3>
133133
&quot;deals&quot;: [ # The deals associated with this proposal. For Private Auction proposals (whose deals have NonGuaranteedAuctionTerms), there will only be one deal.
134134
{ # A deal represents a segment of inventory for displaying ads on. A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
135135
&quot;availableEndTime&quot;: &quot;A String&quot;, # Proposed flight end time of the deal. This will generally be stored in a granularity of a second. A value is not required for Private Auction deals or Preferred Deals.
136-
&quot;availableStartTime&quot;: &quot;A String&quot;, # Optional proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (e.g., in milliseconds) will be truncated towards the start of time in seconds.
136+
&quot;availableStartTime&quot;: &quot;A String&quot;, # Optional. Proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (e.g., in milliseconds) will be truncated towards the start of time in seconds.
137137
&quot;buyerPrivateData&quot;: { # Buyers are allowed to store certain types of private data in a proposal/deal. # Buyer private data (hidden from seller).
138138
&quot;referenceId&quot;: &quot;A String&quot;, # A buyer or seller specified reference ID. This can be queried in the list operations (max-length: 1024 unicode code units).
139139
},
140140
&quot;createProductId&quot;: &quot;A String&quot;, # The product ID from which this deal was created. Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error.
141-
&quot;createProductRevision&quot;: &quot;A String&quot;, # Optional revision number of the product that the deal was created from. If present on create, and the server `product_revision` has advanced sinced the passed-in `create_product_revision`, an `ABORTED` error will be returned. Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error.
141+
&quot;createProductRevision&quot;: &quot;A String&quot;, # Optional. Revision number of the product that the deal was created from. If present on create, and the server `product_revision` has advanced since the passed-in `create_product_revision`, an `ABORTED` error will be returned. Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error.
142142
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time of the deal creation.
143143
&quot;creativePreApprovalPolicy&quot;: &quot;A String&quot;, # Output only. Specifies the creative pre-approval policy.
144144
&quot;creativeRestrictions&quot;: { # Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager. This doesn&#x27;t apply to Private Auction and AdX Preferred Deals. # Output only. Restricitions about the creatives associated with the deal (i.e., size) This is available for Programmatic Guaranteed/Preferred Deals in Ad Manager.
@@ -489,6 +489,7 @@ <h3>Method Details</h3>
489489
&quot;name&quot;: &quot;A String&quot;, # The name of the contact.
490490
},
491491
],
492+
&quot;termsAndConditions&quot;: &quot;A String&quot;, # Output only. The terms and conditions set by the publisher for this proposal.
492493
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the proposal was last revised.
493494
},
494495
],

0 commit comments

Comments
 (0)