|
412 | 412 | ],
|
413 | 413 | "parameters": {
|
414 | 414 | "name": {
|
415 |
| - "description": "Identifier. The resource name of an Application. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}\"", |
| 415 | + "description": "Identifier. The resource name of an Application. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}\"`", |
416 | 416 | "location": "path",
|
417 | 417 | "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
|
418 | 418 | "required": true,
|
|
650 | 650 | ],
|
651 | 651 | "parameters": {
|
652 | 652 | "name": {
|
653 |
| - "description": "Identifier. The resource name of a Service. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"", |
| 653 | + "description": "Identifier. The resource name of a Service. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"`", |
654 | 654 | "location": "path",
|
655 | 655 | "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/services/[^/]+$",
|
656 | 656 | "required": true,
|
|
832 | 832 | ],
|
833 | 833 | "parameters": {
|
834 | 834 | "name": {
|
835 |
| - "description": "Identifier. The resource name of the Workload. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"", |
| 835 | + "description": "Identifier. The resource name of the Workload. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"`", |
836 | 836 | "location": "path",
|
837 | 837 | "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/workloads/[^/]+$",
|
838 | 838 | "required": true,
|
|
1078 | 1078 | "operations": {
|
1079 | 1079 | "methods": {
|
1080 | 1080 | "cancel": {
|
1081 |
| - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1081 | + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
1082 | 1082 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
1083 | 1083 | "httpMethod": "POST",
|
1084 | 1084 | "id": "apphub.projects.locations.operations.cancel",
|
|
1346 | 1346 | }
|
1347 | 1347 | }
|
1348 | 1348 | },
|
1349 |
| - "revision": "20240311", |
| 1349 | + "revision": "20250115", |
1350 | 1350 | "rootUrl": "https://apphub.googleapis.com/",
|
1351 | 1351 | "schemas": {
|
1352 | 1352 | "Application": {
|
1353 |
| - "description": "Application defines the governance boundary for App Hub Entities that perform a logical end-to-end business function. App Hub supports application level IAM permission to align with governance requirements.", |
| 1353 | + "description": "Application defines the governance boundary for App Hub entities that perform a logical end-to-end business function. App Hub supports application level IAM permission to align with governance requirements.", |
1354 | 1354 | "id": "Application",
|
1355 | 1355 | "properties": {
|
1356 | 1356 | "attributes": {
|
|
1372 | 1372 | "type": "string"
|
1373 | 1373 | },
|
1374 | 1374 | "name": {
|
1375 |
| - "description": "Identifier. The resource name of an Application. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}\"", |
| 1375 | + "description": "Identifier. The resource name of an Application. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}\"`", |
1376 | 1376 | "type": "string"
|
1377 | 1377 | },
|
1378 | 1378 | "scope": {
|
|
1575 | 1575 | "type": "object"
|
1576 | 1576 | },
|
1577 | 1577 | "DiscoveredService": {
|
1578 |
| - "description": "DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.", |
| 1578 | + "description": "DiscoveredService is a network or API interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.", |
1579 | 1579 | "id": "DiscoveredService",
|
1580 | 1580 | "properties": {
|
1581 | 1581 | "name": {
|
1582 |
| - "description": "Identifier. The resource name of the discovered service. Format: \"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}\"\"", |
| 1582 | + "description": "Identifier. The resource name of the discovered service. Format: `\"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}\"`", |
1583 | 1583 | "type": "string"
|
1584 | 1584 | },
|
1585 | 1585 | "serviceProperties": {
|
|
1600 | 1600 | "id": "DiscoveredWorkload",
|
1601 | 1601 | "properties": {
|
1602 | 1602 | "name": {
|
1603 |
| - "description": "Identifier. The resource name of the discovered workload. Format: \"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}\"", |
| 1603 | + "description": "Identifier. The resource name of the discovered workload. Format: `\"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}\"`", |
1604 | 1604 | "type": "string"
|
1605 | 1605 | },
|
1606 | 1606 | "workloadProperties": {
|
|
1980 | 1980 | "type": "string"
|
1981 | 1981 | },
|
1982 | 1982 | "requestedCancellation": {
|
1983 |
| - "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1983 | + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
1984 | 1984 | "readOnly": true,
|
1985 | 1985 | "type": "boolean"
|
1986 | 1986 | },
|
|
2072 | 2072 | "description": "Required. Scope Type.",
|
2073 | 2073 | "enum": [
|
2074 | 2074 | "TYPE_UNSPECIFIED",
|
2075 |
| - "REGIONAL" |
| 2075 | + "REGIONAL", |
| 2076 | + "GLOBAL" |
2076 | 2077 | ],
|
2077 | 2078 | "enumDescriptions": [
|
2078 | 2079 | "Unspecified type.",
|
2079 |
| - "Regional type." |
| 2080 | + "Regional type.", |
| 2081 | + "Global type." |
2080 | 2082 | ],
|
2081 | 2083 | "type": "string"
|
2082 | 2084 | }
|
2083 | 2085 | },
|
2084 | 2086 | "type": "object"
|
2085 | 2087 | },
|
2086 | 2088 | "Service": {
|
2087 |
| - "description": "Service is an App Hub data model that contains a discovered service, which represents a network/api interface that exposes some functionality to clients for consumption over the network.", |
| 2089 | + "description": "Service is an App Hub data model that contains a discovered service, which represents a network or API interface that exposes some functionality to clients for consumption over the network.", |
2088 | 2090 | "id": "Service",
|
2089 | 2091 | "properties": {
|
2090 | 2092 | "attributes": {
|
|
2110 | 2112 | "type": "string"
|
2111 | 2113 | },
|
2112 | 2114 | "name": {
|
2113 |
| - "description": "Identifier. The resource name of a Service. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"", |
| 2115 | + "description": "Identifier. The resource name of a Service. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"`", |
2114 | 2116 | "type": "string"
|
2115 | 2117 | },
|
2116 | 2118 | "serviceProperties": {
|
|
2167 | 2169 | "type": "string"
|
2168 | 2170 | },
|
2169 | 2171 | "name": {
|
2170 |
| - "description": "Identifier. The resource name of a ServiceProjectAttachment. Format: \"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\"", |
| 2172 | + "description": "Identifier. The resource name of a ServiceProjectAttachment. Format: `\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\"`", |
2171 | 2173 | "type": "string"
|
2172 | 2174 | },
|
2173 | 2175 | "serviceProject": {
|
2174 |
| - "description": "Required. Immutable. Service project name in the format: \"projects/abc\" or \"projects/123\". As input, project name with either project id or number are accepted. As output, this field will contain project number.", |
| 2176 | + "description": "Required. Immutable. Service project name in the format: `\"projects/abc\"` or `\"projects/123\"`. As input, project name with either project id or number are accepted. As output, this field will contain project number.", |
2175 | 2177 | "type": "string"
|
2176 | 2178 | },
|
2177 | 2179 | "state": {
|
|
2226 | 2228 | "id": "ServiceReference",
|
2227 | 2229 | "properties": {
|
2228 | 2230 | "uri": {
|
2229 |
| - "description": "Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).", |
| 2231 | + "description": "Output only. The underlying resource URI. For example, URI of Forwarding Rule, URL Map, and Backend Service.", |
2230 | 2232 | "readOnly": true,
|
2231 | 2233 | "type": "string"
|
2232 | 2234 | }
|
|
2331 | 2333 | "type": "string"
|
2332 | 2334 | },
|
2333 | 2335 | "name": {
|
2334 |
| - "description": "Identifier. The resource name of the Workload. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"", |
| 2336 | + "description": "Identifier. The resource name of the Workload. Format: `\"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"`", |
2335 | 2337 | "type": "string"
|
2336 | 2338 | },
|
2337 | 2339 | "state": {
|
|
2382 | 2384 | "id": "WorkloadProperties",
|
2383 | 2385 | "properties": {
|
2384 | 2386 | "gcpProject": {
|
2385 |
| - "description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.", |
| 2387 | + "description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.", |
2386 | 2388 | "readOnly": true,
|
2387 | 2389 | "type": "string"
|
2388 | 2390 | },
|
2389 | 2391 | "location": {
|
2390 |
| - "description": "Output only. The location that the underlying compute resource resides in (e.g us-west1).", |
| 2392 | + "description": "Output only. The location that the underlying compute resource resides in (for example, us-west1).", |
2391 | 2393 | "readOnly": true,
|
2392 | 2394 | "type": "string"
|
2393 | 2395 | },
|
2394 | 2396 | "zone": {
|
2395 |
| - "description": "Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).", |
| 2397 | + "description": "Output only. The location that the underlying compute resource resides in if it is zonal (for example, us-west1-a).", |
2396 | 2398 | "readOnly": true,
|
2397 | 2399 | "type": "string"
|
2398 | 2400 | }
|
|
0 commit comments