Skip to content

Commit d6e4f8d

Browse files
feat(all): auto-regenerate discovery clients (#2951)
1 parent 2ee9da3 commit d6e4f8d

File tree

10 files changed

+304
-76
lines changed

10 files changed

+304
-76
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,40 @@
108108
},
109109
"protocol": "rest",
110110
"resources": {
111+
"accounts": {
112+
"resources": {
113+
"platforms": {
114+
"methods": {
115+
"get": {
116+
"description": "Gets a platform.",
117+
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}",
118+
"httpMethod": "GET",
119+
"id": "adsenseplatform.accounts.platforms.get",
120+
"parameterOrder": [
121+
"name"
122+
],
123+
"parameters": {
124+
"name": {
125+
"description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}",
126+
"location": "path",
127+
"pattern": "^accounts/[^/]+/platforms/[^/]+$",
128+
"required": true,
129+
"type": "string"
130+
}
131+
},
132+
"path": "v1alpha/{+name}",
133+
"response": {
134+
"$ref": "Platform"
135+
},
136+
"scopes": [
137+
"https://www.googleapis.com/auth/adsense",
138+
"https://www.googleapis.com/auth/adsense.readonly"
139+
]
140+
}
141+
}
142+
}
143+
}
144+
},
111145
"platforms": {
112146
"resources": {
113147
"accounts": {
@@ -446,7 +480,7 @@
446480
}
447481
}
448482
},
449-
"revision": "20241203",
483+
"revision": "20250106",
450484
"rootUrl": "https://adsenseplatform.googleapis.com/",
451485
"schemas": {
452486
"Account": {
@@ -657,6 +691,26 @@
657691
},
658692
"type": "object"
659693
},
694+
"Platform": {
695+
"description": "Representation of a Transparent Platform.",
696+
"id": "Platform",
697+
"properties": {
698+
"defaultPlatformGroup": {
699+
"description": "Default platform group for the platform.",
700+
"type": "string"
701+
},
702+
"description": {
703+
"description": "Output only. Description of the platform.",
704+
"readOnly": true,
705+
"type": "string"
706+
},
707+
"name": {
708+
"description": "Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}",
709+
"type": "string"
710+
}
711+
},
712+
"type": "object"
713+
},
660714
"RequestSiteReviewResponse": {
661715
"description": "Response definition for the site request review rpc.",
662716
"id": "RequestSiteReviewResponse",

adsenseplatform/v1alpha/adsenseplatform-gen.go

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

connectors/v1/connectors-api.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@
25582558
}
25592559
}
25602560
},
2561-
"revision": "20241203",
2561+
"revision": "20250101",
25622562
"rootUrl": "https://connectors.googleapis.com/",
25632563
"schemas": {
25642564
"AuditConfig": {
@@ -4511,10 +4511,6 @@
45114511
"$ref": "EndPoint",
45124512
"description": "OPTION 1: Hit an endpoint when we receive an event."
45134513
},
4514-
"gsutil": {
4515-
"$ref": "GSUtil",
4516-
"description": "OPTION 2: Write the event to Cloud Storage bucket."
4517-
},
45184514
"serviceAccount": {
45194515
"description": "Service account needed for runtime plane to trigger IP workflow.",
45204516
"type": "string"
@@ -5176,17 +5172,6 @@
51765172
},
51775173
"type": "object"
51785174
},
5179-
"GSUtil": {
5180-
"description": "GSUtil message includes details of the Destination Cloud Storage bucket.",
5181-
"id": "GSUtil",
5182-
"properties": {
5183-
"gsutilUri": {
5184-
"description": "Required. The URI of the Cloud Storage bucket.",
5185-
"type": "string"
5186-
}
5187-
},
5188-
"type": "object"
5189-
},
51905175
"HPAConfig": {
51915176
"description": "Autoscaling config for connector deployment system metrics.",
51925177
"id": "HPAConfig",

connectors/v1/connectors-gen.go

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

0 commit comments

Comments
 (0)