Skip to content

Commit bafddd4

Browse files
feat: Automated regeneration of artifactregistry v1beta1 client (#16625)
Auto-created at 2023-11-05 10:47:11 +0000 using the toys pull request generator.
1 parent 4758451 commit bafddd4

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-artifactregistry_v1beta1
22

3+
### v0.44.0 (2023-11-05)
4+
5+
* Regenerated from discovery document revision 20231102
6+
37
### v0.43.0 (2023-10-08)
48

59
* Regenerated from discovery document revision 20231002

generated/google-apis-artifactregistry_v1beta1/lib/google/apis/artifactregistry_v1beta1/classes.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ class Repository
673673
# @return [Hash<String,String>]
674674
attr_accessor :labels
675675

676-
# The name of the repository, for example: "projects/p1/locations/us-central1/
677-
# repositories/repo1".
676+
# The name of the repository, for example: `projects/p1/locations/us-central1/
677+
# repositories/repo1`.
678678
# Corresponds to the JSON property `name`
679679
# @return [String]
680680
attr_accessor :name

generated/google-apis-artifactregistry_v1beta1/lib/google/apis/artifactregistry_v1beta1/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ArtifactregistryV1beta1
1818
# Version of the google-apis-artifactregistry_v1beta1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.12.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231002"
25+
REVISION = "20231102"
2626
end
2727
end
2828
end

generated/google-apis-artifactregistry_v1beta1/lib/google/apis/artifactregistry_v1beta1/service.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ def list_project_location_repositories(parent, page_size: nil, page_token: nil,
335335

336336
# Updates a repository.
337337
# @param [String] name
338-
# The name of the repository, for example: "projects/p1/locations/us-central1/
339-
# repositories/repo1".
338+
# The name of the repository, for example: `projects/p1/locations/us-central1/
339+
# repositories/repo1`.
340340
# @param [Google::Apis::ArtifactregistryV1beta1::Repository] repository_object
341341
# @param [String] update_mask
342342
# The update mask applies to the resource. For the `FieldMask` definition, see

0 commit comments

Comments
 (0)