google-apis-artifactregistry_v1beta1 0.35.0 → 0.37.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: 5d6a35e3b1b8d5553224f407a8f448ac7f16e90f23aa024944db70292cdea256
4
- data.tar.gz: 845ac938c27c84ec10a433383803f8c63fa312db5bfc0542c780556ecfb2c996
3
+ metadata.gz: e6349b41f72780beef99eb4bd8904f33953320ed70007bf2392720526ba4919a
4
+ data.tar.gz: 05a2f91acc84ffbda8b8deed3201367a591253d88f17609f7ab6fc5b403b48ea
5
5
  SHA512:
6
- metadata.gz: fa8b6d1fd041594d06d9048c504cccf92e131a083c2cfc219633166cf22cc7fa8234419a3e40c48e0181831abebd98e5286667084732d3dd088ce7b035c61b78
7
- data.tar.gz: b70631b1ab625098d84e3a7d652d49ebc79d91a5c98def5d2a9da475e1f2d472479c86637756f9b36d33afc20f8d8b3716ad89fbcce337074e40bd880a7b80da
6
+ metadata.gz: 194a057f8a368daca2d337bca05a31bd7bf5019f1075a739f54a989488ecffb146c47fd7c4f09cf1582aa3f5e36324cb9d2f1cd0a449c1c9be0490175132e478
7
+ data.tar.gz: 75d32397ad487b2a2b0e83558755b3c3e7c02d8a5df2f2362e092af920c1191c5acdc94959c9bf874da01a445962d9ba251f2fcf957ac506b2c5bac8e1b803c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.37.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230508
6
+
7
+ ### v0.36.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230303
10
+
3
11
  ### v0.35.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -400,7 +400,7 @@ module Google
400
400
  end
401
401
  end
402
402
 
403
- # A resource that represents Google Cloud Platform location.
403
+ # A resource that represents a Google Cloud location.
404
404
  class Location
405
405
  include Google::Apis::Core::Hashable
406
406
 
@@ -642,7 +642,7 @@ module Google
642
642
  class Repository
643
643
  include Google::Apis::Core::Hashable
644
644
 
645
- # The time when the repository was created.
645
+ # Output only. The time when the repository was created.
646
646
  # Corresponds to the JSON property `createTime`
647
647
  # @return [String]
648
648
  attr_accessor :create_time
@@ -692,7 +692,7 @@ module Google
692
692
  # @return [Fixnum]
693
693
  attr_accessor :size_bytes
694
694
 
695
- # The time when the repository was last updated.
695
+ # Output only. The time when the repository was last updated.
696
696
  # Corresponds to the JSON property `updateTime`
697
697
  # @return [String]
698
698
  attr_accessor :update_time
@@ -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.35.0"
19
+ GEM_VERSION = "0.37.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 = "20230208"
25
+ REVISION = "20230508"
26
26
  end
27
27
  end
28
28
  end
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.35.0
4
+ version: 0.37.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.37.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: []