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

Merged
merged 1 commit into from
Jul 16, 2024
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
23 changes: 16 additions & 7 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@
}
}
},
"revision": "20240627",
"revision": "20240703",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -1575,19 +1575,22 @@
"DATABASE_VERSION_UNSPECIFIED",
"POSTGRES_13",
"POSTGRES_14",
"POSTGRES_15"
"POSTGRES_15",
"POSTGRES_16"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"This is an unknown database version.",
"DEPRECATED - The database version is Postgres 13.",
"The database version is Postgres 14.",
"The database version is Postgres 15."
"The database version is Postgres 15.",
"The database version is Postgres 16."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -1825,19 +1828,22 @@
"DATABASE_VERSION_UNSPECIFIED",
"POSTGRES_13",
"POSTGRES_14",
"POSTGRES_15"
"POSTGRES_15",
"POSTGRES_16"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"This is an unknown database version.",
"DEPRECATED - The database version is Postgres 13.",
"The database version is Postgres 14.",
"The database version is Postgres 15."
"The database version is Postgres 15.",
"The database version is Postgres 16."
],
"type": "string"
},
Expand Down Expand Up @@ -4630,19 +4636,22 @@
"DATABASE_VERSION_UNSPECIFIED",
"POSTGRES_13",
"POSTGRES_14",
"POSTGRES_15"
"POSTGRES_15",
"POSTGRES_16"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"This is an unknown database version.",
"DEPRECATED - The database version is Postgres 13.",
"The database version is Postgres 14.",
"The database version is Postgres 15."
"The database version is Postgres 15.",
"The database version is Postgres 16."
],
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions alloydb/v1beta/alloydb-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 beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -3534,7 +3534,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4080,7 +4080,7 @@
}
}
},
"revision": "20240619",
"revision": "20240626",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down
4 changes: 2 additions & 2 deletions beyondcorp/v1alpha/beyondcorp-gen.go

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

12 changes: 10 additions & 2 deletions connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@
}
}
},
"revision": "20240701",
"revision": "20240708",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -5892,7 +5892,7 @@
"type": "array"
},
"valueSeparator": {
"description": "Required. Value separator.",
"description": "Required. Value separator. Only \",\" can be used for OAuth auth code flow scope field.",
"type": "string"
}
},
Expand Down Expand Up @@ -6536,6 +6536,10 @@
],
"type": "string"
},
"defaultValue": {
"description": "The following field specifies the default value of the Parameter provided by the external system if a value is not provided.",
"type": "any"
},
"description": {
"description": "A brief description of the field.",
"type": "string"
Expand All @@ -6547,6 +6551,10 @@
"jsonSchema": {
"$ref": "JsonSchema",
"description": "JsonSchema representation of this action's result"
},
"nullable": {
"description": "Specifies whether a null value is allowed.",
"type": "boolean"
}
},
"type": "object"
Expand Down
8 changes: 7 additions & 1 deletion connectors/v1/connectors-gen.go

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

10 changes: 9 additions & 1 deletion connectors/v2/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
}
}
},
"revision": "20240612",
"revision": "20240708",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AccessCredentials": {
Expand Down Expand Up @@ -2269,6 +2269,10 @@
],
"type": "string"
},
"defaultValue": {
"description": "The following field specifies the default value of the Parameter provided by the external system if a value is not provided.",
"type": "any"
},
"description": {
"description": "A brief description of the metadata field.",
"type": "string"
Expand All @@ -2280,6 +2284,10 @@
"name": {
"description": "Name of the metadata field.",
"type": "string"
},
"nullable": {
"description": "Specifies whether a null value is allowed.",
"type": "boolean"
}
},
"type": "object"
Expand Down
5 changes: 5 additions & 0 deletions connectors/v2/connectors-gen.go

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

Loading