google-apis-artifactregistry_v1beta2 0.36.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: 63dbf640c23c1f31f3d2c61c5958a90cbb7067da28bf6650df96faece7436b91
4
- data.tar.gz: 2619b1b0275292d7d00cc9991489cb267df76d50f639f0b53b04f95df411d1d3
3
+ metadata.gz: accc92ec5d13ea915f99f4f2feba086c725d5f1b028db3228f274d6c63667d16
4
+ data.tar.gz: 904cd8df45f3d5b67b6c854d7458452f10c23a590acbbbd106c5a1e306745a54
5
5
  SHA512:
6
- metadata.gz: d75b196c24cbf30d041ccb41e4d340faa3244859fd9e736129671c0807670b6dc1e4d6d31b8d8a51c212ae62091565a99c0ed28632644a2d4cfcc1d0bafae63d
7
- data.tar.gz: bf3774f7c2f434acd33bff204a5cd70640e26c27046e7a2fa78dcc2cd95814055a20e969c711eb539aba20b130439d6b4996ac3b842cd4ecd6bafe8f0a682ba9
6
+ metadata.gz: 58fb0435182f11cbf772c22b38441b145c6f3f539684c77b20df95a2927a6b2e38ea2e24fa2684dc2cf74fb9b83436e0d63609f5ae7fc0dee9c3aa037c828b0d
7
+ data.tar.gz: 4b4a5ee1b6d56cb5ccbc2b4c32ee30176f2998fe113b3fe229c33713829d324e939483302939e00924152dbdd14c68bcb2bca69b32e53ddd89a2f35de5a07211
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.37.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+
3
7
  ### v0.36.0 (2023-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230202
@@ -224,7 +224,7 @@ module Google
224
224
  class GoogleDevtoolsArtifactregistryV1beta2File
225
225
  include Google::Apis::Core::Hashable
226
226
 
227
- # The time when the File was created.
227
+ # Output only. The time when the File was created.
228
228
  # Corresponds to the JSON property `createTime`
229
229
  # @return [String]
230
230
  attr_accessor :create_time
@@ -251,7 +251,7 @@ module Google
251
251
  # @return [Fixnum]
252
252
  attr_accessor :size_bytes
253
253
 
254
- # The time when the File was last updated.
254
+ # Output only. The time when the File was last updated.
255
255
  # Corresponds to the JSON property `updateTime`
256
256
  # @return [String]
257
257
  attr_accessor :update_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.36.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.11.1"
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
@@ -593,7 +593,7 @@ module Google
593
593
 
594
594
  # Gets a file.
595
595
  # @param [String] name
596
- # The name of the file to retrieve.
596
+ # Required. The name of the file to retrieve.
597
597
  # @param [String] fields
598
598
  # Selector specifying which fields to include in a partial response.
599
599
  # @param [String] quota_user
@@ -623,8 +623,8 @@ module Google
623
623
 
624
624
  # Lists files.
625
625
  # @param [String] parent
626
- # The name of the repository whose files will be listed. For example: "projects/
627
- # p1/locations/us-central1/repositories/repo1
626
+ # Required. The name of the repository whose files will be listed. For example: "
627
+ # projects/p1/locations/us-central1/repositories/repo1
628
628
  # @param [String] filter
629
629
  # An expression for filtering the results of the request. Filter rules are case
630
630
  # 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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.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-05 00:00:00.000000000 Z
11
+ date: 2023-02-12 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []