|
546 | 546 | }
|
547 | 547 | }
|
548 | 548 | },
|
549 |
| - "revision": "20230406", |
| 549 | + "revision": "20230518", |
550 | 550 | "rootUrl": "https://cloudfunctions.googleapis.com/",
|
551 | 551 | "schemas": {
|
552 | 552 | "AuditConfig": {
|
|
964 | 964 | },
|
965 | 965 | "type": "object"
|
966 | 966 | },
|
| 967 | + "GoogleCloudFunctionsV2LocationMetadata": { |
| 968 | + "description": "Extra GCF specific location information.", |
| 969 | + "id": "GoogleCloudFunctionsV2LocationMetadata", |
| 970 | + "properties": { |
| 971 | + "environments": { |
| 972 | + "description": "The Cloud Function environments this location supports.", |
| 973 | + "items": { |
| 974 | + "enum": [ |
| 975 | + "ENVIRONMENT_UNSPECIFIED", |
| 976 | + "GEN_1", |
| 977 | + "GEN_2" |
| 978 | + ], |
| 979 | + "enumDescriptions": [ |
| 980 | + "Unspecified", |
| 981 | + "Gen 1", |
| 982 | + "Gen 2" |
| 983 | + ], |
| 984 | + "type": "string" |
| 985 | + }, |
| 986 | + "type": "array" |
| 987 | + } |
| 988 | + }, |
| 989 | + "type": "object" |
| 990 | + }, |
967 | 991 | "GoogleCloudFunctionsV2OperationMetadata": {
|
968 | 992 | "description": "Represents the metadata of the long-running operation.",
|
969 | 993 | "id": "GoogleCloudFunctionsV2OperationMetadata",
|
|
1168 | 1192 | "stages": {
|
1169 | 1193 | "description": "Mechanism for reporting in-progress stages",
|
1170 | 1194 | "items": {
|
1171 |
| - "$ref": "Stage" |
| 1195 | + "$ref": "GoogleCloudFunctionsV2alphaStage" |
1172 | 1196 | },
|
1173 | 1197 | "type": "array"
|
1174 | 1198 | },
|
|
1187 | 1211 | },
|
1188 | 1212 | "type": "object"
|
1189 | 1213 | },
|
| 1214 | + "GoogleCloudFunctionsV2alphaStage": { |
| 1215 | + "description": "Each Stage of the deployment process", |
| 1216 | + "id": "GoogleCloudFunctionsV2alphaStage", |
| 1217 | + "properties": { |
| 1218 | + "message": { |
| 1219 | + "description": "Message describing the Stage", |
| 1220 | + "type": "string" |
| 1221 | + }, |
| 1222 | + "name": { |
| 1223 | + "description": "Name of the Stage. This will be unique for each Stage.", |
| 1224 | + "enum": [ |
| 1225 | + "NAME_UNSPECIFIED", |
| 1226 | + "ARTIFACT_REGISTRY", |
| 1227 | + "BUILD", |
| 1228 | + "SERVICE", |
| 1229 | + "TRIGGER", |
| 1230 | + "SERVICE_ROLLBACK", |
| 1231 | + "TRIGGER_ROLLBACK" |
| 1232 | + ], |
| 1233 | + "enumDescriptions": [ |
| 1234 | + "Not specified. Invalid name.", |
| 1235 | + "Artifact Regsitry Stage", |
| 1236 | + "Build Stage", |
| 1237 | + "Service Stage", |
| 1238 | + "Trigger Stage", |
| 1239 | + "Service Rollback Stage", |
| 1240 | + "Trigger Rollback Stage" |
| 1241 | + ], |
| 1242 | + "type": "string" |
| 1243 | + }, |
| 1244 | + "resource": { |
| 1245 | + "description": "Resource of the Stage", |
| 1246 | + "type": "string" |
| 1247 | + }, |
| 1248 | + "resourceUri": { |
| 1249 | + "description": "Link to the current Stage resource", |
| 1250 | + "type": "string" |
| 1251 | + }, |
| 1252 | + "state": { |
| 1253 | + "description": "Current state of the Stage", |
| 1254 | + "enum": [ |
| 1255 | + "STATE_UNSPECIFIED", |
| 1256 | + "NOT_STARTED", |
| 1257 | + "IN_PROGRESS", |
| 1258 | + "COMPLETE" |
| 1259 | + ], |
| 1260 | + "enumDescriptions": [ |
| 1261 | + "Not specified. Invalid state.", |
| 1262 | + "Stage has not started.", |
| 1263 | + "Stage is in progress.", |
| 1264 | + "Stage has completed." |
| 1265 | + ], |
| 1266 | + "type": "string" |
| 1267 | + }, |
| 1268 | + "stateMessages": { |
| 1269 | + "description": "State messages from the current Stage.", |
| 1270 | + "items": { |
| 1271 | + "$ref": "GoogleCloudFunctionsV2alphaStateMessage" |
| 1272 | + }, |
| 1273 | + "type": "array" |
| 1274 | + } |
| 1275 | + }, |
| 1276 | + "type": "object" |
| 1277 | + }, |
1190 | 1278 | "GoogleCloudFunctionsV2alphaStateMessage": {
|
1191 | 1279 | "description": "Informational messages about the state of the Cloud Function or Operation.",
|
1192 | 1280 | "id": "GoogleCloudFunctionsV2alphaStateMessage",
|
|
1477 | 1565 | "type": "object"
|
1478 | 1566 | },
|
1479 | 1567 | "Location": {
|
1480 |
| - "description": "A resource that represents Google Cloud Platform location.", |
| 1568 | + "description": "A resource that represents a Google Cloud location.", |
1481 | 1569 | "id": "Location",
|
1482 | 1570 | "properties": {
|
1483 | 1571 | "displayName": {
|
|
1510 | 1598 | },
|
1511 | 1599 | "type": "object"
|
1512 | 1600 | },
|
1513 |
| - "LocationMetadata": { |
1514 |
| - "description": "Extra GCF specific location information.", |
1515 |
| - "id": "LocationMetadata", |
1516 |
| - "properties": { |
1517 |
| - "environments": { |
1518 |
| - "description": "The Cloud Function environments this location supports.", |
1519 |
| - "items": { |
1520 |
| - "enum": [ |
1521 |
| - "ENVIRONMENT_UNSPECIFIED", |
1522 |
| - "GEN_1", |
1523 |
| - "GEN_2" |
1524 |
| - ], |
1525 |
| - "enumDescriptions": [ |
1526 |
| - "Unspecified", |
1527 |
| - "Gen 1", |
1528 |
| - "Gen 2" |
1529 |
| - ], |
1530 |
| - "type": "string" |
1531 |
| - }, |
1532 |
| - "type": "array" |
1533 |
| - } |
1534 |
| - }, |
1535 |
| - "type": "object" |
1536 |
| - }, |
1537 | 1601 | "Operation": {
|
1538 | 1602 | "description": "This resource represents a long-running operation that is the result of a network API call.",
|
1539 | 1603 | "id": "Operation",
|
|
1695 | 1759 | "type": "string"
|
1696 | 1760 | },
|
1697 | 1761 | "version": {
|
1698 |
| - "description": "Version of the secret (version number or the string 'latest'). It is preferrable to use `latest` version with secret volumes as secret value changes are reflected immediately.", |
| 1762 | + "description": "Version of the secret (version number or the string 'latest'). It is preferable to use `latest` version with secret volumes as secret value changes are reflected immediately.", |
1699 | 1763 | "type": "string"
|
1700 | 1764 | }
|
1701 | 1765 | },
|
|
1759 | 1823 | },
|
1760 | 1824 | "type": "object"
|
1761 | 1825 | },
|
1762 |
| - "Stage": { |
1763 |
| - "description": "Each Stage of the deployment process", |
1764 |
| - "id": "Stage", |
1765 |
| - "properties": { |
1766 |
| - "message": { |
1767 |
| - "description": "Message describing the Stage", |
1768 |
| - "type": "string" |
1769 |
| - }, |
1770 |
| - "name": { |
1771 |
| - "description": "Name of the Stage. This will be unique for each Stage.", |
1772 |
| - "enum": [ |
1773 |
| - "NAME_UNSPECIFIED", |
1774 |
| - "ARTIFACT_REGISTRY", |
1775 |
| - "BUILD", |
1776 |
| - "SERVICE", |
1777 |
| - "TRIGGER", |
1778 |
| - "SERVICE_ROLLBACK", |
1779 |
| - "TRIGGER_ROLLBACK" |
1780 |
| - ], |
1781 |
| - "enumDescriptions": [ |
1782 |
| - "Not specified. Invalid name.", |
1783 |
| - "Artifact Regsitry Stage", |
1784 |
| - "Build Stage", |
1785 |
| - "Service Stage", |
1786 |
| - "Trigger Stage", |
1787 |
| - "Service Rollback Stage", |
1788 |
| - "Trigger Rollback Stage" |
1789 |
| - ], |
1790 |
| - "type": "string" |
1791 |
| - }, |
1792 |
| - "resource": { |
1793 |
| - "description": "Resource of the Stage", |
1794 |
| - "type": "string" |
1795 |
| - }, |
1796 |
| - "resourceUri": { |
1797 |
| - "description": "Link to the current Stage resource", |
1798 |
| - "type": "string" |
1799 |
| - }, |
1800 |
| - "state": { |
1801 |
| - "description": "Current state of the Stage", |
1802 |
| - "enum": [ |
1803 |
| - "STATE_UNSPECIFIED", |
1804 |
| - "NOT_STARTED", |
1805 |
| - "IN_PROGRESS", |
1806 |
| - "COMPLETE" |
1807 |
| - ], |
1808 |
| - "enumDescriptions": [ |
1809 |
| - "Not specified. Invalid state.", |
1810 |
| - "Stage has not started.", |
1811 |
| - "Stage is in progress.", |
1812 |
| - "Stage has completed." |
1813 |
| - ], |
1814 |
| - "type": "string" |
1815 |
| - }, |
1816 |
| - "stateMessages": { |
1817 |
| - "description": "State messages from the current Stage.", |
1818 |
| - "items": { |
1819 |
| - "$ref": "GoogleCloudFunctionsV2alphaStateMessage" |
1820 |
| - }, |
1821 |
| - "type": "array" |
1822 |
| - } |
1823 |
| - }, |
1824 |
| - "type": "object" |
1825 |
| - }, |
1826 | 1826 | "Status": {
|
1827 | 1827 | "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
|
1828 | 1828 | "id": "Status",
|
|
0 commit comments