Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2015

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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

Loading