Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 21, 2022
1 parent a1878a1 commit 1beaeac
Show file tree
Hide file tree
Showing 35 changed files with 5,758 additions and 309 deletions.
22 changes: 21 additions & 1 deletion alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20220516",
"revision": "20220718",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountSuspensionDetails": {
Expand Down Expand Up @@ -732,6 +732,26 @@
},
"type": "object"
},
"ApnsCertificateExpirationInfo": {
"description": "The explanation message associated with ApnsCertificationExpiring and ApnsCertificationExpired alerts.",
"id": "ApnsCertificateExpirationInfo",
"properties": {
"appleId": {
"description": "The Apple ID used for the certificate, may be blank if admins did not enter it.",
"type": "string"
},
"expirationTime": {
"description": "The expiration date of the APNS Certificate.",
"format": "google-datetime",
"type": "string"
},
"uid": {
"description": "The UID for the certificate.",
"type": "string"
}
},
"type": "object"
},
"AppMakerSqlSetupNotification": {
"description": "Alerts from App Maker to notify admins to set up default SQL instance.",
"id": "AppMakerSqlSetupNotification",
Expand Down
36 changes: 36 additions & 0 deletions alertcenter/v1beta1/alertcenter-gen.go

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

6 changes: 3 additions & 3 deletions analyticshub/v1beta1/analyticshub-api.json
Expand Up @@ -765,7 +765,7 @@
}
}
},
"revision": "20220701",
"revision": "20220715",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -858,7 +858,7 @@
"type": "string"
},
"displayName": {
"description": "Required. Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.",
"description": "Required. Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (\u0026) and must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.",
"type": "string"
},
"documentation": {
Expand Down Expand Up @@ -1140,7 +1140,7 @@
"type": "string"
},
"displayName": {
"description": "Required. Human-readable display name of the listing. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.",
"description": "Required. Human-readable display name of the listing. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (\u0026) and can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.",
"type": "string"
},
"documentation": {
Expand Down
11 changes: 6 additions & 5 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 bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Expand Up @@ -1340,7 +1340,7 @@
}
}
},
"revision": "20220709",
"revision": "20220716",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1876,7 +1876,7 @@
"type": "integer"
},
"dataSourceId": {
"description": "Data source id. Cannot be changed once data transfer is created. The full list of available data source ids can be returned through API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list The individual data source id can also be found in the bq tab in the 'Setting up a data transfer' section for each data source. For example, the data source id for Cloud Storage transfers is listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq",
"description": "Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list",
"type": "string"
},
"datasetRegion": {
Expand Down
11 changes: 3 additions & 8 deletions bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

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

0 comments on commit 1beaeac

Please sign in to comment.