google-apis-artifactregistry_v1beta1 0.33.0 → 0.35.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: 87056f6f1905c80b5aeb4631054eda50c146f8b2def566aea78bb9f64d5abbfa
4
- data.tar.gz: 25fe37a36726eb1d48fb246760f5f8c52ebbbf5c04b4d90ea1463696017ff2de
3
+ metadata.gz: 5d6a35e3b1b8d5553224f407a8f448ac7f16e90f23aa024944db70292cdea256
4
+ data.tar.gz: 845ac938c27c84ec10a433383803f8c63fa312db5bfc0542c780556ecfb2c996
5
5
  SHA512:
6
- metadata.gz: add3e3db488d01ffc19d7418ee36c88ea281adb0ecd53ca982c9deababdc000fe47256750d2fa8a667c900ca82a2a40bef89a3633fa81c6993e18ddf6bea4471
7
- data.tar.gz: 604a1da16624d1ade44565243a4155810fc89105d05ec963f15a28af102b163d9af5bf060483646faa9a7d89a437c35d448f7f51376e372ba3876d7608a80e97
6
+ metadata.gz: fa8b6d1fd041594d06d9048c504cccf92e131a083c2cfc219633166cf22cc7fa8234419a3e40c48e0181831abebd98e5286667084732d3dd088ce7b035c61b78
7
+ data.tar.gz: b70631b1ab625098d84e3a7d652d49ebc79d91a5c98def5d2a9da475e1f2d472479c86637756f9b36d33afc20f8d8b3716ad89fbcce337074e40bd880a7b80da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.35.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.34.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230208
10
+
3
11
  ### v0.33.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230202
@@ -172,7 +172,7 @@ module Google
172
172
  class File
173
173
  include Google::Apis::Core::Hashable
174
174
 
175
- # The time when the File was created.
175
+ # Output only. The time when the File was created.
176
176
  # Corresponds to the JSON property `createTime`
177
177
  # @return [String]
178
178
  attr_accessor :create_time
@@ -199,7 +199,7 @@ module Google
199
199
  # @return [Fixnum]
200
200
  attr_accessor :size_bytes
201
201
 
202
- # The time when the File was last updated.
202
+ # Output only. The time when the File was last updated.
203
203
  # Corresponds to the JSON property `updateTime`
204
204
  # @return [String]
205
205
  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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230202"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -444,7 +444,7 @@ module Google
444
444
 
445
445
  # Gets a file.
446
446
  # @param [String] name
447
- # The name of the file to retrieve.
447
+ # Required. The name of the file to retrieve.
448
448
  # @param [String] fields
449
449
  # Selector specifying which fields to include in a partial response.
450
450
  # @param [String] quota_user
@@ -474,8 +474,8 @@ module Google
474
474
 
475
475
  # Lists files.
476
476
  # @param [String] parent
477
- # The name of the repository whose files will be listed. For example: "projects/
478
- # p1/locations/us-central1/repositories/repo1
477
+ # Required. The name of the repository whose files will be listed. For example: "
478
+ # projects/p1/locations/us-central1/repositories/repo1
479
479
  # @param [String] filter
480
480
  # An expression for filtering the results of the request. Filter rules are case
481
481
  # insensitive. The fields eligible for filtering are: * `name` * `owner` An
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.33.0
4
+ version: 0.35.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-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.35.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: []