Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 2, 2022
1 parent 2ac155a commit 2bdb4a9
Show file tree
Hide file tree
Showing 23 changed files with 6,379 additions and 3,636 deletions.
10 changes: 5 additions & 5 deletions admin/directory/v1/admin-api.json
Expand Up @@ -4407,7 +4407,7 @@
}
}
},
"revision": "20220325",
"revision": "20220531",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5910,11 +5910,11 @@
"id": "Group",
"properties": {
"adminCreated": {
"description": "Value is `true` if this group was created by an administrator rather than a user.",
"description": "Read-only. Value is `true` if this group was created by an administrator rather than a user.",
"type": "boolean"
},
"aliases": {
"description": "List of a group's alias email addresses.",
"description": "Read-only. A list of a group's alias email addresses.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -5943,7 +5943,7 @@
"type": "string"
},
"id": {
"description": "The unique ID of a group. A group `id` can be used as a group request URI's `groupKey`.",
"description": "Read-only. The unique ID of a group. A group `id` can be used as a group request URI's `groupKey`.",
"type": "string"
},
"kind": {
Expand All @@ -5956,7 +5956,7 @@
"type": "string"
},
"nonEditableAliases": {
"description": "List of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored by the API service.",
"description": "Read-only. A list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored by the API service.",
"items": {
"type": "string"
},
Expand Down
22 changes: 11 additions & 11 deletions admin/directory/v1/admin-gen.go

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

15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -571,6 +571,21 @@
"documentationLink": "https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v1alpha1",
"name": "baremetalsolution",
"version": "v1alpha1",
"title": "Bare Metal Solution API",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/bare-metal",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v1",
Expand Down

0 comments on commit 2bdb4a9

Please sign in to comment.