Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 29, 2024
1 parent 9d791a4 commit 1babb16
Show file tree
Hide file tree
Showing 26 changed files with 5,127 additions and 2,244 deletions.
107 changes: 59 additions & 48 deletions alloydb/v1/alloydb-api.json

Large diffs are not rendered by default.

438 changes: 224 additions & 214 deletions alloydb/v1/alloydb-gen.go

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions alloydb/v1alpha/alloydb-api.json

Large diffs are not rendered by default.

438 changes: 224 additions & 214 deletions alloydb/v1alpha/alloydb-gen.go

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions alloydb/v1beta/alloydb-api.json

Large diffs are not rendered by default.

438 changes: 224 additions & 214 deletions alloydb/v1beta/alloydb-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240826",
"revision": "20240925",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
Expand Down Expand Up @@ -1555,7 +1555,7 @@
"type": "object"
},
"messageRetentionDuration": {
"description": "Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.",
"description": "Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.",
"format": "google-duration",
"type": "string"
},
Expand Down
4 changes: 2 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.

573 changes: 572 additions & 1 deletion artifactregistry/v1/artifactregistry-api.json

Large diffs are not rendered by default.

4,411 changes: 3,036 additions & 1,375 deletions artifactregistry/v1/artifactregistry-gen.go

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@
}
}
},
"revision": "20240918",
"revision": "20240924",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3454,6 +3454,10 @@
"description": "This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version",
"id": "ConnectorInfraConfig",
"properties": {
"alwaysAllocateCpu": {
"description": "Indicates that the Cloud Run CPU should always be allocated.",
"type": "boolean"
},
"connectionRatelimitWindowSeconds": {
"description": "The window used for ratelimiting runtime requests to connections.",
"format": "int64",
Expand Down Expand Up @@ -3495,6 +3499,10 @@
"description": "Indicate whether connector is being migrated to TLS.",
"type": "boolean"
},
"provisionCloudSpanner": {
"description": "Indicate whether cloud spanner is required for connector job.",
"type": "boolean"
},
"ratelimitThreshold": {
"description": "Max QPS supported by the connector version before throttling of requests.",
"format": "int64",
Expand Down
22 changes: 13 additions & 9 deletions connectors/v1/connectors-gen.go

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

7 changes: 3 additions & 4 deletions contactcenterinsights/v1/contactcenterinsights-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@
]
},
"create": {
"deprecated": true,
"description": "Creates a conversation. Does not support audio transcription or DLP redaction. Use `conversations.upload` instead.",
"description": "Creates a conversation. Note that this method does not support audio transcription or redaction. Use `conversations.upload` instead.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/conversations",
"httpMethod": "POST",
"id": "contactcenterinsights.projects.locations.conversations.create",
Expand Down Expand Up @@ -435,7 +434,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
"description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1531,7 +1530,7 @@
}
}
},
"revision": "20240910",
"revision": "20240925",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down
6 changes: 3 additions & 3 deletions contactcenterinsights/v1/contactcenterinsights-gen.go

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

6 changes: 5 additions & 1 deletion firebasedataconnect/v1beta/firebasedataconnect-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
}
}
},
"revision": "20240918",
"revision": "20240924",
"rootUrl": "https://firebasedataconnect.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -1634,6 +1634,10 @@
"Connect to the SQL database and validate that the SQL DDL has all the SQL resources used in the given Firebase Data Connect Schema. Surface any missing resources as `FAILED_PRECONDITION` with an `IncompatibleSqlSchemaError` error detail. Succeed even if there are unknown tables and columns."
],
"type": "string"
},
"unlinked": {
"description": "No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.",
"type": "boolean"
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions firebasedataconnect/v1beta/firebasedataconnect-gen.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
],
"parameters": {
"filter": {
"description": "A selection predicate to retrieve only a subset of the reports. For filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error reports that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = \"google/walleye\" OR deviceModel = \"google/marlin\"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = \"Google\". * `deviceType`: Matches error reports that occurred in the requested device types. Example: `deviceType = \"PHONE\"`. * `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports with the requested error report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`: Matches error reports on the process state of an app, indicating whether an app runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`",
"description": "A selection predicate to retrieve only a subset of the reports. For filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error reports that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = \"google/walleye\" OR deviceModel = \"google/marlin\"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = \"Google\". * `deviceType`: Matches error reports that occurred in the requested device types. Example: `deviceType = \"PHONE\"`. * `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `CRASH`, `ANR`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports with the requested error report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`: Matches error reports on the process state of an app, indicating whether an app runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -947,7 +947,7 @@
}
}
},
"revision": "20240924",
"revision": "20240926",
"rootUrl": "https://playdeveloperreporting.googleapis.com/",
"schemas": {
"GooglePlayDeveloperReportingV1alpha1Anomaly": {
Expand Down
45 changes: 22 additions & 23 deletions playdeveloperreporting/v1alpha1/playdeveloperreporting-gen.go

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

Loading

0 comments on commit 1babb16

Please sign in to comment.