Skip to content
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
22 changes: 17 additions & 5 deletions apihub/v1/apihub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -508,7 +508,7 @@
]
},
"patch": {
"description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.",
"description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}",
"httpMethod": "PATCH",
"id": "apihub.projects.locations.apis.patch",
Expand Down Expand Up @@ -866,7 +866,7 @@
]
},
"patch": {
"description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.",
"description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title * details.mcp_tool.description * details.input_schema * details.output_schema * details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint * details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint * details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}/versions/{versionsId}/operations/{operationsId}",
"httpMethod": "PATCH",
"id": "apihub.projects.locations.apis.versions.operations.patch",
Expand Down Expand Up @@ -2276,6 +2276,11 @@
"description": "The standard list page token.",
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
},
"path": "v1/{+name}/operations",
Expand Down Expand Up @@ -2974,7 +2979,7 @@
}
}
},
"revision": "20250912",
"revision": "20251025",
"rootUrl": "https://apihub.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -3099,7 +3104,7 @@
"description": "Optional. The documentation for the API resource."
},
"fingerprint": {
"description": "Optional. Fingerprint of the API resource.",
"description": "Optional. Fingerprint of the API resource. This must be unique for each API resource. It can neither be unset nor be updated to an existing fingerprint of another API resource.",
"type": "string"
},
"maturityLevel": {
Expand Down Expand Up @@ -6515,6 +6520,13 @@
"$ref": "GoogleLongrunningOperation"
},
"type": "array"
},
"unreachable": {
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
50 changes: 38 additions & 12 deletions apihub/v1/apihub-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 @@ -123,6 +123,20 @@
"BUSINESS_FOOD_ORDERS",
"BUSINESS_FOOD_MENU_CLICKS"
],
"enumDeprecated": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
],
"enumDescriptions": [
"Represents the default unknown value.",
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
Expand Down Expand Up @@ -215,6 +229,20 @@
"BUSINESS_FOOD_ORDERS",
"BUSINESS_FOOD_MENU_CLICKS"
],
"enumDeprecated": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
],
"enumDescriptions": [
"Represents the default unknown value.",
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
Expand Down Expand Up @@ -417,7 +445,7 @@
}
}
},
"revision": "20241002",
"revision": "20251026",
"rootUrl": "https://businessprofileperformance.googleapis.com/",
"schemas": {
"DailyMetricTimeSeries": {
Expand All @@ -440,6 +468,20 @@
"BUSINESS_FOOD_ORDERS",
"BUSINESS_FOOD_MENU_CLICKS"
],
"enumDeprecated": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
],
"enumDescriptions": [
"Represents the default unknown value.",
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
Expand Down
23 changes: 16 additions & 7 deletions deploymentmanager/v2/deploymentmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
}
}
},
"revision": "20250828",
"revision": "20251024",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1754,11 +1754,12 @@
"QUOTA_INFO_UNAVAILABLE",
"RESOURCE_USES_GLOBAL_DNS",
"RATE_LIMIT_EXCEEDED",
"RESERVED_ENTRY_135",
"UPCOMING_MAINTENANCES_UNAVAILABLE",
"RESERVED_ENTRY_136",
"RESERVED_ENTRY_139",
"RESERVED_ENTRY_141",
"RESERVED_ENTRY_142"
"RESERVED_ENTRY_142",
"RESERVED_ENTRY_143"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -1800,6 +1801,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -1838,6 +1840,7 @@
"Quota information is not available to client requests (e.g: regions.list).",
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
"Resource can't be retrieved due to api quota exceeded.",
"Upcoming maintenance schedule is unavailable for the resource.",
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
"",
"",
Expand Down Expand Up @@ -2061,11 +2064,12 @@
"QUOTA_INFO_UNAVAILABLE",
"RESOURCE_USES_GLOBAL_DNS",
"RATE_LIMIT_EXCEEDED",
"RESERVED_ENTRY_135",
"UPCOMING_MAINTENANCES_UNAVAILABLE",
"RESERVED_ENTRY_136",
"RESERVED_ENTRY_139",
"RESERVED_ENTRY_141",
"RESERVED_ENTRY_142"
"RESERVED_ENTRY_142",
"RESERVED_ENTRY_143"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -2107,6 +2111,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -2145,6 +2150,7 @@
"Quota information is not available to client requests (e.g: regions.list).",
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
"Resource can't be retrieved due to api quota exceeded.",
"Upcoming maintenance schedule is unavailable for the resource.",
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
"",
"",
Expand Down Expand Up @@ -2350,11 +2356,12 @@
"QUOTA_INFO_UNAVAILABLE",
"RESOURCE_USES_GLOBAL_DNS",
"RATE_LIMIT_EXCEEDED",
"RESERVED_ENTRY_135",
"UPCOMING_MAINTENANCES_UNAVAILABLE",
"RESERVED_ENTRY_136",
"RESERVED_ENTRY_139",
"RESERVED_ENTRY_141",
"RESERVED_ENTRY_142"
"RESERVED_ENTRY_142",
"RESERVED_ENTRY_143"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -2396,6 +2403,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -2434,6 +2442,7 @@
"Quota information is not available to client requests (e.g: regions.list).",
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
"Resource can't be retrieved due to api quota exceeded.",
"Upcoming maintenance schedule is unavailable for the resource.",
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
"",
"",
Expand Down
Loading