Skip to content

Commit 21af27f

Browse files
feat(all): auto-regenerate discovery clients (#2015)
1 parent 884dbd5 commit 21af27f

File tree

99 files changed

+11987
-3518
lines changed

Some content is hidden

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

99 files changed

+11987
-3518
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
}
10671067
}
10681068
},
1069-
"revision": "20230522",
1069+
"revision": "20230529",
10701070
"rootUrl": "https://androidmanagement.googleapis.com/",
10711071
"schemas": {
10721072
"AdbShellCommandEvent": {
@@ -4730,7 +4730,7 @@
47304730
"type": "object"
47314731
},
47324732
"PolicyEnforcementRule": {
4733-
"description": "A rule that defines the actions to take if a device or work profile is not compliant with the policy specified in settingName.",
4733+
"description": "A rule that defines the actions to take if a device or work profile is not compliant with the policy specified in settingName. In the case of multiple matching or multiple triggered enforcement rules, a merge will occur with the most severe action being taken. However, all triggered rules are still kept track of: this includes initial trigger time and all associated non-compliance details. In the situation where the most severe enforcement rule is satisfied, the next most appropriate action is applied.",
47344734
"id": "PolicyEnforcementRule",
47354735
"properties": {
47364736
"blockAction": {

androidmanagement/v1/androidmanagement-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230601",
4050+
"revision": "20230608",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"AcquisitionTargetingRule": {
@@ -4510,6 +4510,17 @@
45104510
"properties": {},
45114511
"type": "object"
45124512
},
4513+
"DeferredItemReplacement": {
4514+
"description": "Information related to deferred item replacement.",
4515+
"id": "DeferredItemReplacement",
4516+
"properties": {
4517+
"productId": {
4518+
"description": "The product_id going to replace the existing product_id.",
4519+
"type": "string"
4520+
}
4521+
},
4522+
"type": "object"
4523+
},
45134524
"DeobfuscationFile": {
45144525
"description": "Represents a deobfuscation file.",
45154526
"id": "DeobfuscationFile",
@@ -6665,6 +6676,10 @@
66656676
"$ref": "AutoRenewingPlan",
66666677
"description": "The item is auto renewing."
66676678
},
6679+
"deferredItemReplacement": {
6680+
"$ref": "DeferredItemReplacement",
6681+
"description": "Information for deferred item replacement."
6682+
},
66686683
"expiryTime": {
66696684
"description": "Time at which the subscription expired or will expire unless the access is extended (ex. renews).",
66706685
"format": "google-datetime",

androidpublisher/v3/androidpublisher-gen.go

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

api-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@
38223822
"name": "migrationcenter",
38233823
"version": "v1alpha1",
38243824
"title": "Migration Center API",
3825-
"description": "",
3825+
"description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.",
38263826
"discoveryRestUrl": "https://migrationcenter.googleapis.com/$discovery/rest?version=v1alpha1",
38273827
"icons": {
38283828
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

businessprofileperformance/v1/businessprofileperformance-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"The number of times a direction request was requested to the business location.",
134134
"The number of times the business profile call button was clicked.",
135135
"The number of times the business profile website was clicked.",
136-
"The number of bookings received from the business profile.",
136+
"The number of bookings made from the business profile via Reserve with Google.",
137137
"The number of food orders received from the business profile.",
138138
"The number of clicks to view or interact with the menu content on the business profile. Multiple clicks by a unique user within a single day are counted as 1."
139139
],
@@ -225,7 +225,7 @@
225225
"The number of times a direction request was requested to the business location.",
226226
"The number of times the business profile call button was clicked.",
227227
"The number of times the business profile website was clicked.",
228-
"The number of bookings received from the business profile.",
228+
"The number of bookings made from the business profile via Reserve with Google.",
229229
"The number of food orders received from the business profile.",
230230
"The number of clicks to view or interact with the menu content on the business profile. Multiple clicks by a unique user within a single day are counted as 1."
231231
],
@@ -417,7 +417,7 @@
417417
}
418418
}
419419
},
420-
"revision": "20230419",
420+
"revision": "20230607",
421421
"rootUrl": "https://businessprofileperformance.googleapis.com/",
422422
"schemas": {
423423
"DailyMetricTimeSeries": {
@@ -450,7 +450,7 @@
450450
"The number of times a direction request was requested to the business location.",
451451
"The number of times the business profile call button was clicked.",
452452
"The number of times the business profile website was clicked.",
453-
"The number of bookings received from the business profile.",
453+
"The number of bookings made from the business profile via Reserve with Google.",
454454
"The number of food orders received from the business profile.",
455455
"The number of clicks to view or interact with the menu content on the business profile. Multiple clicks by a unique user within a single day are counted as 1."
456456
],

businessprofileperformance/v1/businessprofileperformance-gen.go

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

0 commit comments

Comments
 (0)