Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed Mar 8, 2022
1 parent 2121810 commit 1ba7901
Show file tree
Hide file tree
Showing 19 changed files with 515 additions and 82 deletions.
12 changes: 12 additions & 0 deletions disclaimers.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@
"api": "dataflow",
"package": "@google-cloud/dataflow"
},
{
"api": "dataplex",
"package": "@google-cloud/dataplex"
},
{
"api": "metastore",
"package": "@google-cloud/dataproc-metastore"
Expand Down Expand Up @@ -423,10 +427,18 @@
"api": "iamcredentials",
"package": "@google-cloud/iam-credentials"
},
{
"api": "ids",
"package": "@google-cloud/ids"
},
{
"api": "lifesciences",
"package": "@google-cloud/life-sciences"
},
{
"api": "livestream",
"package": "@google-cloud/livestream"
},
{
"api": "mediatranslation",
"package": "@google-cloud/media-translation"
Expand Down
8 changes: 6 additions & 2 deletions discovery/androidpublisher-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@
}
}
},
"revision": "20220202",
"revision": "20220307",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Apk": {
Expand Down Expand Up @@ -4198,9 +4198,13 @@
"TAX_TIER_UNSPECIFIED",
"TAX_TIER_BOOKS_1",
"TAX_TIER_NEWS_1",
"TAX_TIER_NEWS_2"
"TAX_TIER_NEWS_2",
"TAX_TIER_MUSIC_OR_AUDIO_1",
"TAX_TIER_LIVE_OR_BROADCAST_1"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
Expand Down
273 changes: 267 additions & 6 deletions discovery/apigee-v1.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions discovery/blogger-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
}
}
},
"revision": "20200801",
"revision": "20220305",
"rootUrl": "https://blogger.googleapis.com/",
"schemas": {
"Blog": {
Expand Down Expand Up @@ -799,9 +799,11 @@
"description": "The status of the page for admin resources (either LIVE or DRAFT).",
"enum": [
"LIVE",
"DRAFT"
"DRAFT",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
""
],
Expand Down Expand Up @@ -1000,9 +1002,11 @@
"enum": [
"LIVE",
"DRAFT",
"SCHEDULED"
"SCHEDULED",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
"",
""
Expand Down
22 changes: 16 additions & 6 deletions discovery/blogger-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,9 +826,11 @@
"status": {
"enum": [
"LIVE",
"DRAFT"
"DRAFT",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
""
],
Expand Down Expand Up @@ -1105,9 +1107,11 @@
"enum": [
"LIVE",
"DRAFT",
"SCHEDULED"
"SCHEDULED",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
"",
""
Expand Down Expand Up @@ -1390,9 +1394,11 @@
"enum": [
"LIVE",
"DRAFT",
"SCHEDULED"
"SCHEDULED",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
"",
""
Expand Down Expand Up @@ -1678,7 +1684,7 @@
}
}
},
"revision": "20210307",
"revision": "20220305",
"rootUrl": "https://blogger.googleapis.com/",
"schemas": {
"Blog": {
Expand Down Expand Up @@ -2076,9 +2082,11 @@
"description": "The status of the page for admin resources (either LIVE or DRAFT).",
"enum": [
"LIVE",
"DRAFT"
"DRAFT",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
""
],
Expand Down Expand Up @@ -2319,9 +2327,11 @@
"enum": [
"LIVE",
"DRAFT",
"SCHEDULED"
"SCHEDULED",
"SOFT_TRASHED"
],
"enumDescriptions": [
"",
"",
"",
""
Expand Down
4 changes: 2 additions & 2 deletions discovery/calendar-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
"No notifications are sent. Warning: Using the value none can have significant adverse effects, including events not syncing to external calendars or events being lost altogether for some users. For calendar migration tasks, consider using the events.import method instead."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1723,7 +1723,7 @@
}
}
},
"revision": "20211229",
"revision": "20220217",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down
14 changes: 9 additions & 5 deletions discovery/datastore-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
}
}
},
"revision": "20220119",
"revision": "20220221",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
Expand Down Expand Up @@ -1269,12 +1269,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down Expand Up @@ -1307,12 +1309,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down
14 changes: 9 additions & 5 deletions discovery/datastore-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
}
}
},
"revision": "20220119",
"revision": "20220221",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"GoogleDatastoreAdminV1CommonMetadata": {
Expand Down Expand Up @@ -460,12 +460,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down Expand Up @@ -498,12 +500,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down
14 changes: 9 additions & 5 deletions discovery/datastore-v1beta3.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
}
}
},
"revision": "20220119",
"revision": "20220221",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
Expand Down Expand Up @@ -797,12 +797,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down Expand Up @@ -835,12 +837,14 @@
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
"OPTIMISTIC"
"OPTIMISTIC",
"OPTIMISTIC_WITH_ENTITY_GROUPS"
],
"enumDescriptions": [
"Unspecified.",
"Pessimistic concurrency.",
"Optimistic concurrency."
"Optimistic concurrency.",
"Optimistic concurrency with entity groups."
],
"type": "string"
}
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@
}
}
},
"revision": "20211021",
"revision": "20220303",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down Expand Up @@ -2316,7 +2316,7 @@
"type": "string"
},
"kind": {
"default": "deploymentmanager#operation",
"default": "compute#operation",
"description": "[Output Only] Type of the resource. Always `compute#operation` for Operation resources.",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
}
}
},
"revision": "20211021",
"revision": "20220303",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1414,7 +1414,7 @@
"type": "string"
},
"kind": {
"default": "deploymentmanager#operation",
"default": "compute#operation",
"description": "[Output Only] Type of the resource. Always `compute#operation` for Operation resources.",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
}
}
},
"revision": "20211021",
"revision": "20220303",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down Expand Up @@ -2219,7 +2219,7 @@
"type": "string"
},
"kind": {
"default": "deploymentmanager#operation",
"default": "compute#operation",
"description": "[Output Only] Type of the resource. Always `compute#operation` for Operation resources.",
"type": "string"
},
Expand Down
Loading

0 comments on commit 1ba7901

Please sign in to comment.