Skip to content

Commit

Permalink
feat(displayvideo): update the API
Browse files Browse the repository at this point in the history
#### displayvideo:v1

The following keys were added:
- schemas.Consent.description
- schemas.Consent.id
- schemas.Consent.properties.adPersonalization.description
- schemas.Consent.properties.adPersonalization.enum
- schemas.Consent.properties.adPersonalization.enumDescriptions
- schemas.Consent.properties.adPersonalization.type
- schemas.Consent.properties.adUserData.description
- schemas.Consent.properties.adUserData.enum
- schemas.Consent.properties.adUserData.enumDescriptions
- schemas.Consent.properties.adUserData.type
- schemas.Consent.type
- schemas.ContactInfoList.properties.consent.$ref
- schemas.ContactInfoList.properties.consent.description
- schemas.MobileDeviceIdList.properties.consent.$ref
- schemas.MobileDeviceIdList.properties.consent.description

The following keys were changed:
- schemas.CreateSdfDownloadTaskRequest.properties.version.enum
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDeprecated
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDescriptions
- schemas.SdfConfig.properties.version.enum
- schemas.SdfConfig.properties.version.enumDeprecated
- schemas.SdfConfig.properties.version.enumDescriptions
- schemas.SdfDownloadTaskMetadata.properties.version.enum
- schemas.SdfDownloadTaskMetadata.properties.version.enumDeprecated
- schemas.SdfDownloadTaskMetadata.properties.version.enumDescriptions

#### displayvideo:v2

The following keys were added:
- schemas.Consent.description
- schemas.Consent.id
- schemas.Consent.properties.adPersonalization.description
- schemas.Consent.properties.adPersonalization.enum
- schemas.Consent.properties.adPersonalization.enumDescriptions
- schemas.Consent.properties.adPersonalization.type
- schemas.Consent.properties.adUserData.description
- schemas.Consent.properties.adUserData.enum
- schemas.Consent.properties.adUserData.enumDescriptions
- schemas.Consent.properties.adUserData.type
- schemas.Consent.type
- schemas.ContactInfoList.properties.consent.$ref
- schemas.ContactInfoList.properties.consent.description
- schemas.MobileDeviceIdList.properties.consent.$ref
- schemas.MobileDeviceIdList.properties.consent.description

The following keys were changed:
- schemas.CreateSdfDownloadTaskRequest.properties.version.enum
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDeprecated
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDescriptions
- schemas.SdfConfig.properties.version.enum
- schemas.SdfConfig.properties.version.enumDeprecated
- schemas.SdfConfig.properties.version.enumDescriptions
- schemas.SdfDownloadTaskMetadata.properties.version.enum
- schemas.SdfDownloadTaskMetadata.properties.version.enumDeprecated
- schemas.SdfDownloadTaskMetadata.properties.version.enumDescriptions

#### displayvideo:v3

The following keys were added:
- schemas.Consent.description
- schemas.Consent.id
- schemas.Consent.properties.adPersonalization.description
- schemas.Consent.properties.adPersonalization.enum
- schemas.Consent.properties.adPersonalization.enumDescriptions
- schemas.Consent.properties.adPersonalization.type
- schemas.Consent.properties.adUserData.description
- schemas.Consent.properties.adUserData.enum
- schemas.Consent.properties.adUserData.enumDescriptions
- schemas.Consent.properties.adUserData.type
- schemas.Consent.type
- schemas.ContactInfoList.properties.consent.$ref
- schemas.ContactInfoList.properties.consent.description
- schemas.MobileDeviceIdList.properties.consent.$ref
- schemas.MobileDeviceIdList.properties.consent.description

The following keys were changed:
- schemas.AdGroup.properties.adGroupFormat.enum
- schemas.AdGroup.properties.adGroupFormat.enumDescriptions
- schemas.CreateSdfDownloadTaskRequest.properties.version.enum
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDeprecated
- schemas.CreateSdfDownloadTaskRequest.properties.version.enumDescriptions
- schemas.SdfConfig.properties.version.enum
- schemas.SdfConfig.properties.version.enumDeprecated
- schemas.SdfConfig.properties.version.enumDescriptions
- schemas.SdfDownloadTaskMetadata.properties.version.enum
- schemas.SdfDownloadTaskMetadata.properties.version.enumDeprecated
- schemas.SdfDownloadTaskMetadata.properties.version.enumDescriptions
  • Loading branch information
