Skip to content

Commit 162aba4

Browse files
feat(all): auto-regenerate discovery clients (#3294)
1 parent 2e60cd5 commit 162aba4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+788
-578
lines changed

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
}
13681368
}
13691369
},
1370-
"revision": "20250303",
1370+
"revision": "20250828",
13711371
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721372
"schemas": {
13731373
"AcceptProposalRequest": {
@@ -3060,7 +3060,7 @@
30603060
},
30613061
"inventorySizeTargeting": {
30623062
"$ref": "InventorySizeTargeting",
3063-
"description": "Inventory sizes to be targeted."
3063+
"description": "Inventory sizes to be targeted. Only PIXEL inventory size type is supported."
30643064
},
30653065
"note": {
30663066
"description": "A message that is sent to the publisher. Maximum length is 1024 characters.",

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@
15501550
}
15511551
}
15521552
},
1553-
"revision": "20250616",
1553+
"revision": "20250828",
15541554
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
15551555
"schemas": {
15561556
"AcceptProposalRequest": {
@@ -3315,7 +3315,7 @@
33153315
},
33163316
"inventorySizeTargeting": {
33173317
"$ref": "InventorySizeTargeting",
3318-
"description": "Inventory sizes to be targeted."
3318+
"description": "Inventory sizes to be targeted. Only PIXEL inventory size type is supported."
33193319
},
33203320
"note": {
33213321
"description": "A message that is sent to the publisher. Maximum length is 1024 characters.",

authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-gen.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataflow/v1b3/dataflow-api.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@
22502250
}
22512251
}
22522252
},
2253-
"revision": "20250812",
2253+
"revision": "20250825",
22542254
"rootUrl": "https://dataflow.googleapis.com/",
22552255
"schemas": {
22562256
"ApproximateProgress": {
@@ -3419,7 +3419,9 @@
34193419
"JOB_STATE_PENDING",
34203420
"JOB_STATE_CANCELLING",
34213421
"JOB_STATE_QUEUED",
3422-
"JOB_STATE_RESOURCE_CLEANING_UP"
3422+
"JOB_STATE_RESOURCE_CLEANING_UP",
3423+
"JOB_STATE_PAUSING",
3424+
"JOB_STATE_PAUSED"
34233425
],
34243426
"enumDescriptions": [
34253427
"The job's run state isn't specified.",
@@ -3434,7 +3436,9 @@
34343436
"`JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.",
34353437
"`JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.",
34363438
"`JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.",
3437-
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested."
3439+
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested.",
3440+
"`JOB_STATE_PAUSING` is not implemented yet.",
3441+
"`JOB_STATE_PAUSED` is not implemented yet."
34383442
],
34393443
"type": "string"
34403444
}
@@ -4066,7 +4070,9 @@
40664070
"JOB_STATE_PENDING",
40674071
"JOB_STATE_CANCELLING",
40684072
"JOB_STATE_QUEUED",
4069-
"JOB_STATE_RESOURCE_CLEANING_UP"
4073+
"JOB_STATE_RESOURCE_CLEANING_UP",
4074+
"JOB_STATE_PAUSING",
4075+
"JOB_STATE_PAUSED"
40704076
],
40714077
"enumDescriptions": [
40724078
"The job's run state isn't specified.",
@@ -4081,7 +4087,9 @@
40814087
"`JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.",
40824088
"`JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.",
40834089
"`JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.",
4084-
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested."
4090+
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested.",
4091+
"`JOB_STATE_PAUSING` is not implemented yet.",
4092+
"`JOB_STATE_PAUSED` is not implemented yet."
40854093
],
40864094
"type": "string"
40874095
},
@@ -4152,7 +4160,9 @@
41524160
"JOB_STATE_PENDING",
41534161
"JOB_STATE_CANCELLING",
41544162
"JOB_STATE_QUEUED",
4155-
"JOB_STATE_RESOURCE_CLEANING_UP"
4163+
"JOB_STATE_RESOURCE_CLEANING_UP",
4164+
"JOB_STATE_PAUSING",
4165+
"JOB_STATE_PAUSED"
41564166
],
41574167
"enumDescriptions": [
41584168
"The job's run state isn't specified.",
@@ -4167,7 +4177,9 @@
41674177
"`JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.",
41684178
"`JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.",
41694179
"`JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.",
4170-
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested."
4180+
"`JOB_STATE_RESOURCE_CLEANING_UP` indicates that the batch job's associated resources are currently being cleaned up after a successful run. Currently, this is an opt-in feature, please reach out to Cloud support team if you are interested.",
4181+
"`JOB_STATE_PAUSING` is not implemented yet.",
4182+
"`JOB_STATE_PAUSED` is not implemented yet."
41714183
],
41724184
"type": "string"
41734185
},

