google-apis-artifactregistry_v1 0.68.0 → 0.69.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: acc1268565300a319a8c776839d28b136b08b4c7a0d01599b8a8637e94cb6343
4
- data.tar.gz: 36ddee183dc40fd1d7ccbf0ef583c7d9d9ff87dcb4bf83b0ba6292993d110687
3
+ metadata.gz: 370c551b89949c4ecb74ab2a510bfdbc873f8107fcba1229cba1acc7f400c815
4
+ data.tar.gz: f97620b975d6f2f64651ae3fb4744a36668377cecd9fe1613badf8cd96656577
5
5
  SHA512:
6
- metadata.gz: df5a254a317b05833f91c1b2d6b150e65a9d4d19423935a4b9bbbcfa83dd745c08d795162c7fc2145d95b5c431c5a30c9d72af1fff9f038d0cb850dbeb9b6d7b
7
- data.tar.gz: b015c6c17ec4999bf227b125007e118ff4ea995f812c842f4f481caf4674ecf97bddcf8997c0b5c4eeb5504b79db903d4069ca91f133506e87403687d3b25156
6
+ metadata.gz: 6a58a134774d2032eee8b280ef579b7eb86ea6dc215ff2b0a779e71cecb0b2533cfa6e1962fddc8048cd14530de8e5ec74b1d2ce1c0859b080aadcd410ae98d7
7
+ data.tar.gz: b358753d47f69a9863cd650760ecd0b94823eef01771acf4adc818050f46f6c8668c19970228f83eea8acc45c398ce2c7f88cc836c93077ba49fefa3620c46b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.69.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241010
6
+
3
7
  ### v0.68.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20241001
@@ -112,7 +112,7 @@ module Google
112
112
  # @return [Hash<String,String>]
113
113
  attr_accessor :annotations
114
114
 
115
- # The namespace this attachment belongs to. E.g. If an Attachment is created by
115
+ # The namespace this attachment belongs to. E.g. If an attachment is created by
116
116
  # artifact analysis, namespace is set to `artifactanalysis.googleapis.com`.
117
117
  # Corresponds to the JSON property `attachmentNamespace`
118
118
  # @return [String]
@@ -130,8 +130,8 @@ module Google
130
130
  # @return [Array<String>]
131
131
  attr_accessor :files
132
132
 
133
- # The name of the attachment. E.g. "projects/p1/locations/us/repositories/repo/
134
- # attachments/sbom".
133
+ # The name of the attachment. E.g. `projects/p1/locations/us/repositories/repo/
134
+ # attachments/sbom`.
135
135
  # Corresponds to the JSON property `name`
136
136
  # @return [String]
137
137
  attr_accessor :name
@@ -144,13 +144,13 @@ module Google
144
144
  attr_accessor :oci_version_name
145
145
 
146
146
  # Required. The target the attachment is for, can be a Version, Package or
147
- # Repository. E.g. "projects/p1/locations/us-central1/repositories/repo1/
148
- # packages/p1/versions/v1".
147
+ # Repository. E.g. `projects/p1/locations/us-central1/repositories/repo1/
148
+ # packages/p1/versions/v1`.
149
149
  # Corresponds to the JSON property `target`
150
150
  # @return [String]
151
151
  attr_accessor :target
152
152
 
153
- # Type of Attachment. E.g. `application/vnd.spdx+json`
153
+ # Type of attachment. E.g. `application/vnd.spdx+json`
154
154
  # Corresponds to the JSON property `type`
155
155
  # @return [String]
156
156
  attr_accessor :type
@@ -1474,7 +1474,7 @@ module Google
1474
1474
  class ListAttachmentsResponse
1475
1475
  include Google::Apis::Core::Hashable
1476
1476
 
1477
- # The Attachments returned.
1477
+ # The attachments returned.
1478
1478
  # Corresponds to the JSON property `attachments`
1479
1479
  # @return [Array<Google::Apis::ArtifactregistryV1::Attachment>]
1480
1480
  attr_accessor :attachments
@@ -2658,8 +2658,8 @@ module Google
2658
2658
  # @return [String]
2659
2659
  attr_accessor :name
2660
2660
 
2661
- # The name of the version the tag refers to, for example: "projects/p1/locations/
2662
- # us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the
2661
+ # The name of the version the tag refers to, for example: `projects/p1/locations/
2662
+ # us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the
2663
2663
  # package or version ID parts contain slashes, the slashes are escaped.
2664
2664
  # Corresponds to the JSON property `version`
2665
2665
  # @return [String]
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241001"
25
+ REVISION = "20241010"
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.68.0
4
+ version: 0.69.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: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-13 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.69.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Artifact Registry API V1