From 48c242e82ff838cd80e637e1c2b1c48d5fe534af Mon Sep 17 00:00:00 2001
From: Yoshi Automation Method Details
Lists files.
Args:
- parent: string, The name of the parent resource whose files will be listed. (required)
+ parent: string, The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1 (required)
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*"` --> Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by the version `1.0` in package `pkg1`.
orderBy: string, The field to order the results by.
pageSize: integer, The maximum number of files to return.
diff --git a/docs/dyn/artifactregistry_v1.projects.locations.repositories.html b/docs/dyn/artifactregistry_v1.projects.locations.repositories.html
index c0baf7a9865..ea5fef7d62b 100644
--- a/docs/dyn/artifactregistry_v1.projects.locations.repositories.html
+++ b/docs/dyn/artifactregistry_v1.projects.locations.repositories.html
@@ -89,16 +89,6 @@
Instance Methods
Returns the files Resource.
- -Returns the gooGetArtifacts Resource.
- - -Returns the googetArtifacts Resource.
- diff --git a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html index 0aa616a59b1..4c2d37e6e07 100644 --- a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html +++ b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html @@ -126,7 +126,7 @@Lists files. Args: - parent: string, The name of the parent resource whose files will be listed. (required) + parent: string, The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1 (required) filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*"` --> Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by the version `1.0` in package `pkg1`. pageSize: integer, The maximum number of files to return. pageToken: string, The next_page_token value returned from a previous list request, if any. diff --git a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.files.html b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.files.html index 1e38cfcc35a..7d8996a69c5 100644 --- a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.files.html +++ b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.files.html @@ -126,7 +126,7 @@Method Details
Lists files. Args: - parent: string, The name of the parent resource whose files will be listed. (required) + parent: string, The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1 (required) filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*"` --> Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by the version `1.0` in package `pkg1`. pageSize: integer, The maximum number of files to return. pageToken: string, The next_page_token value returned from a previous list request, if any. diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json index 6a2c60a07bc..77e6c5e704b 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json @@ -650,7 +650,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose files will be listed.", + "description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", "required": true, @@ -668,82 +668,6 @@ } } }, - "gooGetArtifacts": { - "methods": { - "import": { - "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.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/gooGetArtifacts:import", - "httpMethod": "POST", - "id": "artifactregistry.projects.locations.repositories.gooGetArtifacts.import", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "The name of the parent resource where the artifacts will be imported.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/gooGetArtifacts:import", - "request": { - "$ref": "ImportGooGetArtifactsRequest" - }, - "response": { - "$ref": "Operation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, - "googetArtifacts": { - "methods": { - "upload": { - "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.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:create", - "httpMethod": "POST", - "id": "artifactregistry.projects.locations.repositories.googetArtifacts.upload", - "mediaUpload": { - "accept": [ - "*/*" - ], - "protocols": { - "simple": { - "multipart": true, - "path": "/upload/v1/{+parent}/googetArtifacts:create" - } - } - }, - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "The name of the parent resource where the artifacts will be uploaded.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/googetArtifacts:create", - "request": { - "$ref": "UploadGooGetArtifactRequest" - }, - "response": { - "$ref": "UploadGooGetArtifactMediaResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ], - "supportsMediaUpload": true - } - } - }, "packages": { "methods": { "delete": { @@ -1213,7 +1137,7 @@ } } }, - "revision": "20220225", + "revision": "20220307", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "Binding": { @@ -1400,35 +1324,6 @@ }, "type": "object" }, - "ImportGooGetArtifactsGcsSource": { - "description": "Google Cloud Storage location where the artifacts currently reside.", - "id": "ImportGooGetArtifactsGcsSource", - "properties": { - "uris": { - "description": "Cloud Storage paths URI (e.g., gs://my_bucket/my_object).", - "items": { - "type": "string" - }, - "type": "array" - }, - "useWildcards": { - "description": "Supports URI wildcards for matching multiple objects from a single URI.", - "type": "boolean" - } - }, - "type": "object" - }, - "ImportGooGetArtifactsRequest": { - "description": "The request to import new googet artifacts.", - "id": "ImportGooGetArtifactsRequest", - "properties": { - "gcsSource": { - "$ref": "ImportGooGetArtifactsGcsSource", - "description": "Google Cloud Storage location where input content is located." - } - }, - "type": "object" - }, "ImportYumArtifactsGcsSource": { "description": "Google Cloud Storage location where the artifacts currently reside.", "id": "ImportYumArtifactsGcsSource", @@ -1862,23 +1757,6 @@ "properties": {}, "type": "object" }, - "UploadGooGetArtifactMediaResponse": { - "description": "The response to upload an artifact.", - "id": "UploadGooGetArtifactMediaResponse", - "properties": { - "operation": { - "$ref": "Operation", - "description": "Operation to be returned to the user." - } - }, - "type": "object" - }, - "UploadGooGetArtifactRequest": { - "description": "The request to upload an artifact.", - "id": "UploadGooGetArtifactRequest", - "properties": {}, - "type": "object" - }, "UploadYumArtifactMediaResponse": { "description": "The response to upload an artifact.", "id": "UploadYumArtifactMediaResponse", diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json index 39abe8b34c8..98d2290d07b 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json @@ -514,7 +514,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose files will be listed.", + "description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", "required": true, @@ -929,7 +929,7 @@ } } }, - "revision": "20220225", + "revision": "20220307", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "Binding": { diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json index b1255fe7d52..2b3dc866144 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json @@ -648,7 +648,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose files will be listed.", + "description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", "required": true, @@ -1135,7 +1135,7 @@ } } }, - "revision": "20220225", + "revision": "20220307", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": {