Skip to content

Commit

Permalink
fix(artifactregistry): update the API
Browse files Browse the repository at this point in the history
#### artifactregistry:v1beta1

The following keys were changed:
- resources.projects.resources.locations.resources.repositories.methods.patch.parameters.name.description
- schemas.Repository.properties.name.description

#### artifactregistry:v1beta2

The following keys were changed:
- resources.projects.resources.locations.resources.repositories.methods.patch.parameters.name.description
- schemas.Repository.properties.name.description

#### artifactregistry:v1

The following keys were changed:
- resources.projects.resources.locations.resources.repositories.methods.patch.parameters.name.description
- schemas.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository.properties.repositoryBase.enum
- schemas.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository.properties.repositoryBase.enumDescriptions
- schemas.Repository.properties.name.description
- schemas.UpstreamPolicy.properties.repository.description
  • Loading branch information
yoshi-automation authored and sofisl committed Nov 27, 2023
1 parent 8308a3e commit f9d68af
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
14 changes: 8 additions & 6 deletions discovery/artifactregistry-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
],
"parameters": {
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1713,7 +1713,7 @@
}
}
},
"revision": "20231018",
"revision": "20231114",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -2150,12 +2150,14 @@
"enum": [
"REPOSITORY_BASE_UNSPECIFIED",
"DEBIAN",
"UBUNTU"
"UBUNTU",
"DEBIAN_SNAPSHOT"
],
"enumDescriptions": [
"Unspecified repository base.",
"Debian.",
"Ubuntu LTS/Pro."
"Ubuntu LTS/Pro.",
"Archived Debian."
],
"type": "string"
},
Expand Down Expand Up @@ -3113,7 +3115,7 @@
"type": "string"
},
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"type": "string"
},
"remoteRepositoryConfig": {
Expand Down Expand Up @@ -3419,7 +3421,7 @@
"type": "integer"
},
"repository": {
"description": "A reference to the repository resource, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "A reference to the repository resource, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"type": "string"
}
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/artifactregistry-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
],
"parameters": {
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -981,7 +981,7 @@
}
}
},
"revision": "20231006",
"revision": "20231114",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1376,7 +1376,7 @@
"type": "object"
},
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"type": "string"
},
"satisfiesPzs": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/artifactregistry-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
],
"parameters": {
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1187,7 +1187,7 @@
}
}
},
"revision": "20231006",
"revision": "20231114",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1840,7 +1840,7 @@
"description": "Maven repository config contains repository level configuration for the repositories of maven type."
},
"name": {
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"type": "string"
},
"satisfiesPzs": {
Expand Down
6 changes: 3 additions & 3 deletions src/apis/artifactregistry/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ export namespace artifactregistry_v1 {
*/
mode?: string | null;
/**
* The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
* The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
*/
name?: string | null;
/**
Expand Down Expand Up @@ -1299,7 +1299,7 @@ export namespace artifactregistry_v1 {
*/
priority?: number | null;
/**
* A reference to the repository resource, for example: "projects/p1/locations/us-central1/repositories/repo1".
* A reference to the repository resource, for example: `projects/p1/locations/us-central1/repositories/repo1`.
*/
repository?: string | null;
}
Expand Down Expand Up @@ -2936,7 +2936,7 @@ export namespace artifactregistry_v1 {
export interface Params$Resource$Projects$Locations$Repositories$Patch
extends StandardParameters {
/**
* The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
* The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
*/
name?: string;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/artifactregistry/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export namespace artifactregistry_v1beta1 {
*/
labels?: {[key: string]: string} | null;
/**
* The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
* The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
*/
name?: string | null;
/**
Expand Down Expand Up @@ -1611,7 +1611,7 @@ export namespace artifactregistry_v1beta1 {
export interface Params$Resource$Projects$Locations$Repositories$Patch
extends StandardParameters {
/**
* The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
* The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
*/
name?: string;
/**
Expand Down

0 comments on commit f9d68af

Please sign in to comment.