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 #2988

Merged
merged 1 commit into from
Jan 30, 2025
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
8 changes: 4 additions & 4 deletions admin/reports/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
"parameters": {
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
"location": "query",
"pattern": "(((accounts)|(app_maker)|(apps_scripts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+,)*(((accounts)|(app_maker)|(apps_scripts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+)",
"pattern": "(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+,)*(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+)",
"type": "string"
}
},
Expand Down Expand Up @@ -572,7 +572,7 @@
"filters": {
"description": "The `filters` query string is a comma-separated list of an application's event parameters where the parameter's value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `\u003c\u003e` 'not equal to' operator is URL-encoded in the request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time \u0026filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal to'. - `\u003c\u003e` - 'not equal to'. It is URL-encoded (%3C%3E). - `\u003c` - 'less than'. It is URL-encoded (%3C). - `\u003c=` - 'less than or equal to'. It is URL-encoded (%3C=). - `\u003e` - 'greater than'. It is URL-encoded (%3E). - `\u003e=` - 'greater than or equal to'. It is URL-encoded (%3E=). ",
"location": "query",
"pattern": "(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+)",
"pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+)",
"type": "string"
},
"groupIdFilter": {
Expand Down Expand Up @@ -605,7 +605,7 @@
"parameters": {
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
"location": "query",
"pattern": "(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)",
"pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)",
"type": "string"
},
"userKey": {
Expand All @@ -626,7 +626,7 @@
}
}
},
"revision": "20240220",
"revision": "20250128",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down
3 changes: 1 addition & 2 deletions analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20250115",
"revision": "20250126",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
Expand Down Expand Up @@ -1412,7 +1412,6 @@
"type": "object"
},
"DestinationDatasetReference": {
"description": "Contains the reference that identifies a destination bigquery dataset.",
"id": "DestinationDatasetReference",
"properties": {
"datasetId": {
Expand Down
2 changes: 0 additions & 2 deletions analyticshub/v1/analyticshub-gen.go

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

3 changes: 1 addition & 2 deletions analyticshub/v1beta1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20241213",
"revision": "20250126",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -928,7 +928,6 @@
"type": "object"
},
"GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference": {
"description": "Contains the reference that identifies a destination bigquery dataset.",
"id": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference",
"properties": {
"datasetId": {
Expand Down
2 changes: 0 additions & 2 deletions analyticshub/v1beta1/analyticshub-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 cloudfunctions/v1/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20250102",
"revision": "20250124",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1259,7 +1259,7 @@
"type": "string"
},
"projectId": {
"description": "Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.",
"description": "Project identifier (preferably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.",
"type": "string"
},
"secret": {
Expand Down
8 changes: 4 additions & 4 deletions cloudfunctions/v1/cloudfunctions-gen.go

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

23 changes: 15 additions & 8 deletions cloudfunctions/v2/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
}
}
},
"revision": "20250116",
"revision": "20250124",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -1086,6 +1086,11 @@
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand All @@ -1103,15 +1108,19 @@
"FAILED",
"DEPLOYING",
"DELETING",
"UNKNOWN"
"UNKNOWN",
"DETACHING",
"DETACH_FAILED"
],
"enumDescriptions": [
"Not specified. Invalid state.",
"Function has been successfully deployed and is serving.",
"Function deployment failed and the function is not serving.",
"Function is being created or updated.",
"Function is being deleted.",
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state."
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state.",
"Function is being detached.",
"Function detach failed and the function is still serving."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -2095,7 +2104,7 @@
"type": "object"
},
"UpgradeInfo": {
"description": "Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration and 2nd Gen to CRf detach. * Current state of migration for function undergoing migration/detach.",
"description": "Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration. * Current state of migration for function undergoing migration.",
"id": "UpgradeInfo",
"properties": {
"buildConfig": {
Expand All @@ -2122,8 +2131,7 @@
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC_SUCCESSFUL",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC_ERROR",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC_ERROR",
"COMMIT_FUNCTION_UPGRADE_ERROR",
"DETACH_IN_PROGRESS"
"COMMIT_FUNCTION_UPGRADE_ERROR"
],
"enumDescriptions": [
"Unspecified state. Most functions are in this upgrade state.",
Expand All @@ -2135,8 +2143,7 @@
"RedirectFunctionUpgradeTraffic API was successful and traffic is served by 2nd Gen function stack.",
"RedirectFunctionUpgradeTraffic API was un-successful.",
"RollbackFunctionUpgradeTraffic API was un-successful.",
"CommitFunctionUpgrade API was un-successful.",
"Function is requested to be detached from 2nd Gen to CRf."
"CommitFunctionUpgrade API was un-successful."
],
"type": "string"
}
Expand Down
11 changes: 7 additions & 4 deletions cloudfunctions/v2/cloudfunctions-gen.go

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

23 changes: 15 additions & 8 deletions cloudfunctions/v2alpha/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
}
}
},
"revision": "20250116",
"revision": "20250124",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -1086,6 +1086,11 @@
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand All @@ -1103,15 +1108,19 @@
"FAILED",
"DEPLOYING",
"DELETING",
"UNKNOWN"
"UNKNOWN",
"DETACHING",
"DETACH_FAILED"
],
"enumDescriptions": [
"Not specified. Invalid state.",
"Function has been successfully deployed and is serving.",
"Function deployment failed and the function is not serving.",
"Function is being created or updated.",
"Function is being deleted.",
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state."
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state.",
"Function is being detached.",
"Function detach failed and the function is still serving."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -2095,7 +2104,7 @@
"type": "object"
},
"UpgradeInfo": {
"description": "Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration and 2nd Gen to CRf detach. * Current state of migration for function undergoing migration/detach.",
"description": "Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration. * Current state of migration for function undergoing migration.",
"id": "UpgradeInfo",
"properties": {
"buildConfig": {
Expand All @@ -2122,8 +2131,7 @@
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC_SUCCESSFUL",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC_ERROR",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC_ERROR",
"COMMIT_FUNCTION_UPGRADE_ERROR",
"DETACH_IN_PROGRESS"
"COMMIT_FUNCTION_UPGRADE_ERROR"
],
"enumDescriptions": [
"Unspecified state. Most functions are in this upgrade state.",
Expand All @@ -2135,8 +2143,7 @@
"RedirectFunctionUpgradeTraffic API was successful and traffic is served by 2nd Gen function stack.",
"RedirectFunctionUpgradeTraffic API was un-successful.",
"RollbackFunctionUpgradeTraffic API was un-successful.",
"CommitFunctionUpgrade API was un-successful.",
"Function is requested to be detached from 2nd Gen to CRf."
"CommitFunctionUpgrade API was un-successful."
],
"type": "string"
}
Expand Down
11 changes: 7 additions & 4 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

Loading