google-apis-artifactregistry_v1beta1 0.43.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: 84d72f00e8fdc3ccac5d78a5a94ece16c8bb834ce7ec7f115f183b89d28d41b1
4
- data.tar.gz: 1c0ca7e2da5ed435e8cab7e7a4a622c34d5d8803639859688041e5bcb10e8cb4
3
+ metadata.gz: fbdd0552c061a7ce6f348b6ddbd9530f05c10ed3ea12115c91ff3396902c7cc3
4
+ data.tar.gz: 6ed729c508a8c65c1a99cd7d27d3497108ebf114b09b7606c50fc25d18e46e21
5
5
  SHA512:
6
- metadata.gz: bb7bee2fc6e421066c467ca37a5dca08ebdec7855656c015dc9ab139e5a459e47579ca7a47850d4fc03ba4ce41e8fdc3c3f96888fe902ed8877a44719222c3e8
7
- data.tar.gz: 52d6ac77c9e4d12c7e79fe7fecae4c8d96d5a044dbe495e8751272a5dfd842f04220701e4d2e1fb574d20d742a0acb5c63bcdb3aabfa50ad5fd7dcf24de84d8a
6
+ metadata.gz: c1b604aa3a0baae5d16c4033b7215521dfac0dc923de5ba05299441a07808919a320ef80d1ca08dce9d8778eda5d91047a8ed3ba288cc4c107b123b6e112a90a
7
+ data.tar.gz: 6e9f0003279d15e8c16e29af67a50d0313703f6e214ade5cbe4a72d0e8c33962c722231e0e07ffc8902f55744a4e840172fb2201cc61efdedb3a069dc5ecd099
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.43.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231002
@@ -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.43.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 = "20231002"
25
+ REVISION = "20231102"
26
26
  end
27
27
  end
28
28
  end
@@ -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.43.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-10-08 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.43.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: []