google-apis-artifactregistry_v1 0.10.0 → 0.11.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: 72bdfa740a8ec072c69930e92dd080c0c6c4be5f9cd524ff1ccead08a899d907
4
- data.tar.gz: b629462183dc2f037e89c194ecd856c401756c95f32f80e1449e03379b88c6f4
3
+ metadata.gz: 5a41f8bd048ac6f240ae3d03b157c5a00951541c61a14c716a719cc474a83bc0
4
+ data.tar.gz: fb900f4eef4e237731ccedb35df882fa87049bec51d88eb1e4cb148db570924a
5
5
  SHA512:
6
- metadata.gz: ad50639383da51293c5feb6d4eb16e73f30cb56db485c11c934ce515a0bacb9d00becc7e23f8b9e88df67dce557e68cd03a20a2e493c418e042bc325c2d29ed9
7
- data.tar.gz: 7eae1f09ece40a9f9d2425abf248de9f3a900a3ff5bceb5beb82b6659bcc4adf16406867ba0af3e7ce7d646ffdf28088354b3fe2011970c30fe7f6b64cb76ce9
6
+ metadata.gz: 5cf666875f1db413c6dfd6272f23c9ec04803b2dbfc07535dd1ac8fd450748dde02258f17ad1ab6d97cac29ff0286ecbc29805037886a152596caa29a39cfee1
7
+ data.tar.gz: 24c7c03b213457a711b6c4d21dfb66464a76ef4c6dba20bef6641fcef5d953de371b6681cd6f3509a8d8587594f7aae1172e1062a32aaab58573b5d4a950fc8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.11.0 (2021-10-01)
4
+
5
+ * Regenerated from discovery document revision 20210925
6
+
3
7
  ### v0.10.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210817
@@ -96,8 +96,7 @@ module Google
96
96
  # The time this image was built. This field is returned as the 'metadata.
97
97
  # buildTime' field in the Version resource. The build time is returned to the
98
98
  # client as an RFC 3339 string, which can be easily used with the JavaScript
99
- # Date constructor and keeps the Version timestamps returned via OnePlatform
100
- # consistent, as JSON marshals google.protobuf.Timestamp into an RFC 3339 string.
99
+ # Date constructor.
101
100
  # Corresponds to the JSON property `buildTime`
102
101
  # @return [String]
103
102
  attr_accessor :build_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210817"
25
+ REVISION = "20210925"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-04 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/master/generated/google-apis-artifactregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []