Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 18, 2024
1 parent 74a1558 commit 72a8ffd
Show file tree
Hide file tree
Showing 28 changed files with 693 additions and 154 deletions.
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4695,7 +4695,7 @@
}
}
},
"revision": "20240114",
"revision": "20240117",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8039,7 +8039,7 @@
"properties": {
"proratedRefund": {
"$ref": "RevocationContextProratedRefund",
"description": "Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription. Not supported for subscriptions with multiple items."
"description": "Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription."
}
},
"type": "object"
Expand Down
3 changes: 1 addition & 2 deletions androidpublisher/v3/androidpublisher-gen.go

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

4 changes: 2 additions & 2 deletions bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@
]
},
"dropRowRange": {
"description": "Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.",
"description": "Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}:dropRowRange",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.dropRowRange",
Expand Down Expand Up @@ -1875,7 +1875,7 @@
}
}
},
"revision": "20231212",
"revision": "20240110",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down
7 changes: 5 additions & 2 deletions bigtableadmin/v2/bigtableadmin-gen.go

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

38 changes: 31 additions & 7 deletions calendar/v3/calendar-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@
],
"parameters": {
"alwaysIncludeEmail": {
"description": "Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).",
"description": "Deprecated and ignored.",
"location": "query",
"type": "boolean"
},
Expand All @@ -1088,7 +1088,19 @@
"type": "string"
},
"eventTypes": {
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. The default is [\"default\", \"focusTime\", \"outOfOffice\"].",
"description": "Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is [\"default\", \"focusTime\", \"outOfOffice\"].",
"enum": [
"default",
"focusTime",
"outOfOffice",
"workingLocation"
],
"enumDescriptions": [
"Regular events.",
"Focus time events.",
"Out of office events.",
"Working location events."
],
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1138,7 +1150,7 @@
"type": "string"
},
"q": {
"description": "Free text search terms to find events that match these terms in the following fields:\n\n- summary \n- description \n- location \n- attendee's displayName \n- attendee's email \n- workingLocationProperties.officeLocation.buildingId \n- workingLocationProperties.officeLocation.deskId \n- workingLocationProperties.officeLocation.label \n- workingLocationProperties.customLocation.label \nThese search terms also match predefined keywords against all display title translations of working location, out-of-office, and focus-time events. For example, searching for \"Office\" or \"Bureau\" returns working location events of type officeLocation, whereas searching for \"Out of office\" or \"Abwesend\" returns out-of-office events. Optional.",
"description": "Free text search terms to find events that match these terms in the following fields:\n\n- summary \n- description \n- location \n- attendee's displayName \n- attendee's email \n- organizer's displayName \n- organizer's email \n- workingLocationProperties.officeLocation.buildingId \n- workingLocationProperties.officeLocation.deskId \n- workingLocationProperties.officeLocation.label \n- workingLocationProperties.customLocation.label \nThese search terms also match predefined keywords against all display title translations of working location, out-of-office, and focus-time events. For example, searching for \"Office\" or \"Bureau\" returns working location events of type officeLocation, whereas searching for \"Out of office\" or \"Abwesend\" returns out-of-office events. Optional.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1480,7 +1492,7 @@
],
"parameters": {
"alwaysIncludeEmail": {
"description": "Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).",
"description": "Deprecated and ignored.",
"location": "query",
"type": "boolean"
},
Expand All @@ -1491,7 +1503,19 @@
"type": "string"
},
"eventTypes": {
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. The default is [\"default\", \"focusTime\", \"outOfOffice\"].",
"description": "Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is [\"default\", \"focusTime\", \"outOfOffice\"].",
"enum": [
"default",
"focusTime",
"outOfOffice",
"workingLocation"
],
"enumDescriptions": [
"Regular events.",
"Focus time events.",
"Out of office events.",
"Working location events."
],
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1541,7 +1565,7 @@
"type": "string"
},
"q": {
"description": "Free text search terms to find events that match these terms in the following fields:\n\n- summary \n- description \n- location \n- attendee's displayName \n- attendee's email \n- workingLocationProperties.officeLocation.buildingId \n- workingLocationProperties.officeLocation.deskId \n- workingLocationProperties.officeLocation.label \n- workingLocationProperties.customLocation.label \nThese search terms also match predefined keywords against all display title translations of working location, out-of-office, and focus-time events. For example, searching for \"Office\" or \"Bureau\" returns working location events of type officeLocation, whereas searching for \"Out of office\" or \"Abwesend\" returns out-of-office events. Optional.",
"description": "Free text search terms to find events that match these terms in the following fields:\n\n- summary \n- description \n- location \n- attendee's displayName \n- attendee's email \n- organizer's displayName \n- organizer's email \n- workingLocationProperties.officeLocation.buildingId \n- workingLocationProperties.officeLocation.deskId \n- workingLocationProperties.officeLocation.label \n- workingLocationProperties.customLocation.label \nThese search terms also match predefined keywords against all display title translations of working location, out-of-office, and focus-time events. For example, searching for \"Office\" or \"Bureau\" returns working location events of type officeLocation, whereas searching for \"Out of office\" or \"Abwesend\" returns out-of-office events. Optional.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1735,7 +1759,7 @@
}
}
},
"revision": "20231215",
"revision": "20240111",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down
Loading

0 comments on commit 72a8ffd

Please sign in to comment.