Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 9, 2023
1 parent 884dbd5 commit 21af27f
Show file tree
Hide file tree
Showing 99 changed files with 11,987 additions and 3,518 deletions.
4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
}
}
},
"revision": "20230522",
"revision": "20230529",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4730,7 +4730,7 @@
"type": "object"
},
"PolicyEnforcementRule": {
"description": "A rule that defines the actions to take if a device or work profile is not compliant with the policy specified in settingName.",
"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.",
"id": "PolicyEnforcementRule",
"properties": {
"blockAction": {
Expand Down
7 changes: 6 additions & 1 deletion androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230601",
"revision": "20230608",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -4510,6 +4510,17 @@
"properties": {},
"type": "object"
},
"DeferredItemReplacement": {
"description": "Information related to deferred item replacement.",
"id": "DeferredItemReplacement",
"properties": {
"productId": {
"description": "The product_id going to replace the existing product_id.",
"type": "string"
}
},
"type": "object"
},
"DeobfuscationFile": {
"description": "Represents a deobfuscation file.",
"id": "DeobfuscationFile",
Expand Down Expand Up @@ -6665,6 +6676,10 @@
"$ref": "AutoRenewingPlan",
"description": "The item is auto renewing."
},
"deferredItemReplacement": {
"$ref": "DeferredItemReplacement",
"description": "Information for deferred item replacement."
},
"expiryTime": {
"description": "Time at which the subscription expired or will expire unless the access is extended (ex. renews).",
"format": "google-datetime",
Expand Down
32 changes: 32 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,7 @@
"name": "migrationcenter",
"version": "v1alpha1",
"title": "Migration Center API",
"description": "",
"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.",
"discoveryRestUrl": "https://migrationcenter.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"The number of times a direction request was requested to the business location.",
"The number of times the business profile call button was clicked.",
"The number of times the business profile website was clicked.",
"The number of bookings received from the business profile.",
"The number of bookings made from the business profile via Reserve with Google.",
"The number of food orders received from the business profile.",
"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."
],
Expand Down Expand Up @@ -225,7 +225,7 @@
"The number of times a direction request was requested to the business location.",
"The number of times the business profile call button was clicked.",
"The number of times the business profile website was clicked.",
"The number of bookings received from the business profile.",
"The number of bookings made from the business profile via Reserve with Google.",
"The number of food orders received from the business profile.",
"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."
],
Expand Down Expand Up @@ -417,7 +417,7 @@
}
}
},
"revision": "20230419",
"revision": "20230607",
"rootUrl": "https://businessprofileperformance.googleapis.com/",
"schemas": {
"DailyMetricTimeSeries": {
Expand Down Expand Up @@ -450,7 +450,7 @@
"The number of times a direction request was requested to the business location.",
"The number of times the business profile call button was clicked.",
"The number of times the business profile website was clicked.",
"The number of bookings received from the business profile.",
"The number of bookings made from the business profile via Reserve with Google.",
"The number of food orders received from the business profile.",
"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."
],
Expand Down
16 changes: 8 additions & 8 deletions businessprofileperformance/v1/businessprofileperformance-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21af27f

Please sign in to comment.