google-apis-artifactregistry_v1beta1 0.42.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 338373147a2b197e767675315d954f12a1910826f8fa77fc6530656b082fe877
4
- data.tar.gz: c74bbc32e95b18f98cc3e8550a030cf6cc8933b25d5c6813d3da6336d7a0f130
3
+ metadata.gz: fbdd0552c061a7ce6f348b6ddbd9530f05c10ed3ea12115c91ff3396902c7cc3
4
+ data.tar.gz: 6ed729c508a8c65c1a99cd7d27d3497108ebf114b09b7606c50fc25d18e46e21
5
5
  SHA512:
6
- metadata.gz: 617c5103ab1aa9e339bae409351499c2717ccb8c0c3622641a1485298a6b99555000905122f0c31a74de91448ac7a70b699dda4e663e06b68c5829e336c34063
7
- data.tar.gz: 2e056bbc287b428bd63f2f92fd40652d5769b296726a2c50e6d63b80021bcb90b72e56fec18fa1e9691fad7fad22de202e5a63ef8b6b81721bf5930fb09802eb
6
+ metadata.gz: c1b604aa3a0baae5d16c4033b7215521dfac0dc923de5ba05299441a07808919a320ef80d1ca08dce9d8778eda5d91047a8ed3ba288cc4c107b123b6e112a90a
7
+ data.tar.gz: 6e9f0003279d15e8c16e29af67a50d0313703f6e214ade5cbe4a72d0e8c33962c722231e0e07ffc8902f55744a4e840172fb2201cc61efdedb3a069dc5ecd099
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
7
+ ### v0.43.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20231002
10
+
3
11
  ### v0.42.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230913
@@ -673,8 +673,8 @@ module Google
673
673
  # @return [Hash<String,String>]
674
674
  attr_accessor :labels
675
675
 
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`.
678
678
  # Corresponds to the JSON property `name`
679
679
  # @return [String]
680
680
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230913"
25
+ REVISION = "20231102"
26
26
  end
27
27
  end
28
28
  end
@@ -160,7 +160,7 @@ module Google
160
160
  # Required. The name of the parent resource where the repository will be created.
161
161
  # @param [Google::Apis::ArtifactregistryV1beta1::Repository] repository_object
162
162
  # @param [String] repository_id
163
- # The repository id to use for this repository.
163
+ # Required. The repository id to use for this repository.
164
164
  # @param [String] fields
165
165
  # Selector specifying which fields to include in a partial response.
166
166
  # @param [String] quota_user
@@ -335,8 +335,8 @@ module Google
335
335
 
336
336
  # Updates a repository.
337
337
  # @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`.
340
340
  # @param [Google::Apis::ArtifactregistryV1beta1::Repository] repository_object
341
341
  # @param [String] update_mask
342
342
  # The update mask applies to the resource. For the `FieldMask` definition, see
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []