Skip to content

Commit 459a636

Browse files
feat(displayvideo): update the api
#### displayvideo:v1 The following keys were deleted: - schemas.FirstAndThirdPartyAudience.properties.firstAndThirdPartyAudienceType.readOnly (Total Keys: 1)
1 parent 384690a commit 459a636

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/dyn/displayvideo_v1.firstAndThirdPartyAudiences.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
&quot;displayMobileWebAudienceSize&quot;: &quot;A String&quot;, # Output only. The estimated mobile web audience size in Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
120120
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the first and third party audience.
121121
&quot;firstAndThirdPartyAudienceId&quot;: &quot;A String&quot;, # Output only. The unique ID of the first and third party audience. Assigned by the system.
122-
&quot;firstAndThirdPartyAudienceType&quot;: &quot;A String&quot;, # Output only. Whether the audience is a first or third party audience.
122+
&quot;firstAndThirdPartyAudienceType&quot;: &quot;A String&quot;, # Whether the audience is a first or third party audience.
123123
&quot;gmailAudienceSize&quot;: &quot;A String&quot;, # Output only. The estimated audience size for Gmail network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
124124
&quot;membershipDurationDays&quot;: &quot;A String&quot;, # The duration in days that an entry remains in the audience after the qualifying event. Only applicable to first party audiences.
125125
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the first and third party audience.
@@ -159,7 +159,7 @@ <h3>Method Details</h3>
159159
&quot;displayMobileWebAudienceSize&quot;: &quot;A String&quot;, # Output only. The estimated mobile web audience size in Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
160160
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the first and third party audience.
161161
&quot;firstAndThirdPartyAudienceId&quot;: &quot;A String&quot;, # Output only. The unique ID of the first and third party audience. Assigned by the system.
162-
&quot;firstAndThirdPartyAudienceType&quot;: &quot;A String&quot;, # Output only. Whether the audience is a first or third party audience.
162+
&quot;firstAndThirdPartyAudienceType&quot;: &quot;A String&quot;, # Whether the audience is a first or third party audience.
163163
&quot;gmailAudienceSize&quot;: &quot;A String&quot;, # Output only. The estimated audience size for Gmail network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
164164
&quot;membershipDurationDays&quot;: &quot;A String&quot;, # The duration in days that an entry remains in the audience after the qualifying event. Only applicable to first party audiences.
165165
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the first and third party audience.

googleapiclient/discovery_cache/documents/displayvideo.v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7635,7 +7635,7 @@
76357635
}
76367636
}
76377637
},
7638-
"revision": "20220106",
7638+
"revision": "20220113",
76397639
"rootUrl": "https://displayvideo.googleapis.com/",
76407640
"schemas": {
76417641
"ActivateManualTriggerRequest": {
@@ -12205,7 +12205,7 @@
1220512205
"type": "string"
1220612206
},
1220712207
"firstAndThirdPartyAudienceType": {
12208-
"description": "Output only. Whether the audience is a first or third party audience.",
12208+
"description": "Whether the audience is a first or third party audience.",
1220912209
"enum": [
1221012210
"FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_UNSPECIFIED",
1221112211
"FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_FIRST_PARTY",
@@ -12216,7 +12216,6 @@
1221612216
"Audience that is created via usage of client data.",
1221712217
"Audience that is provided by Third Party data providers."
1221812218
],
12219-
"readOnly": true,
1222012219
"type": "string"
1222112220
},
1222212221
"gmailAudienceSize": {

0 commit comments

Comments
 (0)