dataflow/v1b3/dataflow-gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dfareporting/v4/dfareporting-api.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10266,7 +10266,7 @@
1026610266
}
1026710267
}
1026810268
},
10269-
"revision": "20250722",
10269+
"revision": "20250828",
1027010270
"rootUrl": "https://dfareporting.googleapis.com/",
1027110271
"schemas": {
1027210272
"Account": {
@@ -11053,6 +11053,18 @@
1105311053
"description": "Default email address used in sender field for tag emails.",
1105411054
"type": "string"
1105511055
},
11056+
"euPoliticalAdsDeclaration": {
11057+
"description": "Optional. Whether the advertiser plans to serve EU political ads.",
11058+
"enum": [
11059+
"ADVERTISER_PLANS_TO_SERVE_EU_POLITICAL_ADS",
11060+
"ADVERTISER_DOES_NOT_PLAN_TO_SERVE_EU_POLITICAL_ADS"
11061+
],
11062+
"enumDescriptions": [
11063+
"You'll need to confirm if your campaign contains EU political advertising.",
11064+
"All new campaigns will have “No” selected for the question that asks if your campaign has EU political ads. You can change this for any campaign at any time."
11065+
],
11066+
"type": "string"
11067+
},
1105611068
"floodlightConfigurationId": {
1105711069
"description": "Floodlight configuration ID of this advertiser. The floodlight configuration ID will be created automatically, so on insert this field should be left blank. This field can be set to another advertiser's floodlight configuration ID in order to share that advertiser's floodlight configuration with this advertiser, so long as: - This advertiser's original floodlight configuration is not already associated with floodlight activities or floodlight activity groups. - This advertiser's original floodlight configuration is not already shared with another advertiser. ",
1105811070
"format": "int64",
@@ -11723,6 +11735,18 @@
1172311735
"format": "date",
1172411736
"type": "string"
1172511737
},
11738+
"euPoliticalAdsDeclaration": {
11739+
"description": "Optional. Whether the campaign has EU political ads. Campaign Manager 360 doesn't allow campaigns with EU political ads to serve in the EU. They can still serve in other regions.",
11740+
"enum": [
11741+
"CONTAINS_EU_POLITICAL_ADS",
11742+
"DOES_NOT_CONTAIN_EU_POLITICAL_ADS"
11743+
],
11744+
"enumDescriptions": [
11745+
"The campaign contains EU political ads.",
11746+
"The campaign does not contain EU political ads."
11747+
],
11748+
"type": "string"
11749+
},
1172611750
"eventTagOverrides": {
1172711751
"description": "Overrides that can be used to activate or deactivate advertiser event tags.",
1172811752
"items": {
@@ -18113,7 +18137,9 @@
1811318137
"VPAID_ONLY_BLOCKING",
1811418138
"VPAID_ONLY_FILTERING",
1811518139
"VPAID_FILTERING",
18116-
"NON_VPAID_FILTERING"
18140+
"NON_VPAID_FILTERING",
18141+
"BLOCKING_FILTERING_VPAID",
18142+
"BLOCKING_FILTERING_VPAID_ONLY"
1811718143
],
1811818144
"enumDescriptions": [
1811918145
"",
@@ -18129,6 +18155,8 @@
1812918155
"",
1813018156
"",
1813118157
"",
18158+
"",
18159+
"",
1813218160
""
1813318161
],
1813418162
"type": "string"

dfareporting/v4/dfareporting-gen.go

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)