Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 1, 2025
1 parent 7da3675 commit 5baa849
Show file tree
Hide file tree
Showing 51 changed files with 5,091 additions and 178 deletions.
12 changes: 9 additions & 3 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@
}
}
},
"revision": "20241228",
"revision": "20250122",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4702,15 +4702,21 @@
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
"STORAGE_USED_BYTES",
"NODE_COUNT",
"MEMORY_USED_BYTES",
"PROCESSING_UNIT_COUNT"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
"Sotrage used by a resource.",
"Node count for a resource. It represents the number of node units in a bigtable/spanner instance.",
"Memory used by a resource (in bytes).",
"Processing units used by a resource. It represents the number of processing units in a spanner instance."
],
"type": "string"
},
Expand Down
5 changes: 5 additions & 0 deletions alloydb/v1/alloydb-gen.go

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

12 changes: 9 additions & 3 deletions alloydb/v1alpha/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@
}
}
},
"revision": "20241228",
"revision": "20250122",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4902,15 +4902,21 @@
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
"STORAGE_USED_BYTES",
"NODE_COUNT",
"MEMORY_USED_BYTES",
"PROCESSING_UNIT_COUNT"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
"Sotrage used by a resource.",
"Node count for a resource. It represents the number of node units in a bigtable/spanner instance.",
"Memory used by a resource (in bytes).",
"Processing units used by a resource. It represents the number of processing units in a spanner instance."
],
"type": "string"
},
Expand Down
5 changes: 5 additions & 0 deletions alloydb/v1alpha/alloydb-gen.go

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

12 changes: 9 additions & 3 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
}
}
},
"revision": "20241228",
"revision": "20250122",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4854,15 +4854,21 @@
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
"STORAGE_USED_BYTES",
"NODE_COUNT",
"MEMORY_USED_BYTES",
"PROCESSING_UNIT_COUNT"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
"Sotrage used by a resource.",
"Node count for a resource. It represents the number of node units in a bigtable/spanner instance.",
"Memory used by a resource (in bytes).",
"Processing units used by a resource. It represents the number of processing units in a spanner instance."
],
"type": "string"
},
Expand Down
5 changes: 5 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.

65 changes: 61 additions & 4 deletions apigee/v1/apigee-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,46 @@
}
},
"resources": {
"debugsessions": {
"methods": {
"list": {
"description": "Lists debug sessions that are currently active in the given API Proxy.",
"flatPath": "v1/organizations/{organizationsId}/apis/{apisId}/debugsessions",
"httpMethod": "GET",
"id": "apigee.organizations.apis.debugsessions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Optional. Maximum number of debug sessions to return. The page size defaults to 25.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. Page token, returned from a previous ListApiDebugSessions call, that you can use to retrieve the next page.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The name of the API Proxy for which to list debug sessions. Must be of the form: `organizations/{organization}/apis/{api}`.",
"location": "path",
"pattern": "^organizations/[^/]+/apis/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/debugsessions",
"response": {
"$ref": "GoogleCloudApigeeV1ListApiDebugSessionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"deployments": {
"methods": {
"list": {
Expand Down Expand Up @@ -10385,7 +10425,7 @@
}
}
},
"revision": "20241213",
"revision": "20250129",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -11745,13 +11785,13 @@
"type": "object"
},
"GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll": {
"description": "Message for include_all option.",
"description": "Message for include_all_resources option.",
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll",
"properties": {},
"type": "object"
},
"GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray": {
"description": "An array of resource messages.",
"description": "Message for the array of resources. For Apigee, the proxies are resources.",
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray",
"properties": {
"resources": {
Expand Down Expand Up @@ -14477,6 +14517,24 @@
},
"type": "object"
},
"GoogleCloudApigeeV1ListApiDebugSessionsResponse": {
"description": "Response for ListApiDebugSessions.",
"id": "GoogleCloudApigeeV1ListApiDebugSessionsResponse",
"properties": {
"nextPageToken": {
"description": "Page token that you can include in a ListApiDebugSessionsRequest to retrieve the next page. If omitted, no subsequent pages exist.",
"type": "string"
},
"sessions": {
"description": "Session info that includes debug session ID and the first transaction creation timestamp.",
"items": {
"$ref": "GoogleCloudApigeeV1Session"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudApigeeV1ListApiDocsResponse": {
"id": "GoogleCloudApigeeV1ListApiDocsResponse",
"properties": {
Expand Down Expand Up @@ -17362,7 +17420,6 @@
"type": "integer"
},
"severity": {
"description": "The severity of the assessment.",
"enum": [
"SEVERITY_UNSPECIFIED",
"LOW",
Expand Down
Loading

0 comments on commit 5baa849

Please sign in to comment.