|
803 | 803 | }
|
804 | 804 | }
|
805 | 805 | },
|
| 806 | + "googetArtifacts": { |
| 807 | + "methods": { |
| 808 | + "import": { |
| 809 | + "description": "Imports GooGet artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.", |
| 810 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:import", |
| 811 | + "httpMethod": "POST", |
| 812 | + "id": "artifactregistry.projects.locations.repositories.googetArtifacts.import", |
| 813 | + "parameterOrder": [ |
| 814 | + "parent" |
| 815 | + ], |
| 816 | + "parameters": { |
| 817 | + "parent": { |
| 818 | + "description": "The name of the parent resource where the artifacts will be imported.", |
| 819 | + "location": "path", |
| 820 | + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", |
| 821 | + "required": true, |
| 822 | + "type": "string" |
| 823 | + } |
| 824 | + }, |
| 825 | + "path": "v1/{+parent}/googetArtifacts:import", |
| 826 | + "request": { |
| 827 | + "$ref": "ImportGoogetArtifactsRequest" |
| 828 | + }, |
| 829 | + "response": { |
| 830 | + "$ref": "Operation" |
| 831 | + }, |
| 832 | + "scopes": [ |
| 833 | + "https://www.googleapis.com/auth/cloud-platform" |
| 834 | + ] |
| 835 | + }, |
| 836 | + "upload": { |
| 837 | + "description": "Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.", |
| 838 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:create", |
| 839 | + "httpMethod": "POST", |
| 840 | + "id": "artifactregistry.projects.locations.repositories.googetArtifacts.upload", |
| 841 | + "mediaUpload": { |
| 842 | + "accept": [ |
| 843 | + "*/*" |
| 844 | + ], |
| 845 | + "protocols": { |
| 846 | + "simple": { |
| 847 | + "multipart": true, |
| 848 | + "path": "/upload/v1/{+parent}/googetArtifacts:create" |
| 849 | + } |
| 850 | + } |
| 851 | + }, |
| 852 | + "parameterOrder": [ |
| 853 | + "parent" |
| 854 | + ], |
| 855 | + "parameters": { |
| 856 | + "parent": { |
| 857 | + "description": "The name of the parent resource where the artifacts will be uploaded.", |
| 858 | + "location": "path", |
| 859 | + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", |
| 860 | + "required": true, |
| 861 | + "type": "string" |
| 862 | + } |
| 863 | + }, |
| 864 | + "path": "v1/{+parent}/googetArtifacts:create", |
| 865 | + "request": { |
| 866 | + "$ref": "UploadGoogetArtifactRequest" |
| 867 | + }, |
| 868 | + "response": { |
| 869 | + "$ref": "UploadGoogetArtifactMediaResponse" |
| 870 | + }, |
| 871 | + "scopes": [ |
| 872 | + "https://www.googleapis.com/auth/cloud-platform" |
| 873 | + ], |
| 874 | + "supportsMediaUpload": true |
| 875 | + } |
| 876 | + } |
| 877 | + }, |
806 | 878 | "kfpArtifacts": {
|
807 | 879 | "methods": {
|
808 | 880 | "upload": {
|
|
1517 | 1589 | }
|
1518 | 1590 | }
|
1519 | 1591 | },
|
1520 |
| - "revision": "20230326", |
| 1592 | + "revision": "20230508", |
1521 | 1593 | "rootUrl": "https://artifactregistry.googleapis.com/",
|
1522 | 1594 | "schemas": {
|
1523 | 1595 | "AptArtifact": {
|
|
1710 | 1782 | },
|
1711 | 1783 | "type": "object"
|
1712 | 1784 | },
|
| 1785 | + "GoogetArtifact": { |
| 1786 | + "description": "A detailed representation of a GooGet artifact.", |
| 1787 | + "id": "GoogetArtifact", |
| 1788 | + "properties": { |
| 1789 | + "architecture": { |
| 1790 | + "description": "Output only. Operating system architecture of the artifact.", |
| 1791 | + "readOnly": true, |
| 1792 | + "type": "string" |
| 1793 | + }, |
| 1794 | + "name": { |
| 1795 | + "description": "Output only. The Artifact Registry resource name of the artifact.", |
| 1796 | + "readOnly": true, |
| 1797 | + "type": "string" |
| 1798 | + }, |
| 1799 | + "packageName": { |
| 1800 | + "description": "Output only. The GooGet package name of the artifact.", |
| 1801 | + "readOnly": true, |
| 1802 | + "type": "string" |
| 1803 | + } |
| 1804 | + }, |
| 1805 | + "type": "object" |
| 1806 | + }, |
1713 | 1807 | "GoogleDevtoolsArtifactregistryV1File": {
|
1714 | 1808 | "description": "Files store content that is potentially associated with Packages or Versions.",
|
1715 | 1809 | "id": "GoogleDevtoolsArtifactregistryV1File",
|
|
1852 | 1946 | },
|
1853 | 1947 | "type": "object"
|
1854 | 1948 | },
|
| 1949 | + "ImportGoogetArtifactsErrorInfo": { |
| 1950 | + "description": "Error information explaining why a package was not imported.", |
| 1951 | + "id": "ImportGoogetArtifactsErrorInfo", |
| 1952 | + "properties": { |
| 1953 | + "error": { |
| 1954 | + "$ref": "Status", |
| 1955 | + "description": "The detailed error status." |
| 1956 | + }, |
| 1957 | + "gcsSource": { |
| 1958 | + "$ref": "ImportGoogetArtifactsGcsSource", |
| 1959 | + "description": "Google Cloud Storage location requested." |
| 1960 | + } |
| 1961 | + }, |
| 1962 | + "type": "object" |
| 1963 | + }, |
| 1964 | + "ImportGoogetArtifactsGcsSource": { |
| 1965 | + "description": "Google Cloud Storage location where the artifacts currently reside.", |
| 1966 | + "id": "ImportGoogetArtifactsGcsSource", |
| 1967 | + "properties": { |
| 1968 | + "uris": { |
| 1969 | + "description": "Cloud Storage paths URI (e.g., gs://my_bucket/my_object).", |
| 1970 | + "items": { |
| 1971 | + "type": "string" |
| 1972 | + }, |
| 1973 | + "type": "array" |
| 1974 | + }, |
| 1975 | + "useWildcards": { |
| 1976 | + "description": "Supports URI wildcards for matching multiple objects from a single URI.", |
| 1977 | + "type": "boolean" |
| 1978 | + } |
| 1979 | + }, |
| 1980 | + "type": "object" |
| 1981 | + }, |
| 1982 | + "ImportGoogetArtifactsMetadata": { |
| 1983 | + "description": "The operation metadata for importing artifacts.", |
| 1984 | + "id": "ImportGoogetArtifactsMetadata", |
| 1985 | + "properties": {}, |
| 1986 | + "type": "object" |
| 1987 | + }, |
| 1988 | + "ImportGoogetArtifactsRequest": { |
| 1989 | + "description": "The request to import new googet artifacts.", |
| 1990 | + "id": "ImportGoogetArtifactsRequest", |
| 1991 | + "properties": { |
| 1992 | + "gcsSource": { |
| 1993 | + "$ref": "ImportGoogetArtifactsGcsSource", |
| 1994 | + "description": "Google Cloud Storage location where input content is located." |
| 1995 | + } |
| 1996 | + }, |
| 1997 | + "type": "object" |
| 1998 | + }, |
| 1999 | + "ImportGoogetArtifactsResponse": { |
| 2000 | + "description": "The response message from importing artifacts.", |
| 2001 | + "id": "ImportGoogetArtifactsResponse", |
| 2002 | + "properties": { |
| 2003 | + "errors": { |
| 2004 | + "description": "Detailed error info for packages that were not imported.", |
| 2005 | + "items": { |
| 2006 | + "$ref": "ImportGoogetArtifactsErrorInfo" |
| 2007 | + }, |
| 2008 | + "type": "array" |
| 2009 | + }, |
| 2010 | + "googetArtifacts": { |
| 2011 | + "description": "The GooGet artifacts updated.", |
| 2012 | + "items": { |
| 2013 | + "$ref": "GoogetArtifact" |
| 2014 | + }, |
| 2015 | + "type": "array" |
| 2016 | + } |
| 2017 | + }, |
| 2018 | + "type": "object" |
| 2019 | + }, |
1855 | 2020 | "ImportYumArtifactsErrorInfo": {
|
1856 | 2021 | "description": "Error information explaining why a package was not imported.",
|
1857 | 2022 | "id": "ImportYumArtifactsErrorInfo",
|
|
2120 | 2285 | "type": "object"
|
2121 | 2286 | },
|
2122 | 2287 | "Location": {
|
2123 |
| - "description": "A resource that represents Google Cloud Platform location.", |
| 2288 | + "description": "A resource that represents a Google Cloud location.", |
2124 | 2289 | "id": "Location",
|
2125 | 2290 | "properties": {
|
2126 | 2291 | "displayName": {
|
|
2518 | 2683 | "NPM",
|
2519 | 2684 | "APT",
|
2520 | 2685 | "YUM",
|
| 2686 | + "GOOGET", |
2521 | 2687 | "PYTHON",
|
2522 | 2688 | "KFP"
|
2523 | 2689 | ],
|
|
2528 | 2694 | "NPM package format.",
|
2529 | 2695 | "APT package format.",
|
2530 | 2696 | "YUM package format.",
|
| 2697 | + "GooGet package format.", |
2531 | 2698 | "Python package format.",
|
2532 | 2699 | "Kubeflow Pipelines package format."
|
2533 | 2700 | ],
|
|
2714 | 2881 | },
|
2715 | 2882 | "type": "object"
|
2716 | 2883 | },
|
| 2884 | + "UploadGoogetArtifactMediaResponse": { |
| 2885 | + "description": "The response to upload an artifact.", |
| 2886 | + "id": "UploadGoogetArtifactMediaResponse", |
| 2887 | + "properties": { |
| 2888 | + "operation": { |
| 2889 | + "$ref": "Operation", |
| 2890 | + "description": "Operation to be returned to the user." |
| 2891 | + } |
| 2892 | + }, |
| 2893 | + "type": "object" |
| 2894 | + }, |
| 2895 | + "UploadGoogetArtifactMetadata": { |
| 2896 | + "description": "The operation metadata for uploading artifacts.", |
| 2897 | + "id": "UploadGoogetArtifactMetadata", |
| 2898 | + "properties": {}, |
| 2899 | + "type": "object" |
| 2900 | + }, |
| 2901 | + "UploadGoogetArtifactRequest": { |
| 2902 | + "description": "The request to upload an artifact.", |
| 2903 | + "id": "UploadGoogetArtifactRequest", |
| 2904 | + "properties": {}, |
| 2905 | + "type": "object" |
| 2906 | + }, |
| 2907 | + "UploadGoogetArtifactResponse": { |
| 2908 | + "description": "The response of the completed artifact upload operation. This response is contained in the Operation and available to users.", |
| 2909 | + "id": "UploadGoogetArtifactResponse", |
| 2910 | + "properties": { |
| 2911 | + "googetArtifacts": { |
| 2912 | + "description": "The Apt artifacts updated.", |
| 2913 | + "items": { |
| 2914 | + "$ref": "GoogetArtifact" |
| 2915 | + }, |
| 2916 | + "type": "array" |
| 2917 | + } |
| 2918 | + }, |
| 2919 | + "type": "object" |
| 2920 | + }, |
2717 | 2921 | "UploadKfpArtifactMediaResponse": {
|
2718 | 2922 | "description": "The response to upload an artifact.",
|
2719 | 2923 | "id": "UploadKfpArtifactMediaResponse",
|
|
0 commit comments