Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 3, 2023
1 parent 9c8ea89 commit 34e0216
Show file tree
Hide file tree
Showing 19 changed files with 3,856 additions and 979 deletions.
573 changes: 571 additions & 2 deletions analyticsadmin/v1alpha/analyticsadmin-api.json

Large diffs are not rendered by default.

2,720 changes: 2,474 additions & 246 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions analyticsadmin/v1beta/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@
}
}
},
"revision": "20230809",
"revision": "20231001",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -2950,7 +2950,7 @@
"type": "string"
},
"propertyType": {
"description": "Immutable. The property type for this Property resource. When creating a property, if the type is \"PROPERTY_TYPE_UNSPECIFIED\", then \"ORDINARY_PROPERTY\" will be implied. \"SUBPROPERTY\" and \"ROLLUP_PROPERTY\" types cannot yet be created with the Google Analytics Admin API.",
"description": "Immutable. The property type for this Property resource. When creating a property, if the type is \"PROPERTY_TYPE_UNSPECIFIED\", then \"ORDINARY_PROPERTY\" will be implied.",
"enum": [
"PROPERTY_TYPE_UNSPECIFIED",
"PROPERTY_TYPE_ORDINARY",
Expand Down
3 changes: 1 addition & 2 deletions analyticsadmin/v1beta/analyticsadmin-gen.go

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

18 changes: 12 additions & 6 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20230911",
"revision": "20230925",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2256,17 +2256,17 @@
"description": "List of apps which are excluded from the ShowWorkContactsInPersonalProfile setting. For this to be set, ShowWorkContactsInPersonalProfile must be set to one of the following values: * SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED. In this case, these exemptions act as a blocklist. * SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions act as an allowlist. * SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this case, these exemptions act as an allowlist, in addition to the already allowlisted system apps. Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14."
},
"showWorkContactsInPersonalProfile": {
"description": "Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.",
"description": "Whether personal apps can access contacts stored in the work profile.See also exemptions_to_show_work_contacts_in_personal_profile.",
"enum": [
"SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_UNSPECIFIED",
"SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED",
"SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED",
"SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM"
],
"enumDescriptions": [
"Unspecified. Defaults to SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED.",
"Prevents work profile contacts from appearing in personal profile contact searches and incoming calls",
"Default. Allows work profile contacts to appear in personal profile contact searches and incoming calls",
"Unspecified. Defaults to SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED. When this is set, exemptions_to_show_work_contacts_in_personal_profile must not be set.",
"Prevents personal apps from accessing work profile contacts and looking up work contacts. When this is set, personal apps specified in exemptions_to_show_work_contacts_in_personal_profile are allowlisted and can access work profile contacts directly. Supported on Android 7.0 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 7.0.",
"Default. Allows apps in the personal profile to access work profile contacts including contact searches and incoming calls. When this is set, personal apps specified in exemptions_to_show_work_contacts_in_personal_profile are blocklisted and can not access work profile contacts directly. Supported on Android 7.0 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 7.0.",
"Prevents most personal apps from accessing work profile contacts including contact searches and incoming calls, except for the OEM default Dialer, Messages, and Contacts apps. Neither user-configured Dialer, Messages, and Contacts apps, nor any other system or play installed apps, will be able to query work contacts directly. When this is set, personal apps specified in exemptions_to_show_work_contacts_in_personal_profile are allowlisted and can access work profile contacts. Supported on Android 14 and above. If this is set on a device with Android version less than 14, the behaviour falls back to SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED and a nonComplianceDetail with API_LEVEL is reported."
],
"type": "string"
Expand Down Expand Up @@ -4642,6 +4642,7 @@
"FACE",
"IRIS",
"BIOMETRICS",
"SHORTCUTS",
"ALL_FEATURES"
],
"enumDescriptions": [
Expand All @@ -4655,6 +4656,7 @@
"Disable face authentication on secure keyguard screens.",
"Disable iris authentication on secure keyguard screens.",
"Disable all biometric authentication on secure keyguard screens.",
"Disable all shortcuts on secure keyguard screen on Android 14 and above.",
"Disable all current and future keyguard customizations."
],
"type": "string"
Expand Down Expand Up @@ -5231,7 +5233,7 @@
"type": "object"
},
"SigninDetail": {
"description": "A resource containing sign in details for an enterprise.",
"description": "A resource containing sign in details for an enterprise. Use enterprises to manage SigninDetails for a given enterprise. For an enterprise, we can have any number of SigninDetails that is uniquely identified by combination of the following three fields (signin_url, allow_personal_usage, token_tag). One cannot create two SigninDetails with the same (signin_url, allow_personal_usage, token_tag). (token_tag is an optional field) Patch: The operation updates the current list of SigninDetails with the new list of SigninDetails. If the stored SigninDetail configuration is passed, it returns the same signin_enrollment_token and qr_code. If we pass multiple identical SigninDetail configurations that are not stored, it will store the first one amongst those SigninDetail configurations and if the configuration already exists we cannot request it more than once in a particular patch API call, otherwise it will give a duplicate key error and the whole operation will fail. If we remove certain SigninDetail configuration from the request then it will get removed from the storage. And then we can request for another signin_enrollment_token and qr_code for the same SigninDetail configuration.",
"id": "SigninDetail",
"properties": {
"allowPersonalUsage": {
Expand Down Expand Up @@ -5259,6 +5261,10 @@
"signinUrl": {
"description": "Sign-in URL for authentication when device is provisioned with a sign-in enrollment token. The sign-in endpoint should finish authentication flow with a URL in the form of https://enterprise.google.com/android/enroll?et= for a successful login, or https://enterprise.google.com/android/enroll/invalid for a failed login.",
"type": "string"
},
"tokenTag": {
"description": "An EMM-specified tag to distinguish between instances of SigninDetail.",
"type": "string"
}
},
"type": "object"
Expand Down
54 changes: 44 additions & 10 deletions androidmanagement/v1/androidmanagement-gen.go

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

9 changes: 8 additions & 1 deletion bigqueryreservation/v1/bigqueryreservation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"description": "A service to modify your BigQuery flat-rate reservations.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigqueryreservation.me-central2.rep.googleapis.com/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -824,7 +831,7 @@
}
}
},
"revision": "20230720",
"revision": "20230928",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down
Loading

0 comments on commit 34e0216

Please sign in to comment.