yoshi-automation authored and sofisl committed Nov 27, 2023
1 parent 914320d commit d57965b
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 23 deletions.
66 changes: 59 additions & 7 deletions discovery/displayvideo-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8146,7 +8146,7 @@
}
}
},
"revision": "20231009",
"revision": "20231114",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -10325,6 +10325,41 @@
},
"type": "object"
},
"Consent": {
"description": "User consent status.",
"id": "Consent",
"properties": {
"adPersonalization": {
"description": "Represents consent for ad personalization.",
"enum": [
"CONSENT_STATUS_UNSPECIFIED",
"CONSENT_STATUS_GRANTED",
"CONSENT_STATUS_DENIED"
],
"enumDescriptions": [
"Consent is not specified.",
"Consent is granted.",
"Consent is denied."
],
"type": "string"
},
"adUserData": {
"description": "Represents consent for ad user data.",
"enum": [
"CONSENT_STATUS_UNSPECIFIED",
"CONSENT_STATUS_GRANTED",
"CONSENT_STATUS_DENIED"
],
"enumDescriptions": [
"Consent is not specified.",
"Consent is granted.",
"Consent is denied."
],
"type": "string"
}
},
"type": "object"
},
"ContactInfo": {
"description": "Contact information defining a Customer Match audience member.",
"id": "ContactInfo",
Expand Down Expand Up @@ -10369,6 +10404,10 @@
"description": "Wrapper message for a list of contact information defining Customer Match audience members.",
"id": "ContactInfoList",
"properties": {
"consent": {
"$ref": "Consent",
"description": "Input only. User consent status."
},
"contactInfos": {
"description": "A list of ContactInfo objects defining Customer Match audience members. The size of members after splitting the contact_infos mustn't be greater than 500,000.",
"items": {
Expand Down Expand Up @@ -10885,7 +10924,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -10899,6 +10939,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -10913,7 +10954,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -16362,6 +16404,10 @@
"description": "Wrapper message for a list of mobile device IDs defining Customer Match audience members.",
"id": "MobileDeviceIdList",
"properties": {
"consent": {
"$ref": "Consent",
"description": "Input only. User consent status."
},
"mobileDeviceIds": {
"description": "A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000.",
"items": {
Expand Down Expand Up @@ -17706,7 +17752,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -17720,6 +17767,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -17734,7 +17782,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -17780,7 +17829,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -17794,6 +17844,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -17808,7 +17859,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down
66 changes: 59 additions & 7 deletions discovery/displayvideo-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9172,7 +9172,7 @@
}
}
},
"revision": "20231009",
"revision": "20231114",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -11625,6 +11625,41 @@
},
"type": "object"
},
"Consent": {
"description": "User consent status.",
"id": "Consent",
"properties": {
"adPersonalization": {
"description": "Represents consent for ad personalization.",
"enum": [
"CONSENT_STATUS_UNSPECIFIED",
"CONSENT_STATUS_GRANTED",
"CONSENT_STATUS_DENIED"
],
"enumDescriptions": [
"Consent is not specified.",
"Consent is granted.",
"Consent is denied."
],
"type": "string"
},
"adUserData": {
"description": "Represents consent for ad user data.",
"enum": [
"CONSENT_STATUS_UNSPECIFIED",
"CONSENT_STATUS_GRANTED",
"CONSENT_STATUS_DENIED"
],
"enumDescriptions": [
"Consent is not specified.",
"Consent is granted.",
"Consent is denied."
],
"type": "string"
}
},
"type": "object"
},
"ContactInfo": {
"description": "Contact information defining a Customer Match audience member.",
"id": "ContactInfo",
Expand Down Expand Up @@ -11669,6 +11704,10 @@
"description": "Wrapper message for a list of contact information defining Customer Match audience members.",
"id": "ContactInfoList",
"properties": {
"consent": {
"$ref": "Consent",
"description": "Input only. User consent status."
},
"contactInfos": {
"description": "A list of ContactInfo objects defining Customer Match audience members. The size of members after splitting the contact_infos mustn't be greater than 500,000.",
"items": {
Expand Down Expand Up @@ -12183,7 +12222,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -12197,6 +12237,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -12211,7 +12252,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -18079,6 +18121,10 @@
"description": "Wrapper message for a list of mobile device IDs defining Customer Match audience members.",
"id": "MobileDeviceIdList",
"properties": {
"consent": {
"$ref": "Consent",
"description": "Input only. User consent status."
},
"mobileDeviceIds": {
"description": "A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000.",
"items": {
Expand Down Expand Up @@ -19481,7 +19527,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -19495,6 +19542,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -19509,7 +19557,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -19555,7 +19604,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -19569,6 +19619,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -19583,7 +19634,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down
Loading

0 comments on commit d57965b

Please sign in to comment.