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
4 changes: 2 additions & 2 deletions apigateway/v1/apigateway-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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 @@ -1094,7 +1094,7 @@
}
}
},
"revision": "20251001",
"revision": "20251021",
"rootUrl": "https://apigateway.googleapis.com/",
"schemas": {
"ApigatewayApi": {
Expand Down
6 changes: 3 additions & 3 deletions apigateway/v1/apigateway-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 apigateway/v1beta/apigateway-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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 @@ -1094,7 +1094,7 @@
}
}
},
"revision": "20251001",
"revision": "20251021",
"rootUrl": "https://apigateway.googleapis.com/",
"schemas": {
"ApigatewayApi": {
Expand Down
6 changes: 3 additions & 3 deletions apigateway/v1beta/apigateway-gen.go

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

36 changes: 34 additions & 2 deletions apphub/v1/apphub-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 @@ -1357,7 +1357,7 @@
}
}
},
"revision": "20251001",
"revision": "20251028",
"rootUrl": "https://apphub.googleapis.com/",
"schemas": {
"Application": {
Expand Down Expand Up @@ -1681,6 +1681,28 @@
},
"type": "object"
},
"FunctionalType": {
"description": "The functional type of a service or workload.",
"id": "FunctionalType",
"properties": {
"type": {
"description": "Output only. The functional type of a service or workload.",
"enum": [
"TYPE_UNSPECIFIED",
"AGENT",
"MCP_SERVER"
],
"enumDescriptions": [
"Unspecified type.",
"Agent type.",
"MCP Server type."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"ListApplicationsResponse": {
"description": "Response for ListApplications.",
"id": "ListApplicationsResponse",
Expand Down Expand Up @@ -2223,6 +2245,11 @@
"description": "Properties of an underlying cloud resource that can comprise a Service.",
"id": "ServiceProperties",
"properties": {
"functionalType": {
"$ref": "FunctionalType",
"description": "Output only. The type of the service.",
"readOnly": true
},
"gcpProject": {
"description": "Output only. The service project identifier that the underlying cloud resource resides in.",
"readOnly": true,
Expand Down Expand Up @@ -2401,6 +2428,11 @@
"description": "Properties of an underlying compute resource represented by the Workload.",
"id": "WorkloadProperties",
"properties": {
"functionalType": {
"$ref": "FunctionalType",
"description": "Output only. The type of the workload.",
"readOnly": true
},
"gcpProject": {
"description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.",
"readOnly": true,
Expand Down
53 changes: 42 additions & 11 deletions apphub/v1/apphub-gen.go

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

36 changes: 34 additions & 2 deletions apphub/v1alpha/apphub-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 @@ -1449,7 +1449,7 @@
}
}
},
"revision": "20251001",
"revision": "20251028",
"rootUrl": "https://apphub.googleapis.com/",
"schemas": {
"Application": {
Expand Down Expand Up @@ -1853,6 +1853,28 @@
},
"type": "object"
},
"FunctionalType": {
"description": "The functional type of a service or workload.",
"id": "FunctionalType",
"properties": {
"type": {
"description": "Output only. The functional type of a service or workload.",
"enum": [
"TYPE_UNSPECIFIED",
"AGENT",
"MCP_SERVER"
],
"enumDescriptions": [
"Unspecified type.",
"Agent type.",
"MCP Server type."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"ListApplicationsResponse": {
"description": "Response for ListApplications.",
"id": "ListApplicationsResponse",
Expand Down Expand Up @@ -2364,6 +2386,11 @@
"description": "Properties of an underlying cloud resource that can comprise a Service.",
"id": "ServiceProperties",
"properties": {
"functionalType": {
"$ref": "FunctionalType",
"description": "Output only. The type of the service.",
"readOnly": true
},
"gcpProject": {
"description": "Output only. The service project identifier that the underlying cloud resource resides in.",
"readOnly": true,
Expand Down Expand Up @@ -2547,6 +2574,11 @@
"description": "Properties of an underlying compute resource represented by the Workload.",
"id": "WorkloadProperties",
"properties": {
"functionalType": {
"$ref": "FunctionalType",
"description": "Output only. The type of the workload.",
"readOnly": true
},
"gcpProject": {
"description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.",
"readOnly": true,
Expand Down
Loading